Search for Antivirus process

Search for Antivirus process

Sigma rule (View on GitHub)

 1title: Search for Antivirus process
 2status: experimental
 3description: Search for Antivirus process
 4author: Joe Security
 5date: 2024-04-01
 6id: 200118
 7threatname:
 8behaviorgroup: 7
 9classification: 8
10mitreattack: 
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - 'findstr*avastui.exe*'
19            - 'findstr*avgui.exe*'
20            - 'findstr*nswscsvc.exe*'
21            - 'findstr*sophoshealth.exe*'
22            
23    condition: selection
24level: critical```
to-top