diff --git a/rules/windows/credential_access_lsass_openprocess_api.toml b/rules/windows/credential_access_lsass_openprocess_api.toml index 3533eded3..8b050d7c8 100644 --- a/rules/windows/credential_access_lsass_openprocess_api.toml +++ b/rules/windows/credential_access_lsass_openprocess_api.toml @@ -2,7 +2,7 @@ creation_date = "2023/03/02" integration = ["endpoint", "m365_defender"] maturity = "production" -updated_date = "2024/07/04" +updated_date = "2024/08/08" [transform] [[transform.osquery]] @@ -127,12 +127,20 @@ api where host.os.type == "windows" and "?:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\*\\MsMpEng.exe", "?:\\Program Files (x86)\\Asiainfo Security\\OfficeScan Client\\NTRTScan.exe", "?:\\Program Files (x86)\\Blackpoint\\SnapAgent\\SnapAgent.exe", + "?:\\Program Files (x86)\\CheckPoint\\Endpoint Security\\EFR\\EFRService.exe", + "?:\\Program Files (x86)\\CyberCNSAgent\\osqueryi.exe", + "?:\\Program Files (x86)\\cisco\\cisco anyconnect secure mobility client\\vpnagent.exe", + "?:\\Program Files (x86)\\cisco\\cisco anyconnect secure mobility client\\aciseagent.exe", + "?:\\Program Files (x86)\\cisco\\cisco anyconnect secure mobility client\\vpndownloader.exe", "?:\\Program Files (x86)\\eScan\\reload.exe", "?:\\Program Files (x86)\\Google\\Update\\GoogleUpdate.exe", "?:\\Program Files (x86)\\Kaspersky Lab\\*\\avp.exe", + "?:\\Program Files (x86)\\microsoft intune management extension\\microsoft.management.services.intunewindowsagent.exe", "?:\\Program Files (x86)\\N-able Technologies\\Reactive\\bin\\NableReactiveManagement.exe", "?:\\Program Files (x86)\\N-able Technologies\\Windows Agent\\bin\\agent.exe", + "?:\\Program Files (x86)\\Tanium\\Tanium Client\\TaniumClient.exe", "?:\\Program Files (x86)\\Trend Micro\\*\\CCSF\\TmCCSF.exe", + "?:\\Program Files (x86)\\Trend Micro\\Security Agent\\TMASutility.exe", "?:\\Program Files*\\Windows Defender\\MsMpEng.exe", "?:\\Program Files\\Bitdefender\\Endpoint Security\\EPSecurityService.exe", "?:\\Program Files\\Cisco\\AMP\\*\\sfc.exe", @@ -144,13 +152,21 @@ api where host.os.type == "windows" and "?:\\Program Files\\Elastic\\Agent\\data\\elastic-agent-*\\components\\packetbeat.exe", "?:\\Program Files\\ESET\\ESET Security\\ekrn.exe", "?:\\Program Files\\Fortinet\\FortiClient\\FortiProxy.exe", + "?:\\Program Files\\Fortinet\\FortiClient\\FortiSSLVPNdaemon.exe", + "?:\\Program Files\\Goverlan Inc\\GoverlanAgent\\GovAgentx64.exe", "?:\\Program Files\\Huntress\\HuntressAgent.exe", "?:\\Program Files\\LogicMonitor\\Agent\\bin\\sbshutdown.exe", + "?:\\Program Files\\Malwarebytes\\Anti-Malware\\MBAMService.exe", + "?:\\Program Files\\Microsoft Monitoring Agent\\Agent\\Health Service State\\*\\pmfexe.exe", "?:\\Program Files\\Microsoft Security Client\\MsMpEng.exe", "?:\\Program Files\\Qualys\\QualysAgent\\QualysAgent.exe", + "?:\\Program Files\\smart-x\\controlupagent\\version*\\cuagent.exe", "?:\\Program Files\\TDAgent\\ossec-agent\\ossec-agent.exe", "?:\\Program Files\\Topaz OFD\\Warsaw\\core.exe", + "?:\\Program Files\\Trend Micro\\Deep Security Agent\\netagent\\tm_netagent.exe", "?:\\Program Files\\VMware\\VMware Tools\\vmtoolsd.exe", + "?:\\Program Files\\Windows Defender Advanced Threat Protection\\MsSense.exe", + "?:\\Program Files\\Wise\\Wise Memory Optimizer\\WiseMemoryOptimzer.exe", "?:\\Windows\\AdminArsenal\\PDQDeployRunner\\*\\exec\\Sysmon64.exe", "?:\\Windows\\Sysmon.exe", "?:\\Windows\\Sysmon64.exe", @@ -160,14 +176,7 @@ api where host.os.type == "windows" and "?:\\Windows\\System32\\taskhostw.exe", "?:\\Windows\\System32\\RtkAudUService64.exe", "?:\\Windows\\System32\\wbem\\WmiPrvSE.exe", - "?:\\Windows\\SysWOW64\\wbem\\WmiPrvSE.exe", - "?:\\Program Files\\Microsoft Monitoring Agent\\Agent\\Health Service State\\*\\pmfexe.exe", - "?:\\Program Files\\Goverlan Inc\\GoverlanAgent\\GovAgentx64.exe", - "?:\\Program Files (x86)\\CheckPoint\\Endpoint Security\\EFR\\EFRService.exe", - "?:\\Program Files (x86)\\CyberCNSAgent\\osqueryi.exe", - "?:\\Program Files (x86)\\Trend Micro\\Security Agent\\TMASutility.exe", - "?:\\Program Files (x86)\\Kaspersky Lab\\KES*\\avp.exe", - "?:\\Program Files\\Wise\\Wise Memory Optimizer\\WiseMemoryOptimzer.exe", + "?:\\Windows\\SysWOW64\\wbem\\WmiPrvSE.exe", "?:\\Windows\\tenable_mw_scan_142a90001fb65e0beb1751cc8c63edd0.exe" ) and not ?process.code_signature.trusted == false )