Windows BITS Transfer Job Download to Suspicious File Paths

Flags new Windows BITS transfer jobs that save downloaded files into predefined suspicious paths.

FreeReviewedSigma · High · v2
Product
windows
Service
bits-client
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-06-28
Updated
2026-07-31
title: Windows BITS Transfer Job Download to Suspicious File Paths
id: 0c596630-17ca-4c46-b1be-d7ea6d0f4872
status: test
description: This rule flags new BITS transfer jobs where the saved local file path contains common attacker-preferred locations. Such activity can indicate staging or stealthy payload placement using Windows background transfer capabilities. It relies on BITS Client telemetry, specifically EventID 16403, and checks the job's LocalName for matching suspicious path fragments.
references:
  - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1197/T1197.md
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/bits_client/win_bits_client_new_trasnfer_susp_local_folder.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-06-28
modified: 2023-03-27
tags:
  - attack.persistence
  - attack.execution
  - attack.stealth
  - attack.t1197
logsource:
  product: windows
  service: bits-client
detection:
  selection:
    EventID: 16403
    LocalName|contains:
      - \Desktop\
      - C:\Users\Public\
      - C:\PerfLogs\
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: f8a56cb7-a363-44ed-a82f-5926bb44cd05
    type: derived