mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
fixed missing os
This commit is contained in:
@@ -7,7 +7,7 @@ mitre:
|
|||||||
tactic: Defense Evasion
|
tactic: Defense Evasion
|
||||||
technique: T1218
|
technique: T1218
|
||||||
subtechnique: 011
|
subtechnique: 011
|
||||||
operating_system:
|
operating_system: windows
|
||||||
query: ( SrcProcName In AnyCase ( "rundll32.exe" ) AND SrcProcCmdLine IS EMPTY ) OR ( SrcProcName In AnyCase ( "rundll32.exe" ) AND NetConnOutCount > "0" AND SrcProcParentName Not In ( "splwow64.exe" ) AND SrcProcParentName Not In ( "msiexec.exe" ) AND SrcProcCmdLine RegExp ".*((?!C:\\windows\\system32\\spool\\DRIVERS\\.*,MonitorPrintJobStatus))$/gmi" )
|
query: ( SrcProcName In AnyCase ( "rundll32.exe" ) AND SrcProcCmdLine IS EMPTY ) OR ( SrcProcName In AnyCase ( "rundll32.exe" ) AND NetConnOutCount > "0" AND SrcProcParentName Not In ( "splwow64.exe" ) AND SrcProcParentName Not In ( "msiexec.exe" ) AND SrcProcCmdLine RegExp ".*((?!C:\\windows\\system32\\spool\\DRIVERS\\.*,MonitorPrintJobStatus))$/gmi" )
|
||||||
false_positives:
|
false_positives:
|
||||||
- Printer drivers
|
- Printer drivers
|
||||||
|
|||||||
Reference in New Issue
Block a user