New BITS Job Created Via Bitsadmin

Detects the creation of a new bits job by Bitsadmin

Sigma rule (View on GitHub)

 1title: New BITS Job Created Via Bitsadmin
 2id: 1ff315dc-2a3a-4b71-8dde-873818d25d39
 3status: test
 4description: Detects the creation of a new bits job by Bitsadmin
 5references:
 6    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1197/T1197.md
 7author: frack113
 8date: 2022-03-01
 9modified: 2023-03-27
10tags:
11    - attack.persistence
12    - attack.execution
13    - attack.stealth
14    - attack.t1197
15logsource:
16    product: windows
17    service: bits-client
18detection:
19    selection:
20        EventID: 3
21        processPath|endswith: '\bitsadmin.exe'
22    condition: selection
23falsepositives:
24    - Many legitimate applications or scripts could leverage "bitsadmin". This event is best correlated with EID 16403 via the JobID field
25level: low

References

Related rules

to-top