LoFP LoFP / this rule is best put in testing first in order to create a baseline that reflects the data in your environment.

Techniques

Sample rules

Remote Thread Creation By Uncommon Source Image

Description

Detects uncommon processes creating remote threads.

Detection logic

condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
filter_main_explorer:
  SourceImage|endswith: :\Windows\explorer.exe
  TargetImage|endswith:
  - :\Program Files (x86)\
  - :\Program Files\
  - :\Windows\System32\
  - :\Windows\SysWOW64\
filter_main_msiexec:
  SourceImage|endswith: \msiexec.exe
  TargetImage|contains:
  - \AppData\Local\
  - :\Program Files (x86)\
  - :\Program Files\
filter_main_schtasks_conhost:
  SourceImage|endswith:
  - :\Windows\System32\schtasks.exe
  - :\Windows\SysWOW64\schtasks.exe
  TargetImage|endswith: :\Windows\System32\conhost.exe
filter_main_system:
  TargetImage: System
filter_main_winlogon_1:
  SourceImage|endswith: :\Windows\System32\winlogon.exe
  TargetImage|endswith:
  - :\Windows\System32\services.exe
  - :\Windows\System32\wininit.exe
  - :\Windows\System32\csrss.exe
  - :\Windows\System32\LogonUI.exe
filter_main_winlogon_2:
  SourceImage|contains: :\Windows\System32\winlogon.exe
  TargetParentProcessId: 4
filter_optional_aurora_smartconsole1:
  SourceCommandLine|contains|all:
  - https://
  - .checkpoint.com/documents/
  - SmartConsole_OLH/
  - default.htm#cshid=
  SourceImage|contains: :\Program Files\internet explorer\iexplore.exe
filter_optional_aurora_smartconsole2:
  SourceImage|contains: :\Program Files\internet explorer\iexplore.exe
  SourceParentImage|contains|all:
  - :\Program Files
  - \CheckPoint\SmartConsole\
  - \SmartConsole.exe
filter_optional_powerpnt:
  SourceImage|contains: \Microsoft Office\
  SourceImage|endswith: \POWERPNT.EXE
  TargetImage|endswith: :\Windows\System32\csrss.exe
selection:
  SourceImage|endswith:
  - \explorer.exe
  - \iexplore.exe
  - \msiexec.exe
  - \powerpnt.exe
  - \schtasks.exe
  - \winlogon.exe

Rare Remote Thread Creation By Uncommon Source Image

Description

Detects uncommon processes creating remote threads.

Detection logic

condition: selection
selection:
  SourceImage|endswith:
  - \bash.exe
  - \cscript.exe
  - \cvtres.exe
  - \defrag.exe
  - \dnx.exe
  - \esentutl.exe
  - \excel.exe
  - \expand.exe
  - \find.exe
  - \findstr.exe
  - \forfiles.exe
  - \gpupdate.exe
  - \hh.exe
  - \installutil.exe
  - \lync.exe
  - \makecab.exe
  - \mDNSResponder.exe
  - \monitoringhost.exe
  - \msbuild.exe
  - \mshta.exe
  - \mspaint.exe
  - \outlook.exe
  - \ping.exe
  - \provtool.exe
  - \python.exe
  - \regsvr32.exe
  - \robocopy.exe
  - \runonce.exe
  - \sapcimc.exe
  - \smartscreen.exe
  - \spoolsv.exe
  - \tstheme.exe
  - \userinit.exe
  - \vssadmin.exe
  - \vssvc.exe
  - \w3wp.exe
  - \winscp.exe
  - \winword.exe
  - \wmic.exe
  - \wscript.exe