Windows BITS job created by bitsadmin.exe (BITS Client EventID 3)

Alerts on new BITS job creation when bitsadmin.exe triggers it (BITS-Client EventID 3).

FreeReviewedSigma · Low · v2
Product
windows
Service
bits-client
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-03-01
Updated
2026-07-31
title: Windows BITS job created by bitsadmin.exe (BITS Client EventID 3)
id: a07f7a00-9039-4003-9433-cac0c110dee5
status: test
description: Identifies the creation of a new Background Intelligent Transfer Service (BITS) job when the initiating process is bitsadmin.exe. Attackers can use BITS jobs to stage or transfer content while blending into normal system activity. The rule relies on Windows BITS Client telemetry (EventID 3) that includes the process path ending with \bitsadmin.exe.
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_job_via_bitsadmin.yml
author: frack113, Huntrule Team
date: 2022-03-01
modified: 2023-03-27
tags:
  - attack.persistence
  - attack.execution
  - attack.stealth
  - attack.t1197
logsource:
  product: windows
  service: bits-client
detection:
  selection:
    EventID: 3
    processPath|endswith: \bitsadmin.exe
  condition: selection
falsepositives:
  - Many legitimate applications or scripts could leverage "bitsadmin". This event is best correlated with EID 16403 via the JobID field
level: low
license: DRL-1.1
related:
  - id: 1ff315dc-2a3a-4b71-8dde-873818d25d39
    type: derived