Techniques
- t1046
- t1082
- t1135
- t1505
- t1505.005
- t1546
- t1546.007
- t1546.008
- t1547
- t1547.001
- t1547.002
- t1547.010
- t1547.014
- t1556
- t1556.002
- t1557
- t1562
- t1562.002
- t1564
- t1564.002
- t1574
- t1574.007
Sample rules
Advanced IP Scanner - File Event
- source: sigma
- technicques:
- t1046
Description
Detects the use of Advanced IP Scanner. Seems to be a popular tool for ransomware groups.
Detection logic
condition: selection
selection:
TargetFilename|contains: \AppData\Local\Temp\Advanced IP Scanner 2
PUA - Advanced Port Scanner Execution
- source: sigma
- technicques:
- t1046
- t1135
Description
Detects the use of Advanced Port Scanner.
Detection logic
condition: 1 of selection_*
selection_cli:
CommandLine|contains|all:
- /portable
- /lng
selection_img:
- Image|contains: \advanced_port_scanner
- OriginalFileName|contains: advanced_port_scanner
- Description|contains: Advanced Port Scanner
Potential Suspicious Activity Using SeCEdit
- source: sigma
- technicques:
- t1082
- t1505
- t1505.005
- t1546
- t1546.007
- t1546.008
- t1547
- t1547.001
- t1547.002
- t1547.010
- t1547.014
- t1556
- t1556.002
- t1557
- t1562
- t1562.002
- t1564
- t1564.002
- t1574
- t1574.007
Description
Detects potential suspicious behaviour using secedit.exe. Such as exporting or modifying the security policy
Detection logic
condition: selection_img and (1 of selection_flags_*)
selection_flags_configure:
CommandLine|contains|all:
- /configure
- /db
selection_flags_discovery:
CommandLine|contains|all:
- /export
- /cfg
selection_img:
- Image|endswith: \secedit.exe
- OriginalFileName: SeCEdit
PUA - Advanced IP Scanner Execution
- source: sigma
- technicques:
- t1046
- t1135
Description
Detects the use of Advanced IP Scanner. Seems to be a popular tool for ransomware groups.
Detection logic
condition: 1 of selection_*
selection_cli:
CommandLine|contains|all:
- /portable
- /lng
selection_img:
- Image|contains: \advanced_ip_scanner
- OriginalFileName|contains: advanced_ip_scanner
- Description|contains: Advanced IP Scanner