Skip to content

Instantly share code, notes, and snippets.

@keyboardcrunch
Created July 21, 2021 21:33
Show Gist options
  • Select an option

  • Save keyboardcrunch/8c68522cb0328ff0bab88a7321fde753 to your computer and use it in GitHub Desktop.

Select an option

Save keyboardcrunch/8c68522cb0328ff0bab88a7321fde753 to your computer and use it in GitHub Desktop.
SentinelOne Service Create Detection
IndicatorName In ( "ServiceCreate" ) AND IndicatorMetadata RegExp "ServiceName: \"[a-zA-Z]{6,8}\"$" AND SrcProcName Not In ( "msiexec.exe" , "ccmsetup.exe" , "SetupRST.exe" , "Uninstap.exe" , "CcmEval.exe" , "TSManager.exe" , "CcmExec.exe" , "wuauclt.exe" ) AND IndicatorMetadata RegExp "^ServiceName: (\".*(?<!DeviceInstall|TrustedInstaller|Netlogon|wuauserv|ccmsetup|WManSvc|Winmgmt|CipcCdp|atashost|vpnagent|Dnscache|cplspcon|acnamfd|ancrcl|IISADMIN|gupdatem|gupdate|CcmExec)\")$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment