New BITS Job Created Via PowerShell

Detects the creation of a new bits job by PowerShell

Sigma rule (View on GitHub)

 1title: New BITS Job Created Via PowerShell
 2id: fe3a2d49-f255-4d10-935c-bda7391108eb
 3status: test
 4description: Detects the creation of a new bits job by PowerShell
 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:
22            - '\powershell.exe'
23            - '\pwsh.exe'
24    condition: selection
25falsepositives:
26    - Administrator PowerShell scripts
27level: low

References

Related rules

to-top