Potential CVE-2024-35250 Exploitation Activity
Description
Detects potentially suspicious loading of "ksproxy.ax", which may indicate an attempt to exploit CVE-2024-35250.
Query · sigma
selection: ImageLoaded|endswith: \ksproxy.ax filter_main_system_paths: Image|startswith: - C:\Program Files\ - C:\Program Files (x86)\ - C:\Windows\System32\ - C:\Windows\SysWOW64\ filter_optional_teams: Image|endswith: \AppData\Local\Microsoft\Teams\current\Teams.exe filter_optional_zoom: Image|endswith: \AppData\Roaming\Zoom\bin\Zoom.exe filter_optional_firefox: Image|endswith: \AppData\Local\Mozilla Firefox\firefox.exe filter_optional_chrome: Image|endswith: \AppData\Local\Google\Chrome\Application\chrome.exe filter_optional_opera: Image|endswith: \AppData\Local\Programs\Opera\opera.exe filter_optional_discord: Image|endswith: \AppData\Local\Discord\app-*\Discord.exe condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Legitimate applications that use Windows Stream Interface APIs.
- Media applications that use DirectShow filters.