Powershell download payload from hardcoded c2 list

Powershell download payload from hardcoded c2 list

Sigma rule (View on GitHub)

 1title: Powershell download payload from hardcoded c2 list
 2status: experimental
 3description: Powershell download payload from hardcoded c2 list
 4author: Joe Security
 5date: 2020-02-18
 6id: 200056
 7threatname:
 8behaviorgroup: 10
 9classification: 1
10mitreattack:
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*powershell*Foreach*(*http*http*'
19    condition: selection
20level: critical
to-top