Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_powershell_bitsjob.yml
T
Nasreddine Bencherchali 16b2945027 New Rules + Update
2022-07-14 17:35:50 +01:00

32 lines
918 B
YAML

title: Suspicious Bitsadmin Job via PowerShell
id: f67dbfce-93bc-440d-86ad-a95ae8858c90
status: test
description: Detect download by BITS jobs via PowerShell
author: Endgame, JHasenbusch (ported to sigma for oscd.community)
references:
- https://eqllib.readthedocs.io/en/latest/analytics/ec5180c9-721a-460f-bddc-27539a284273.html
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1197/T1197.md
date: 2018/10/30
modified: 2022/07/14
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\powershell.exe'
- '\pwsh.exe'
CommandLine|contains: 'Start-BitsTransfer'
condition: selection
fields:
- ComputerName
- User
- CommandLine
falsepositives:
- Unknown
level: high
tags:
- attack.defense_evasion
- attack.persistence
- attack.t1197