Execution (TA0002)(external, opens in a new tab or window)
Initial Access (TA0001)(external, opens in a new tab or window)
endpoint(external, opens in a new tab or window)
windows(external, opens in a new tab or window)
m365_defender(external, opens in a new tab or window)
sentinel_one_cloud_funnel(external, opens in a new tab or window)
text code block:process where host.os.type == "windows" and event.type == "start" and process.parent.executable : "?:\\Windows\\System32\\mmc.exe" and endswith~(process.parent.args, ".msc") and not ( process.parent.args : ( "?:\\Windows\\System32\\*.msc", "?:\\Windows\\SysWOW64\\*.msc", "?:\\Program files\\*.msc", "?:\\Program Files (x86)\\*.msc" ) or ( process.executable : "?:\\Windows\\System32\\mmc.exe" and process.command_line : "\"C:\\WINDOWS\\system32\\mmc.exe\" \"C:\\Windows\\System32\\gpme.msc\" /s /gpobject:\"LDAP://*" ) or ( process.executable : ( "?:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe", "?:\\Program Files\\Mozilla Firefox\\firefox.exe", "?:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "?:\\Program Files\\internet explorer\\iexplore.exe" ) and process.args : "http*://go.microsoft.com/fwlink/*" ) or process.executable : ( "?:\\Windows\\System32\\vmconnect.exe", "?:\\Windows\\System32\\WerFault.exe", "?:\\Windows\\System32\\wermgr.exe" ) )
Install detection rules in Elastic Security
Detect Unusual Execution via Microsoft Common Console File in the Elastic Security detection engine by installing this rule into your Elastic Stack.
To setup this rule, check out the installation guide for Prebuilt Security Detection Rules(external, opens in a new tab or window).