Suspicious Execution via IHxHelpPaneServer
Description
Identifies suspicious execution via the IHxHelpPaneServer Component Object Interface. This may indicate an attempt to execute a process in the context of another active user session.
Query · eql
process where event.action == "start" and
process.parent.executable : "?:\\Windows\\HelpPane.exe" and process.parent.args == "-Embedding" and
not process.executable :
("?:\\Windows\\HelpPane.exe",
"?:\\Windows\\System32\\WerFault.exe",
"?:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe",
"?:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe",
"?:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"?:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"?:\\Program Files\\internet explorer\\iexplore.exe",
"?:\\Program Files (x86)\\internet explorer\\iexplore.exe",
"?:\\Program Files\\Mozilla Firefox\\firefox.exe",
"?:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe",
"?:\\Program Files (x86)\\RES Software\\Workspace Manager\\pwrgate.exe",
"?:\\Program Files\\WindowsApps\\Microsoft.GetHelp_*\\GetHelp.exe",
"?:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe",
"?:\\Program Files\\Firefox Developer Edition\\firefox.exe",
"?:\\Users\\*\\AppData\\Local\\Mozilla Firefox\\firefox.exe",
"?:\\Users\\*\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe",
"?:\\Users\\*\\AppData\\Local\\Programs\\Opera\\opera.exe",
"?:\\Users\\*\\AppData\\Local\\AVAST Software\\Browser\\Application\\AvastBrowser.exe",
"?:\\Users\\*\\AppData\\Local\\AVG\\Browser\\Application\\AVGBrowser.exe",
"\\\\?\\Volume{*}\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe") and
not (process.code_signature.trusted == true and
process.code_signature.subject_name :
("Google LLC", "Mozilla Corporation", "Wave*", "Brave Software, Inc.", "Opera Norway AS", "AVG Technologies USA, LLC"))