Files
hayabusa/rules/sigma/process_creation/win_powershell_bitsjob.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

35 lines
877 B
YAML

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