Severity level
High-severity Sigma rules
1727 community-maintained Sigma detection rules in the library are classified as high severity. High-severity rules flag suspicious activity that usually deserves prompt investigation. Coverage spans windows, linux, azure. Open a rule to read its detection logic, MITRE ATT&CK mapping and original YAML.
.RDP File Created By Uncommon Application
highDetects creation of a file with an ".rdp" extension by an application that doesn't commonly create such files.
windows · file_event
AADInternals PowerShell Cmdlets Execution - ProccessCreation
highDetects ADDInternals Cmdlet execution. A tool for administering Azure AD and Office 365. Which can be abused by threat actors to attack Azure AD or Office 365.
windows · process_creation
AADInternals PowerShell Cmdlets Execution - PsScript
highDetects ADDInternals Cmdlet execution. A tool for administering Azure AD and Office 365. Which can be abused by threat actors to attack Azure AD or Office 365.
windows · ps_script
Abusable DLL Potential Sideloading From Suspicious Location
highDetects potential DLL sideloading of DLLs that are known to be abused from suspicious locations
windows · image_load
Abuse of Service Permissions to Hide Services Via Set-Service
highDetects usage of the "Set-Service" powershell cmdlet to configure a new SecurityDescriptor that allows a service to be hidden from other utilities such as "sc.exe", "Get-Service"...etc. (Works only in powershell 7)
windows · process_creation
Abuse of Service Permissions to Hide Services Via Set-Service - PS
highDetects usage of the "Set-Service" powershell cmdlet to configure a new SecurityDescriptor that allows a service to be hidden from other utilities such as "sc.exe", "Get-Service"...etc. (Works only in powershell 7)
windows · ps_script
Abused Debug Privilege by Arbitrary Parent Processes
highDetection of unusual child processes by different system processes
windows · process_creation
Account Created And Deleted Within A Close Time Frame
highDetects when an account was created and deleted in a short period of time.
azure
Active Directory User Backdoors
highDetects scenarios where one can control another users or computers account without having to use their credentials.
windows
Activity From Anonymous IP Address
highIdentifies that users were active from an IP address that has been identified as an anonymous proxy IP address.
azure
AD Privileged Users or Groups Reconnaissance
highDetect priv users or groups recon based on 4661 eventid and known privileged users or groups SIDs
windows
ADCS - Certighost CDC Chase Certificate Request (CVE-2026-54121)
highDetects Active Directory Certificate Services (ADCS) certificate requests that include the 'cdc' (Client DC) request attribute pointing to a domain or IP that is not a known Domain Controller. 'cdc' is an optional MS-WCCE enrollment attribute designed for cross-domain/cross-forest scenarios where a client in a child domain tells the CA which DC to contact for identity lookups when the CA cannot reach that domain directly. Legitimate values are DC hostnames or IPs that resolve to a real Domain Controller computer object in AD with the SERVER_TRUST_ACCOUNT (0x2000) userAccountControl bit set. In an attack, the attacker sets cdc to a domain or IP they control so the CA connects to their rogue SMB and LDAP services instead of a real DC. The rogue server returns a forged DC identity which the pre-patch CA accepts without validation. A malicious event looks like: Requester: DOMAIN\GHOST<random>$ Attributes: cdc:<attacker_ip> rmd:<target_dc_fqdn> SubjectAlternativeName: DNS Name=<target_dc_fqdn> CVE-2026-54121 (Certighost) is the known exploit for this path. The July 2026 patch added _ValidateChaseTargetIsDC which rejects cdc values that do not resolve to a legitimate DC object in Active Directory before following the chase.
windows
ADCS - Certighost Certificate Issued via CDC Chase (CVE-2026-54121)
highDetects successful issuance of an ADCS certificate where the request attributes include 'cdc' (Client DC) or 'rmd' (Remote Domain) pointing to a non-DC domain or IP, confirming the CA's chase fallback path was taken against an attacker-controlled target. 'cdc' directs the CA to an address for identity lookup; 'rmd' specifies the principal to look up there. In an attack (CVE-2026-54121, Certighost), cdc points to a rogue host that returns a forged DC identity. A successfully issued certificate at this stage means the attacker has obtained a cert carrying a Domain Controller's SID and DNS identity, enabling PKINIT authentication as that DC followed by DCSync replication.
windows
ADCS - Certighost Ghost Machine Account Creation
highDetects the creation of a machine account whose name starts with 'GHOST', which is the naming convention used by the CVE-2026-54121 (Certighost) exploit tooling. The public proof-of-concept for Certighost creates a temporary machine account with a name of the form GHOST<random>$ before enrolling for a DC certificate via the cdc chase path. The attacker-controlled machine account is used as the requester identity in the certificate request; the cdc attribute then redirects the CA to a rogue host that returns a forged Domain Controller identity. The resulting certificate carries the DC's SID and DNS name, enabling full PKINIT authentication as the targeted DC followed by DCSync. A machine account creation event (4741) where TargetUserName starts with 'GHOST' and ends with '$' is a high-fidelity indicator of this attack tool's execution. Legitimate environments very rarely provision machine accounts with this prefix.
windows
ADCS Certificate Template Configuration Vulnerability with Risky EKU
highDetects certificate creation with template allowing risk permission subject and risky EKU
windows
Add Debugger Entry To Hangs Key For Persistence
highDetects when an attacker adds a new "Debugger" value to the "Hangs" key in order to achieve persistence which will get invoked when an application crashes
windows · registry_set
Add Insecure Download Source To Winget
highDetects usage of winget to add a new insecure (http) download source. Winget will not allow the addition of insecure sources, hence this could indicate potential suspicious activity (or typos)
windows · process_creation
Add SafeBoot Keys Via Reg Utility
highDetects execution of "reg.exe" commands with the "add" or "copy" flags on safe boot registry keys. Often used by attacker to allow the ransomware to work in safe mode as some security products do not
windows · process_creation
Added Credentials to Existing Application
highDetects when a new credential is added to an existing application. Any additional credentials added outside of expected processes could be a malicious actor using those credentials.
azure
ADSelfService Exploitation
highDetects suspicious access to URLs that was noticed in cases in which attackers exploitated the ADSelfService vulnerability CVE-2021-40539
webserver
Adwind RAT / JRAT
highDetects javaw.exe in AppData folder as used by Adwind / JRAT
windows · process_creation
Adwind RAT / JRAT File Artifact
highDetects javaw.exe in AppData folder as used by Adwind / JRAT
windows · file_event
All Backups Deleted Via Wbadmin.EXE
highDetects the deletion of all backups or system state backups via "wbadmin.exe". This technique is used by numerous ransomware families and actors. This may only be successful on server platforms that have Windows Backup enabled.
windows · process_creation
All Rules Have Been Deleted From The Windows Firewall Configuration
highDetects when a all the rules have been deleted from the Windows Defender Firewall configuration
windows
Allow Service Access Using Security Descriptor Tampering Via Sc.EXE
highDetects suspicious DACL modifications to allow access to a service from a suspicious trustee. This can be used to override access restrictions set by previous ACLs.
windows · process_creation
AMSI Bypass Pattern Assembly GetType
highDetects code fragments found in small and obfuscated AMSI bypass PowerShell scripts
windows · ps_script
AMSI Disabled via Registry Modification
highDetects attempts to disable AMSI (Anti-Malware Scan Interface) by modifying the AmsiEnable registry value. Anti-Malware Scan Interface (AMSI) is a security feature in Windows that allows applications and services to integrate with anti-malware products for enhanced protection against malicious content. Adversaries may attempt to disable AMSI to evade detection by security software, allowing them to execute malicious scripts or code without being scanned.
windows · registry_set
Anomalous Token
highIndicates that there are abnormal characteristics in the token such as an unusual token lifetime or a token that is played from an unfamiliar location.
azure
Anomalous User Activity
highIndicates that there are anomalous patterns of behavior like suspicious changes to the directory.
azure
Anonymous IP Address
highIndicates sign-ins from an anonymous IP address, for example, using an anonymous browser or VPN.
azure
Antivirus - Hacktool Signature
highDetects a highly relevant Antivirus alert that reports a hack tool or other attack tool. This event must not be ignored just because the AV has blocked the malware but investigate, how it came there in the first place.
antivirus
Antivirus - Relevant File Paths Alerts Signature
highDetects an Antivirus alert in a highly relevant file path or with a relevant file name. This event must not be ignored just because the AV has blocked the malware but investigate, how it came there in the first place.
antivirus
Antivirus - Web Shell Detection Signature
highDetects a highly relevant Antivirus alert that reports a web shell. It's highly recommended to tune this rule to the specific strings used by your anti virus solution by downloading a big WebShell repository from e.g. github and checking the matches. This event must not be ignored just because the AV has blocked the malware but investigate, how it came there in the first place.
antivirus
Antivirus Filter Driver Disallowed On Dev Drive - Registry
highDetects activity that indicates a user disabling the ability for Antivirus mini filter to inspect a "Dev Drive".
windows · registry_set
Apache Segmentation Fault
highDetects a segmentation fault error message caused by a crashing apache worker process
Apache Spark Shell Command Injection - ProcessCreation
highDetects attempts to exploit an apache spark server via CVE-2014-6287 from a commandline perspective
linux · process_creation
Apache Spark Shell Command Injection - Weblogs
highDetects attempts to exploit an apache spark server via CVE-2014-6287 from a weblogs perspective
webserver
App Granted Microsoft Permissions
highDetects when an application is granted delegated or app role permissions for Microsoft Graph, Exchange, Sharepoint, or Azure AD
azure
App Granted Privileged Delegated Or App Permissions
highDetects when administrator grants either application permissions (app roles) or highly privileged delegated permissions
azure
Application AppID Uri Configuration Changes
highDetects when a configuration change is made to an applications AppID URI.
azure
Application URI Configuration Changes
highDetects when a configuration change is made to an applications URI. URIs for domain names that no longer exist (dangling URIs), not using HTTPS, wildcards at the end of the domain, URIs that are no unique to that app, or URIs that point to domains you do not control should be investigated.
azure
AppX Located in Known Staging Directory Added to Deployment Pipeline
highDetects an appx package that was added to the pipeline of the "to be processed" packages that is located in a known folder often used as a staging directory.
windows
APT PRIVATELOG Image Load Pattern
highDetects an image load pattern as seen when a tool named PRIVATELOG is used and rarely observed under legitimate circumstances
windows · image_load
APT User Agent
highDetects suspicious user agent strings used in APT malware in proxy logs
proxy
APT40 Dropbox Tool User Agent
highDetects suspicious user agent string of APT40 Dropbox tool
proxy
Arbitrary File Download Via IMEWDBLD.EXE
highDetects usage of "IMEWDBLD.exe" to download arbitrary files
windows · process_creation
Aruba Network Service Potential DLL Sideloading
highDetects potential DLL sideloading activity via the Aruba Networks Virtual Intranet Access "arubanetsvc.exe" process using DLL Search Order Hijacking
windows · image_load
ASLR Disabled Via Sysctl or Direct Syscall - Linux
highDetects actions that disable Address Space Layout Randomization (ASLR) in Linux, including: - Use of the `personality` syscall with the ADDR_NO_RANDOMIZE flag (0x0040000) - Modification of the /proc/sys/kernel/randomize_va_space file - Execution of the `sysctl` command to set `kernel.randomize_va_space=0` Disabling ASLR is often used by attackers during exploit development or to bypass memory protection mechanisms. A successful use of these methods can reduce the effectiveness of ASLR and make memory corruption attacks more reliable.
linux
Atera Agent Installation
highDetects successful installation of Atera Remote Monitoring & Management (RMM) agent as recently found to be used by Conti operators
windows
Atlassian Bitbucket Command Injection Via Archive API
highDetects attempts to exploit the Atlassian Bitbucket Command Injection CVE-2022-36804
webserver
Atlassian Confluence CVE-2022-26134
highDetects spawning of suspicious child processes by Atlassian Confluence server which may indicate successful exploitation of CVE-2022-26134
linux · process_creation
Atomic MacOS Stealer - FileGrabber Activity
highDetects suspicious activity associated with Atomic MacOS Stealer (Amos) campaigns, including execution of FileGrabber and curl-based POST requests used for data exfiltration. The rule identifies either the execution of FileGrabber targeting /tmp or the use of curl to POST sensitive user data (including files such as /tmp/out.zip) to remote servers, which are key indicators of Amos infostealer activity.
macos · process_creation
Atomic MacOS Stealer - Persistence Indicators
highDetects creation of persistence artifacts placed by Atomic MacOS Stealer in macOS systems. Recent Atomic MacOS Stealer variants have been observed dropping these to maintain persistent access after compromise.
macos · file_event
Attempts of Kerberos Coercion Via DNS SPN Spoofing
highDetects the presence of "UWhRC....AAYBAAAA" pattern in command line. The pattern "1UWhRCAAAAA..BAAAA" is a base64-encoded signature that corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure. Attackers can use this technique to coerce authentication from victim systems to attacker-controlled hosts. It is one of the strong indicators of a Kerberos coercion attack, where adversaries manipulate DNS records to spoof Service Principal Names (SPNs) and redirect authentication requests like in CVE-2025-33073. If you see this pattern in the command line, it is likely an attempt to add spoofed Service Principal Names (SPNs) to DNS records, or checking for the presence of such records through the `nslookup` command.
windows · process_creation
Atypical Travel
highIdentifies two sign-ins originating from geographically distant locations, where at least one of the locations may also be atypical for the user, given past behavior.
azure
Audit Policy Tampering Via Auditpol
highThreat actors can use auditpol binary to change audit policy configuration to impair detection capability. This can be carried out by selectively disabling/removing certain audit policies as well as restoring a custom policy owned by the threat actor.
windows · process_creation
Audit Policy Tampering Via NT Resource Kit Auditpol
highThreat actors can use an older version of the auditpol binary available inside the NT resource kit to change audit policy configuration to impair detection capability. This can be carried out by selectively disabling/removing certain audit policies as well as restoring a custom policy owned by the threat actor.
windows · process_creation
Audit Rules Deleted Via Auditctl
highDetects the execution of 'auditctl' with the '-D' command line parameter, which deletes all configured audit rules and watches on Linux systems. This technique is commonly used by attackers to disable audit logging and cover their tracks by removing monitoring capabilities. Removal of audit rules can significantly impair detection of malicious activities on the affected system.
linux · process_creation
Auditing Configuration Changes on Linux Host
highDetect changes in auditd configuration files
linux
Authencesn Crypto Module Load via Modprobe - Copy-Fail Indicator
highDetects kernel auto-loading of the authencesn crypto module via modprobe This occurs when user-space code creates an AF_ALG socket and binds the authencesn AEAD cipher (e.g., authencesn(hmac(sha256),cbc(aes))). The kernel invokes modprobe to load the crypto module. This is a key indicator of CVE-2026-31431 (Copy Fail) exploitation, where the authencesn cipher is used to trigger a buffer overflow in the AF_ALG AEAD splice path, corrupting the page cache of SUID binaries for local privilege escalation. On Linux systems, modprobe is typically a symlink to kmod, so the process image will be /usr/bin/kmod (or /bin/kmod) with 'modprobe' appearing in the command line.
linux · process_creation
AWS Config Disabling Channel/Recorder
highDetects AWS Config Service disabling
aws
AWS EC2 Startup Shell Script Change
highDetects changes to the EC2 instance startup script. The shell script will be executed as root/SYSTEM every time the specific instances are booted up.
aws
AWS GuardDuty Detector Deleted Or Updated
highDetects successful deletion or disabling of an AWS GuardDuty detector, possibly by an attacker trying to avoid detection of its malicious activities. Upon deletion, GuardDuty stops monitoring the environment and all existing findings are lost. Verify with the user identity that this activity is legitimate.
aws
AWS GuardDuty Important Change
highDetects updates of the GuardDuty list of trusted IPs, perhaps to disable security alerts against malicious IPs.
aws
AWS IAM S3Browser LoginProfile Creation
highDetects S3 Browser utility performing reconnaissance looking for existing IAM Users without a LoginProfile defined then (when found) creating a LoginProfile.
aws
AWS IAM S3Browser Templated S3 Bucket Policy Creation
highDetects S3 browser utility creating Inline IAM policy containing default S3 bucket name placeholder value of "<YOUR-BUCKET-NAME>".
aws
AWS IAM S3Browser User or AccessKey Creation
highDetects S3 Browser utility creating IAM User or AccessKey.
aws
AWS Identity Center Identity Provider Change
highDetects a change in the AWS Identity Center (FKA AWS SSO) identity provider. A change in identity provider allows an attacker to establish persistent access or escalate privileges via user impersonation.
aws
AWS KMS Imported Key Material Usage
highDetects the import or deletion of key material in AWS KMS, which can be used as part of ransomware attacks. This activity is uncommon and provides a high certainty signal.
aws
AWS SecurityHub Findings Evasion
highDetects the modification of the findings on SecurityHub.
aws
AWS User Login Profile Was Modified
highDetects activity when someone is changing passwords on behalf of other users. An attacker with the "iam:UpdateLoginProfile" permission on other users can change the password used to login to the AWS console on any user that already has a login profile setup.
aws
AWS VPC Flow Logs Deleted
highDetects the deletion of one or more VPC Flow Logs in AWS Elastic Compute Cloud (EC2) through the DeleteFlowLogs API call. Adversaries may delete flow logs to evade detection or remove evidence of network activity, hindering forensic investigations and visibility into malicious operations.
aws
Axios NPM Compromise File Creation Indicators - Linux
highDetects file creation events linked to the Axios NPM supply chain compromise. Axios is a popular JavaScript HTTP client. On March 30, 2026, malicious versions (1.14.1, 0.30.4) were published to npm, injecting a dependency (plain-crypto-js@4.2.1) that executed a postinstall script as a cross-platform RAT dropper.
linux · file_event
Axios NPM Compromise File Creation Indicators - MacOS
highDetects file creation events linked to the Axios NPM supply chain compromise on macOS devices. Axios is a popular JavaScript HTTP client. On March 30, 2026, malicious versions (1.14.1, 0.30.4) were published to npm, injecting a dependency (plain-crypto-js@4.2.1) that executed a postinstall script as a cross-platform RAT dropper.
macos · file_event
Axios NPM Compromise File Creation Indicators - Windows
highDetects file creation events linked to the Axios NPM supply chain compromise. Axios is a popular JavaScript HTTP client. On March 30, 2026, malicious versions (1.14.1, 0.30.4) were published to npm, injecting a dependency (plain-crypto-js@4.2.1) that executed a postinstall script as a cross-platform RAT dropper. The dropper contacted a C2 server, delivered platform-specific payloads, deleted itself, and replaced package.json to evade detection. The attack used cscript.exe (VBScript), curl.exe (C2), and PowerShell masquerading as Windows Terminal.
windows · file_event
Axios NPM Compromise Indicators - Linux
highDetects the Linux-specific execution chain of the plain-crypto-js malicious npm dependency by Axios NPM package, including payload download via curl and detached execution using nohup and python3. On March 30, 2026, malicious versions (1.14.1, 0.30.4) were published to npm, injecting a dependency (plain-crypto-js@4.2.1) that executed a postinstall script as a cross-platform RAT dropper. The dropper contacted a C2 server, delivered platform-specific payloads, deleted itself, and replaced package.json to evade detection.
linux · process_creation
Axios NPM Compromise Indicators - macOS
highDetects the macOS-specific execution chain of the plain-crypto-js malicious npm dependency in Axios NPM Package, including AppleScript execution via osascript, payload download, permission modification, execution, and cleanup.
macos · process_creation
Axios NPM Compromise Indicators - Windows
highDetects the specific Windows execution chain and process tree associated with the Axios NPM supply chain compromise. On March 30, 2026, malicious versions (1.14.1, 0.30.4) were published to npm, injecting a dependency (plain-crypto-js@4.2.1) that executed a postinstall script as a cross-platform RAT dropper. The dropper contacted a C2 server, delivered platform-specific payloads, deleted itself, and replaced package.json to evade detection. The attack used cscript.exe (VBScript), curl.exe (C2), and PowerShell masquerading as Windows Terminal.
windows · process_creation
Axios NPM Compromise Malicious C2 Domain DNS Query
highDetects DNS queries for the malicious C2 domain associated with the plain-crypto-js/Axios npm package supply chain compromise. On March 30, 2026, malicious versions (1.14.1, 0.30.4) were published to npm, injecting a dependency (plain-crypto-js@4.2.1) that executed a postinstall script as a cross-platform RAT dropper. This detection detects endpoints attempting to resolve the attacker's C2 domain (sfrclak.com) used for command and control communication.
dns
Azure AD Account Credential Leaked
highIndicates that the user's valid credentials have been leaked.
azure
Azure AD Threat Intelligence
highIndicates user activity that is unusual for the user or consistent with known attack patterns.
azure
Azure Login Bypassing Conditional Access Policies
highDetects a successful login to the Microsoft Intune Company Portal which could allow bypassing Conditional Access Policies and InTune device trust using a tool like TokenSmith.
m365
Azure Subscription Permission Elevation Via ActivityLogs
highDetects when a user has been elevated to manage all Azure Subscriptions. This change should be investigated immediately if it isn't planned. This setting could allow an attacker access to Azure subscriptions in your environment.
azure
Azure Subscription Permission Elevation Via AuditLogs
highDetects when a user has been elevated to manage all Azure Subscriptions. This change should be investigated immediately if it isn't planned. This setting could allow an attacker access to Azure subscriptions in your environment.
azure
BaaUpdate.exe Suspicious DLL Load
highDetects BitLocker Access Agent Update Utility (baaupdate.exe) loading DLLs from suspicious locations that are publicly writable which could indicate an attempt to lateral movement via BitLocker DCOM & COM Hijacking. This technique abuses COM Classes configured as INTERACTIVE USER to spawn processes in the context of the logged-on user's session. Specifically, it targets the BDEUILauncher Class (CLSID ab93b6f1-be76-4185-a488-a9001b105b94) which can launch BaaUpdate.exe, which is vulnerable to COM Hijacking when started with input parameters. This allows attackers to execute code in the user's context without needing to steal credentials or use additional techniques to compromise the account.
windows · image_load
Bad Opsec Defaults Sacrificial Processes With Improper Arguments
highDetects attackers using tooling with bad opsec defaults. E.g. spawning a sacrificial process to inject a capability into the process without taking into account how the process is normally run. One trivial example of this is using rundll32.exe without arguments as a sacrificial process (default in CS, now highlighted by c2lint), running WerFault without arguments (Kraken - credit am0nsec), and other examples.
windows · process_creation
Base64 Encoded PowerShell Command Detected
highDetects usage of the "FromBase64String" function in the commandline which is used to decode a base64 encoded string
windows · process_creation
Base64 MZ Header In CommandLine
highDetects encoded base64 MZ header in the commandline
windows · process_creation
Binary Padding - Linux
highAdversaries may use binary padding to add junk data and change the on-disk representation of malware. This rule detect using dd and truncate to add a junk data to file.
linux
Binary Padding - MacOS
highAdversaries may use binary padding to add junk data and change the on-disk representation of malware. This rule detect using dd and truncate to add a junk data to file.
macos · process_creation
Bitbucket Full Data Export Triggered
highDetects when full data export is attempted.
bitbucket
Bitbucket Secret Scanning Exempt Repository Added
highDetects when a repository is exempted from secret scanning feature.
bitbucket
BITS Transfer Job Download From Direct IP
highDetects a BITS transfer job downloading file(s) from a direct IP address.
windows
BITS Transfer Job Download From File Sharing Domains
highDetects BITS transfer job downloading files from a file sharing domain.
windows
BITS Transfer Job Download To Potential Suspicious Folder
highDetects new BITS transfer job where the LocalName/Saved file is stored in a potentially suspicious location
windows
Bitsadmin to Uncommon IP Server Address
highDetects Bitsadmin connections to IP addresses instead of FQDN names
proxy
Bitsadmin to Uncommon TLD
highDetects Bitsadmin connections to domains with uncommon TLDs
proxy
Blackbyte Ransomware Registry
highDetects specific windows registry modifications made by BlackByte ransomware variants. BlackByte set three different registry values to escalate privileges and begin setting the stage for lateral movement and encryption. This rule triggers when any of the following registry keys are set to DWORD 1, however all three should be investigated as part of a larger BlackByte ransomware detection and response effort.
windows · registry_set
BloodHound Collection Files
highDetects default file names outputted by the BloodHound collection tool SharpHound
windows · file_event
Blue Mockingbird
highAttempts to detect system changes made by Blue Mockingbird
windows · process_creation
Blue Mockingbird - Registry
highAttempts to detect system changes made by Blue Mockingbird
windows · registry_set
BlueSky Ransomware Artefacts
highDetect access to files and shares with names and extensions used by BlueSky ransomware which could indicate a current or previous encryption attempt.
windows
Boot Configuration Tampering Via Bcdedit.EXE
highDetects the use of the bcdedit command to tamper with the boot configuration data. This technique is often times used by malware or attackers as a destructive way before launching ransomware.
windows · process_creation
BPFDoor Abnormal Process ID or Lock File Accessed
highdetects BPFDoor .lock and .pid files access in temporary file storage facility
linux
Buffer Overflow Attempts
highDetects buffer overflow attempts in Unix system log files
linux
Bulk Deletion Changes To Privileged Account Permissions
highDetects when a user is removed from a privileged role. Bulk changes should be investigated.
azure
Bypass UAC Using DelegateExecute
highBypasses User Account Control using a fileless method
windows · registry_set
Bypass UAC Using Event Viewer
highBypasses User Account Control using Event Viewer and a relevant Windows Registry modification
windows · registry_set
Bypass UAC Using SilentCleanup Task
highDetects the setting of the environement variable "windir" to a non default value. Attackers often abuse this variable in order to trigger a UAC bypass via the "SilentCleanup" task. The SilentCleanup task located in %windir%\system32\cleanmgr.exe is an auto-elevated task that can be abused to elevate any file with administrator privileges without prompting UAC.
windows · registry_set
Bypass UAC via CMSTP
highDetect commandline usage of Microsoft Connection Manager Profile Installer (cmstp.exe) to install specially formatted local .INF files
windows · process_creation
Bypass UAC via Fodhelper.exe
highIdentifies use of Fodhelper.exe to bypass User Account Control. Adversaries use this technique to execute privileged processes.
windows · process_creation
Bypass UAC via WSReset.exe
highDetects use of WSReset.exe to bypass User Account Control (UAC). Adversaries use this technique to execute privileged processes.
windows · process_creation
Cab File Extraction Via Wusa.EXE From Potentially Suspicious Paths
highDetects the execution of the "wusa.exe" (Windows Update Standalone Installer) utility to extract ".cab" files using the "/extract" argument from potentially suspicious paths.
windows · process_creation
Capsh Shell Invocation - Linux
highDetects the use of the "capsh" utility to invoke a shell.
linux · process_creation
Certificate Services Outbound SMB or LDAP Connection
highDetects the Windows Certificate Services process (certsrv.exe) initiating an outbound network connection on port 445 (SMB) or 389 (LDAP) to a non-DC host. This behaviour is inherently suspicious: under normal operation the CA resolves subject identities via local RPC against the domain and never initiates outbound SMB or LDAP connections to arbitrary hosts. Any such connection indicates the CA is being coerced into performing a remote identity lookup against an attacker-controlled host. The most direct known trigger is the CA chase fallback (EDITF_ENABLECHASECLIENTDC) where a requester-supplied 'cdc' attribute causes the CA to open SMB and LDAP to a specified address. CVE-2026-54121 (Certighost) exploits this path to redirect the CA to rogue LSA and LDAP services that return a DC's identity, resulting in a forged DC certificate. This rule is not limited to Certighost — any future vulnerability or misconfiguration that causes certsrv.exe to make outbound SMB or LDAP connections is covered.
windows · network_connection
Chafer Malware URL Pattern
highDetects HTTP request used by Chafer malware to receive data from its C2.
proxy
Change Default File Association To Executable Via Assoc
highDetects when a program changes the default file association of any extension to an executable. When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access or by administrators using the built-in assoc utility. Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.
windows · process_creation
Change the Fax Dll
highDetect possible persistence using Fax DLL load when service restart
windows · registry_set
Change User Account Associated with the FAX Service
highDetect change of the user account associated with the FAX service to avoid the escalation problem.
windows · registry_set
Change Winevt Channel Access Permission Via Registry
highDetects tampering with the "ChannelAccess" registry key in order to change access to Windows event channel.
windows · registry_set
Changes to Device Registration Policy
highMonitor and alert for changes to the device registration policy.
azure
Changes To PIM Settings
highDetects when changes are made to PIM roles
azure
Chopper Webshell Process Pattern
highDetects patterns found in process executions cause by China Chopper like tiny (ASPX) webshells
windows · process_creation
ChromeLoader Malware Execution
highDetects execution of ChromeLoader malware via a registered scheduled task
windows · process_creation
Chromium Browser Headless Execution To Mockbin Like Site
highDetects the execution of a Chromium based browser process with the "headless" flag and a URL pointing to the mockbin.org service (which can be used to exfiltrate data).
windows · process_creation
Cisco ASA Exploitation Activity - Proxy
highDetects suspicious requests to Cisco ASA WebVpn via proxy logs associated with CVE-2025-20333 and CVE-2025-20362 exploitation.
proxy
Cisco ASA FTD Exploit CVE-2020-3452
highDetects exploitation attempts on Cisco ASA FTD systems exploiting CVE-2020-3452 with a status code of 200 (sccessful exploitation)
webserver
Cisco Clear Logs
highClear command history in network OS which is used for defense evasion
cisco
Cisco Crypto Commands
highShow when private keys are being exported from the device, or when new certificates are installed
cisco
Cisco Disabling Logging
highTurn off logging locally or remote
cisco
Cisco Local Accounts
highFind local accounts being created or modified as well as remote authentication configurations
cisco
Clearing Windows Console History
highIdentifies when a user attempts to clear console history. An adversary may clear the command history of a compromised account to conceal the actions undertaken during an intrusion.
windows · ps_script
Cmd.EXE Missing Space Characters Execution Anomaly
highDetects Windows command lines that miss a space before or after the /c flag when running a command using the cmd.exe. This could be a sign of obfuscation of a fat finger problem (typo by the developer).
windows · process_creation
CMSTP Execution Process Access
highDetects various indicators of Microsoft Connection Manager Profile Installer execution
windows · process_access
CMSTP Execution Process Creation
highDetects various indicators of Microsoft Connection Manager Profile Installer execution
windows · process_creation
CMSTP Execution Registry Event
highDetects various indicators of Microsoft Connection Manager Profile Installer execution
windows · registry_event
CMSTP UAC Bypass via COM Object Access
highDetects UAC Bypass Attempt Using Microsoft Connection Manager Profile Installer Autoelevate-capable COM Objects (e.g. UACMe ID of 41, 43, 58 or 65)
windows · process_creation
CobaltStrike Load by Rundll32
highRundll32 can be use by Cobalt Strike with StartW function to load DLLs from the command line.
windows · process_creation
CobaltStrike Named Pipe Patterns
highDetects the creation of a named pipe with a pattern found in CobaltStrike malleable C2 profiles
windows · pipe_created
CobaltStrike Service Installations - Security
highDetects known malicious service installs that appear in cases in which a Cobalt Strike beacon elevates privileges or lateral movement
windows
Code Executed Via Office Add-in XLL File
highAdversaries may abuse Microsoft Office add-ins to obtain persistence on a compromised system. Office add-ins can be used to add functionality to Office programs
windows · ps_script
Code Injection by ld.so Preload
highDetects the ld.so preload persistence file. See `man ld.so` for more information.
linux
CodeIntegrity - Blocked Driver Load With Revoked Certificate
highDetects blocked load attempts of revoked drivers
windows
CodeIntegrity - Blocked Image Load With Revoked Certificate
highDetects blocked image load events with revoked certificates by code integrity.
windows
CodeIntegrity - Blocked Image/Driver Load For Policy Violation
highDetects blocked load events that did not meet the authenticode signing level requirements or violated the code integrity policy.
windows
CodeIntegrity - Disallowed File For Protected Processes Has Been Blocked
highDetects block events for files that are disallowed by code integrity for protected processes
windows
CodeIntegrity - Revoked Image Loaded
highDetects image load events with revoked certificates by code integrity.
windows
CodeIntegrity - Revoked Kernel Driver Loaded
highDetects the load of a revoked kernel driver
windows
CodeIntegrity - Unmet WHQL Requirements For Loaded Kernel Module
highDetects loaded kernel modules that did not meet the WHQL signing requirements.
windows
CodeIntegrity - Unsigned Image Loaded
highDetects loaded unsigned image on the system
windows
CodeIntegrity - Unsigned Kernel Module Loaded
highDetects the presence of a loaded unsigned kernel module on the system.
windows
COLDSTEEL Persistence Service Creation
highDetects the creation of new services potentially related to COLDSTEEL RAT
windows
COLDSTEEL RAT Anonymous User Process Execution
highDetects the creation of a process executing as user called "ANONYMOUS" seen used by the "MileStone2016" variant of COLDSTEEL
windows · process_creation
COM Hijack via Sdclt
highDetects changes to 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute'
windows · registry_set
COM Object Hijacking Via Modification Of Default System CLSID Default Value
highDetects potential COM object hijacking via modification of default system CLSID.
windows · registry_set
Commands to Clear or Remove the Syslog - Builtin
highDetects specific commands commonly used to remove or empty the syslog
linux
Communication To LocaltoNet Tunneling Service Initiated
highDetects an executable initiating a network connection to "LocaltoNet" tunneling sub-domains. LocaltoNet is a reverse proxy that enables localhost services to be exposed to the Internet. Attackers have been seen to use this service for command-and-control activities to bypass MFA and perimeter controls.
windows · network_connection
Communication To LocaltoNet Tunneling Service Initiated - Linux
highDetects an executable initiating a network connection to "LocaltoNet" tunneling sub-domains. LocaltoNet is a reverse proxy that enables localhost services to be exposed to the Internet. Attackers have been seen to use this service for command-and-control activities to bypass MFA and perimeter controls.
linux · network_connection
Communication To Ngrok Tunneling Service - Linux
highDetects an executable accessing an ngrok tunneling endpoint, which could be a sign of forbidden exfiltration of data exfiltration by malicious actors
linux · network_connection
Communication To Ngrok Tunneling Service Initiated
highDetects an executable initiating a network connection to "ngrok" tunneling domains. Attackers were seen using this "ngrok" in order to store their second stage payloads and malware. While communication with such domains can be legitimate, often times is a sign of either data exfiltration by malicious actors or additional download.
windows · network_connection
Commvault QLogin Argument Injection Authentication Bypass (CVE-2025-57791)
highDetects the use of argument injection in the Commvault qlogin command - potential exploitation for CVE-2025-57791. An attacker can inject the `-localadmin` parameter via the password field to bypass authentication and gain a privileged token.
windows · process_creation
Commvault QOperation Path Traversal Webshell Drop (CVE-2025-57790)
highDetects the use of qoperation.exe with the -file argument to write a JSP file to the webroot, indicating a webshell drop. This is a post-authentication step corresponding to CVE-2025-57790.
windows · process_creation
ComRAT Network Communication
highDetects Turla ComRAT network communication.
proxy
Conhost.exe CommandLine Path Traversal
highdetects the usage of path traversal in conhost.exe indicating possible command/argument confusion/hijacking
windows · process_creation
Conti NTDS Exfiltration Command
highDetects a command used by conti to exfiltrate NTDS
windows · process_creation
Conti Volume Shadow Listing
highDetects a command used by conti to find volume shadow backups
windows · process_creation
Control Panel Items
highDetects the malicious use of a control panel item
windows · process_creation
Copy .DMP/.DUMP Files From Remote Share Via Cmd.EXE
highDetects usage of the copy builtin cmd command to copy files with the ".dmp"/".dump" extension from a remote share
windows · process_creation
Copy From VolumeShadowCopy Via Cmd.EXE
highDetects the execution of the builtin "copy" command that targets a shadow copy (sometimes used to copy registry hives that are in use)
windows · process_creation
Copy Passwd Or Shadow From TMP Path
highDetects when the file "passwd" or "shadow" is copied from tmp path
linux · process_creation
Copying Sensitive Files with Credential Data
highFiles with well-known filenames (sensitive files with credential data) copying
windows · process_creation
Create Volume Shadow Copy with Powershell
highAdversaries may attempt to access or create a copy of the Active Directory domain database in order to steal credential information
windows · ps_script
CreateDump Process Dump
highDetects uses of the createdump.exe LOLOBIN utility to dump process memory
windows · process_creation
Creation Exe for Service with Unquoted Path
highAdversaries may execute their own malicious payloads by hijacking vulnerable file path references. Adversaries can take advantage of paths that lack surrounding quotations by placing an executable in a higher level directory within the path, so that Windows will choose the adversary's executable to launch.
windows · file_event
Creation of a Local Hidden User Account by Registry
highSysmon registry detection of a local hidden user account.
windows · registry_event
Cred Dump Tools Dropped Files
highFiles with well-known filenames (parts of credential dump software or files produced by them) creation
windows · file_event
Credential Dumping Activity By Python Based Tool
highDetects LSASS process access for potential credential dumping by a Python-like tool such as LaZagne or Pypykatz.
windows · process_access
Credential Dumping Attempt Via Svchost
highDetects when a process tries to access the memory of svchost to potentially dump credentials.
windows · process_access
Credential Dumping Attempt Via WerFault
highDetects process LSASS memory dump using Mimikatz, NanoDump, Invoke-Mimikatz, Procdump or Taskmgr based on the CallTrace pointing to ntdll.dll, dbghelp.dll or dbgcore.dll for win10, server2016 and up.
windows · process_access
Credential Dumping Tools Service Execution - Security
highDetects well-known credential dumping tools execution via service execution events
windows
Credential Dumping Tools Service Execution - System
highDetects well-known credential dumping tools execution via service execution events
windows
Credentials In Files
highDetecting attempts to extract passwords with grep and laZagne
macos · process_creation
Credentials In Files - Linux
highDetecting attempts to extract passwords with grep
linux
Critical Hive In Suspicious Location Access Bits Cleared
highDetects events from the Kernel-General ETW indicating that the access bits of a hive with a system like hive name located in the temp directory have been reset. This occurs when an application tries to access a hive and the hive has not be recognized since the last 7 days (by default). Registry hive dumping utilities such as QuarksPwDump were seen emitting this behavior.
windows
Cross Site Scripting Strings
highDetects XSS attempts injected via GET requests in access logs
webserver
Crypto Miner User Agent
highDetects suspicious user agent strings used by crypto miners in proxy logs
proxy
Csc.EXE Execution Form Potentially Suspicious Parent
highDetects a potentially suspicious parent of "csc.exe", which could be a sign of payload delivery.
windows · process_creation
Cscript/Wscript Uncommon Script Extension Execution
highDetects Wscript/Cscript executing a file with an uncommon (i.e. non-script) extension
windows · process_creation
Curl Download And Execute Combination
highAdversaries can use curl to download payloads remotely and execute them. Curl is included by default in Windows 10 build 17063 and later.
windows · process_creation
Curl File Upload To File Sharing Websites
highDetects usage of curl to upload files to known file sharing domains, which may indicate data exfiltration.
windows · process_creation
Custom File Open Handler Executes PowerShell
highDetects the abuse of custom file open handler, executing powershell
windows · registry_set
CVE-2020-0688 Exploitation Attempt
highDetects CVE-2020-0688 Exploitation attempts
webserver
CVE-2020-0688 Exploitation via Eventlog
highDetects the exploitation of Microsoft Exchange vulnerability as described in CVE-2020-0688
windows
CVE-2020-1048 Exploitation Attempt - Suspicious New Printer Ports - Registry
highDetects changes to the "Ports" registry key with data that includes a Windows path or a file with a suspicious extension. This could be an attempt to exploit CVE-2020-1048 - a Windows Print Spooler elevation of privilege vulnerability.
windows · registry_set
CVE-2021-21972 VSphere Exploitation
highDetects the exploitation of VSphere Remote Code Execution vulnerability as described in CVE-2021-21972
webserver
CVE-2021-21978 Exploitation Attempt
highDetects the exploitation of the VMware View Planner vulnerability described in CVE-2021-21978
webserver
CVE-2021-26858 Exchange Exploitation
highDetects possible successful exploitation for vulnerability described in CVE-2021-26858 by looking for creation of non-standard files on disk by Exchange Server’s Unified Messaging service which could indicate dropping web shells or other malicious content
windows · file_event
CVE-2021-41773 Exploitation Attempt
highDetects exploitation of flaw in path normalization in Apache HTTP server 2.4.49. An attacker could use a path traversal attack to map URLs to files outside the expected document root. If files outside of the document root are not protected by "require all denied" these requests can succeed. Additionally this flaw could leak the source of interpreted files like CGI scripts. This issue is known to be exploited in the wild. This issue only affects Apache 2.4.49 and not earlier versions.
webserver
CVE-2021-44077 POC Default Dropped File
highDetects the creation of "msiexec.exe" in the "bin" directory of the ManageEngine SupportCenter Plus (Related to CVE-2021-44077) and public POC available (See references section)
windows · file_event
CVE-2022-24527 Microsoft Connected Cache LPE
highDetects files created during the local privilege exploitation of CVE-2022-24527 Microsoft Connected Cache
windows · file_event
CVE-2022-31656 VMware Workspace ONE Access Auth Bypass
highDetects the exploitation of VMware Workspace ONE Access Authentication Bypass vulnerability as described in CVE-2022-31656 VMware Workspace ONE Access, Identity Manager and vRealize Automation contain an authentication bypass vulnerability affecting local domain users. A malicious actor with network access to the UI may be able to obtain administrative access without the need to authenticate.
webserver
CVE-2023-22518 Exploitation Attempt - Suspicious Confluence Child Process (Linux)
highDetects exploitation attempt of CVE-2023-22518 (Confluence Data Center / Confluence Server), where an attacker can exploit vulnerable endpoints to e.g. create admin accounts and execute arbitrary commands.
linux · process_creation
CVE-2023-38331 Exploitation Attempt - Suspicious Double Extension File
highDetects the creation of a file with a double extension and a space by WinRAR. This could be a sign of exploitation of CVE-2023-38331
windows · file_event
CVE-2023-38331 Exploitation Attempt - Suspicious WinRAR Child Process
highDetects exploitation attempt of CVE-2023-38331 (WinRAR before v6.23), where an attacker can leverage WinRAR to execute arbitrary commands and binaries.
windows · process_creation
CVE-2023-46747 Exploitation Activity - Proxy
highDetects exploitation activity of CVE-2023-46747 an unauthenticated remote code execution vulnerability in F5 BIG-IP.
proxy
CVE-2023-46747 Exploitation Activity - Webserver
highDetects exploitation activity of CVE-2023-46747 an unauthenticated remote code execution vulnerability in F5 BIG-IP.
webserver
CVE-2023-4966 Exploitation Attempt - Citrix ADC Sensitive Information Disclosure - Proxy
highDetects exploitation attempt of CVE-2023-4966 a Citrix ADC and NetScaler Gateway sensitive information disclosure vulnerability via proxy logs by looking for a very long host header string.
proxy
CVE-2023-4966 Exploitation Attempt - Citrix ADC Sensitive Information Disclosure - Webserver
highDetects exploitation attempt of CVE-2023-4966 a Citrix ADC and NetScaler Gateway sensitive information disclosure vulnerability via webserver logs by looking for a very long host header string.
webserver
CVE-2024-1212 Exploitation - Progress Kemp LoadMaster Unauthenticated Command Injection
highDetects potential exploitation of CVE-2024-1709 an unauthenticated command injection in Progress Kemp LoadMaster. It looks for GET requests to '/access/set' API with the parameters 'param=enableapi' and 'value=1' as well as an "Authorization" header with a base64 encoded value with an uncommon character.
webserver
CVE-2024-49113 Exploitation Attempt - LDAP Nightmare
highDetects exploitation attempt of CVE-2024-49113 known as LDAP Nightmare, based on "Application Error" log where the faulting application is "lsass.exe" and the faulting module is "WLDAP32.dll".
windows
CVE-2024-50623 Exploitation Attempt - Cleo
highDetects exploitation attempt of Cleo's CVE-2024-50623 by looking for a "cmd.exe" process spawning from the Celo software suite with suspicious Powershell commandline.
windows · process_creation
DarkGate - Autoit3.EXE Execution Parameters
highDetects execution of the legitimate Autoit3 utility from a suspicious parent process. AutoIt3.exe is used within the DarkGate infection chain to execute shellcode that performs process injection and connects to the DarkGate command-and-control server.
windows · process_creation
DarkGate - User Created Via Net.EXE
highDetects creation of local users via the net.exe command with the name of "DarkGate"
windows · process_creation
DC Machine Account TGS Request from Non-DC Source IP
highDetects a Kerberos service ticket request (Event 4769) targeting a Domain Controller machine account's service (e.g. DRSUAPI) originating from an IP address that is not a known Domain Controller. Service tickets for DC machine accounts should only be requested by other DCs during legitimate replication operations. An attacker with a valid TGT (obtained via PKINIT, overpass-the-hash, or stolen TGT) targeting a DC machine account's service from a workstation IP indicates preparation for DCSync or impersonation of a DC. Unlike Silver Ticket attacks (which forge the TGS and bypass this event), this rule catches attacks that go through the KDC legitimately. This rule requires %dc_machine_accounts% and %dc_ip_addresses% to be populated with all known DC machine account names and DC IP addresses respectively.
windows
DC Machine Account TGT Request from Non-DC Source IP
highDetects a Kerberos TGT request (Event 4768) for a known Domain Controller machine account originating from an IP address that is not a known Domain Controller. DC machine accounts should only request TGTs from their own IP. Any TGT request for a DC account from a workstation or non-DC host is anomalous and indicates one of the following: - PKINIT abuse (CVE-2026-54121 / Certighost): attacker authenticating as a DC via a forged certificate from their workstation - Overpass-the-Hash: attacker converting a stolen DC machine account NTLM hash into a Kerberos TGT - Pass-the-Hash (RC4): attacker using the DC machine account hash directly with Kerberos
windows
DCOM InternetExplorer.Application Iertutil DLL Hijack - Security
highDetects a threat actor creating a file named `iertutil.dll` in the `C:\Program Files\Internet Explorer\` directory over the network for a DCOM InternetExplorer DLL Hijack scenario.
windows
Default Cobalt Strike Certificate
highDetects the presence of default Cobalt Strike certificate in the HTTPS traffic
zeek
Default RDP Port Changed to Non Standard Port
highDetects changes to the default RDP port. Remote desktop is a common feature in operating systems. It allows a user to log into a remote system using an interactive session with a graphical user interface. Microsoft refers to its implementation of the Remote Desktop Protocol (RDP) as Remote Desktop Services (RDS).
windows · registry_set
Delegated Permissions Granted For All Users
highDetects when highly privileged delegated permissions are granted on behalf of all users
azure
Delete All Scheduled Tasks
highDetects the usage of schtasks with the delete flag and the asterisk symbol to delete all tasks from the schedule of the local computer, including tasks scheduled by other users.
windows · process_creation
Delete Important Scheduled Task
highDetects when adversaries stop services or processes by deleting their respective scheduled tasks in order to conduct data destructive activities
windows · process_creation
Delete Volume Shadow Copies Via WMI With PowerShell
highShadow Copies deletion using operating systems utilities via PowerShell
windows · ps_classic_start
Deletion of Volume Shadow Copies via WMI with PowerShell
highDetects deletion of Windows Volume Shadow Copies with PowerShell code and Get-WMIObject. This technique is used by numerous ransomware families such as Sodinokibi/REvil
windows · process_creation
Deletion of Volume Shadow Copies via WMI with PowerShell - PS Script
highDetects deletion of Windows Volume Shadow Copies with PowerShell code and Get-WMIObject. This technique is used by numerous ransomware families such as Sodinokibi/REvil
windows · ps_script
Deny Service Access Using Security Descriptor Tampering Via Sc.EXE
highDetects suspicious DACL modifications to deny access to a service that affects critical trustees. This can be used to hide services or make them unstoppable.
windows · process_creation
Devcon Execution Disabling VMware VMCI Device
highDetects execution of devcon.exe with commands that disable the VMware Virtual Machine Communication Interface (VMCI) device. This can be legitimate during VMware Tools troubleshooting or driver conflicts, but may also indicate malware attempting to hijack communication with the hardware via the VMCI device. This has been used to facilitate VMware ESXi vulnerability exploits to escape VMs and execute code on the ESXi host.
windows · process_creation
Devil Bait Potential C2 Communication Traffic
highDetects potential C2 communication related to Devil Bait malware
proxy
Devtoolslauncher.exe Executes Specified Binary
highThe Devtoolslauncher.exe executes other binary
windows · process_creation
DEWMODE Webshell Access
highDetects access to DEWMODE webshell as described in FIREEYE report
webserver
Dfsvc.EXE Initiated Network Connection Over Uncommon Port
highDetects an initiated network connection over uncommon ports from "dfsvc.exe". A utility used to handled ClickOnce applications.
windows · network_connection
DHCP Callout DLL Installation
highDetects the installation of a Callout DLL via CalloutDlls and CalloutEnabled parameter in Registry, which can be used to execute code in context of the DHCP server (restart required)
windows · registry_set
DHCP Server Error Failed Loading the CallOut DLL
highThis rule detects a DHCP server error in which a specified Callout DLL (in registry) could not be loaded
windows
DHCP Server Loaded the CallOut DLL
highThis rule detects a DHCP server in which a specified Callout DLL (in registry) was loaded
windows
Diagnostic Library Sdiageng.DLL Loaded By Msdt.EXE
highDetects both of CVE-2022-30190 (Follina) and DogWalk vulnerabilities exploiting msdt.exe binary to load the "sdiageng.dll" library
windows · image_load
Diamond Sleet APT DLL Sideloading Indicators
highDetects DLL sideloading activity seen used by Diamond Sleet APT
windows · image_load
Diamond Sleet APT DNS Communication Indicators
highDetects DNS queries related to Diamond Sleet APT activity
windows · dns_query
Diamond Sleet APT File Creation Indicators
highDetects file creation activity that is related to Diamond Sleet APT activity
windows · file_event
Diamond Sleet APT Process Activity Indicators
highDetects process creation activity indicators related to Diamond Sleet APT
windows · process_creation
Diamond Sleet APT Scheduled Task Creation - Registry
highDetects registry event related to the creation of a scheduled task used by Diamond Sleet APT during exploitation of Team City CVE-2023-42793 vulnerability
windows · registry_event
Directory Service Restore Mode(DSRM) Registry Value Tampering
highDetects changes to "DsrmAdminLogonBehavior" registry value. During a Domain Controller (DC) promotion, administrators create a Directory Services Restore Mode (DSRM) local administrator account with a password that rarely changes. The DSRM account is an “Administrator” account that logs in with the DSRM mode when the server is booting up to restore AD backups or recover the server from a failure. Attackers could abuse DSRM account to maintain their persistence and access to the organization's Active Directory. If the "DsrmAdminLogonBehavior" value is set to "0", the administrator account can only be used if the DC starts in DSRM. If the "DsrmAdminLogonBehavior" value is set to "1", the administrator account can only be used if the local AD DS service is stopped. If the "DsrmAdminLogonBehavior" value is set to "2", the administrator account can always be used.
windows · registry_set
Disable Important Scheduled Task
highDetects when adversaries stop services or processes by disabling their respective scheduled tasks in order to conduct data destructive activities
windows · process_creation
Disable Macro Runtime Scan Scope
highDetects tampering with the MacroRuntimeScanScope registry key to disable runtime scanning of enabled macros
windows · registry_set
Disable of ETW Trace - Powershell
highDetects usage of powershell cmdlets to disable or remove ETW trace sessions
windows · ps_script
Disable Powershell Command History
highDetects scripts or commands that disabled the Powershell command history by removing psreadline module
windows · ps_script
Disable PUA Protection on Windows Defender
highDetects disabling Windows Defender PUA protection
windows · registry_set
Disable Security Events Logging Adding Reg Key MiniNt
highDetects the addition of a key 'MiniNt' to the registry. Upon a reboot, Windows Event Log service will stop writing events.
windows · registry_event
Disable System Firewall
highDetects disabling of system firewalls which could be used by adversaries to bypass controls that limit usage of the network.
linux
Disable Windows Defender AV Security Monitoring
highDetects attackers attempting to disable Windows Defender using Powershell
windows · process_creation
Disable Windows Defender Functionalities Via Registry Keys
highDetects when attackers or tools disable Windows Defender functionalities via the Windows registry
windows · registry_set
Disable Windows Event Logging Via Registry
highDetects tampering with the "Enabled" registry key in order to disable Windows logging of a Windows event channel
windows · registry_set
Disable Windows IIS HTTP Logging
highDisables HTTP logging on a Windows IIS web server as seen by Threat Group 3390 (Bronze Union)
windows · process_creation
Disable-WindowsOptionalFeature Command PowerShell
highDetect built in PowerShell cmdlet Disable-WindowsOptionalFeature, Deployment Image Servicing and Management tool. Similar to DISM.exe, this cmdlet is used to enumerate, install, uninstall, configure, and update features and packages in Windows images
windows · ps_script
Disabled IE Security Features
highDetects command lines that indicate unwanted modifications to registry keys that disable important Internet Explorer security features
windows · process_creation
Disabled Volume Snapshots
highDetects commands that temporarily turn off Volume Snapshots
windows · process_creation
Disabled Windows Defender Eventlog
highDetects the disabling of the Windows Defender eventlog as seen in relation to Lockbit 3.0 infections
windows · registry_set
Disabling Multi Factor Authentication
highDetects disabling of Multi Factor Authentication.
m365
Disabling Windows Defender WMI Autologger Session via Reg.exe
highDetects the use of reg.exe to disable the Event Tracing for Windows (ETW) Autologger session for Windows Defender API and Audit events. By setting the 'Start' value to '0' for the 'DefenderApiLogger' or 'DefenderAuditLogger' session, an attacker can prevent these critical security events from being logged, effectively blinding monitoring tools that rely on this data. This is a powerful defense evasion technique.
windows · process_creation
Discovery Using AzureHound
highDetects AzureHound (A BloodHound data collector for Microsoft Azure) activity via the default User-Agent that is used during its operation after successful authentication.
azure
DLL Load via LSASS
highDetects a method to load DLL via LSASS process using an undocumented Registry key
windows · registry_event
DLL Loaded From Suspicious Location Via Cmspt.EXE
highDetects cmstp loading "dll" or "ocx" files from suspicious locations
windows · image_load
DLL Search Order Hijackig Via Additional Space in Path
highDetects when an attacker create a similar folder structure to windows system folders such as (Windows, Program Files...) but with a space in order to trick DLL load search order and perform a "DLL Search Order Hijacking" attack
windows · file_event
DLL Sideloading by VMware Xfer Utility
highDetects execution of VMware Xfer utility (VMwareXferlogs.exe) from the non-default directory which may be an attempt to sideload arbitrary DLL
windows · process_creation
DLL Sideloading Of ShellChromeAPI.DLL
highDetects processes loading the non-existent DLL "ShellChromeAPI". One known example is the "DeviceEnroller" binary in combination with the "PhoneDeepLink" flag tries to load this DLL. Adversaries can drop their own renamed DLL and execute it via DeviceEnroller.exe using this parameter
windows · image_load
Dllhost.EXE Execution Anomaly
highDetects a "dllhost" process spawning with no commandline arguments which is very rare to happen and could indicate process injection activity or malware mimicking similar system processes.
windows · process_creation
DNS Exfiltration and Tunneling Tools Execution
highWell-known DNS Exfiltration tools execution
windows · process_creation
DNS HybridConnectionManager Service Bus
highDetects Azure Hybrid Connection Manager services querying the Azure service bus service
windows · dns_query
DNS Query by Finger Utility
highDetects DNS queries made by the finger utility, which can be abused by threat actors to retrieve remote commands for execution on Windows devices. In one ClickFix malware campaign, adversaries leveraged the finger protocol to fetch commands from a remote server. Since the finger utility is not commonly used in modern Windows environments, its presence already raises suspicion. Investigating such DNS queries can also help identify potential malicious infrastructure used by threat actors for command and control (C2) communication.
windows · dns_query
DNS Query for Anonfiles.com Domain - DNS Client
highDetects DNS queries for anonfiles.com, which is an anonymous file upload platform often used for malicious purposes
windows
DNS Query for Anonfiles.com Domain - Sysmon
highDetects DNS queries for "anonfiles.com", which is an anonymous file upload platform often used for malicious purposes
windows · dns_query
DNS Query to External Service Interaction Domains
highDetects DNS queries to well-known out-of-band application security testing (OAST) and callback domains. These services (e.g. Burp Collaborator, interactsh, canarytokens, dnslog.cn) are used by security researchers and attackers alike to confirm blind vulnerabilities such as SSRF, XXE, blind RCE, and Log4Shell-style injections, where the exploit payload triggers an external DNS lookup to a controlled domain. A detection indicates that a host on your network resolved one of these domains, which may mean: (1) an attacker is actively probing or exploiting a vulnerable service and using the callback to confirm code execution or data exfiltration, (2) a security scanner (e.g. Nuclei, Gobies) is running against internal targets. Investigate the source host, the full DNS query string (the unique subdomain prefix encodes the callback session), and any concurrent outbound connections or process activity to determine intent.
dns
DNS Query To Katz Stealer Domains
highDetects DNS queries to domains associated with Katz Stealer malware. Katz Stealer is a malware variant that is known to be used for stealing sensitive information from compromised systems. In Enterprise environments, DNS queries to these domains may indicate potential malicious activity or compromise.
windows · dns_query
DNS Query To Katz Stealer Domains - Network
highDetects DNS queries to domains associated with Katz Stealer malware. Katz Stealer is a malware variant that is known to be used for stealing sensitive information from compromised systems. In Enterprise environments, DNS queries to these domains may indicate potential malicious activity or compromise.
dns
DNS Query Tor .Onion Address - Sysmon
highDetects DNS queries to an ".onion" address related to Tor routing networks
windows · dns_query
DNS Server Error Failed Loading the ServerLevelPluginDLL
highDetects a DNS server error in which a specified plugin DLL (in registry) could not be loaded
windows
DNS TXT Answer with Possible Execution Strings
highDetects strings used in command execution in DNS TXT Answer
dns
DotNet CLR DLL Loaded By Scripting Applications
highDetects .NET CLR DLLs being loaded by scripting applications such as wscript or cscript. This could be an indication of potential suspicious execution.
windows · image_load
DPAPI Backup Keys And Certificate Export Activity IOC
highDetects file names with specific patterns seen generated and used by tools such as Mimikatz and DSInternals related to exported or stolen DPAPI backup keys and certificates.
windows · file_event
DPAPI Domain Backup Key Extraction
highDetects tools extracting LSA secret DPAPI domain backup key from Domain Controllers
windows
DPRK Threat Actor - C2 Communication DNS Indicators
highDetects DNS queries for C2 domains used by DPRK Threat actors.
windows · dns_query
Driver Added To Disallowed Images In HVCI - Registry
highDetects changes to the "HVCIDisallowedImages" registry value to potentially add a driver to the list, in order to prevent it from loading.
windows · registry_set
Driver Load From A Temporary Directory
highDetects a driver load from a temporary directory
windows · driver_load
DSInternals Suspicious PowerShell Cmdlets
highDetects execution and usage of the DSInternals PowerShell module. Which can be used to perform what might be considered as suspicious activity such as dumping DPAPI backup keys or manipulating NTDS.DIT files. The DSInternals PowerShell Module exposes several internal features of Active Directory and Azure Active Directory. These include FIDO2 and NGC key auditing, offline ntds.dit file manipulation, password auditing, DC recovery from IFM backups and password hash calculation.
windows · process_creation
DSInternals Suspicious PowerShell Cmdlets - ScriptBlock
highDetects execution and usage of the DSInternals PowerShell module. Which can be used to perform what might be considered as suspicious activity such as dumping DPAPI backup keys or manipulating NTDS.DIT files. The DSInternals PowerShell Module exposes several internal features of Active Directory and Azure Active Directory. These include FIDO2 and NGC key auditing, offline ntds.dit file manipulation, password auditing, DC recovery from IFM backups and password hash calculation.
windows · ps_script
Dumping of Sensitive Hives Via Reg.EXE
highDetects the usage of "reg.exe" in order to dump sensitive registry hives. This includes SAM, SYSTEM and SECURITY hives.
windows · process_creation
Email Exifiltration Via Powershell
highDetects email exfiltration via powershell cmdlets
windows · process_creation
Emotet Loader Execution Via .LNK File
highDetects the Emotet Epoch4 loader as reported by @malware_traffic back in 2022. The ".lnk" file was delivered via phishing campaign.
windows · process_creation
Enable LM Hash Storage
highDetects changes to the "NoLMHash" registry value in order to allow Windows to store LM Hashes. By setting this registry value to "0" (DWORD), Windows will be allowed to store a LAN manager hash of your password in Active Directory and local SAM databases.
windows · registry_set
Enable LM Hash Storage - ProcCreation
highDetects changes to the "NoLMHash" registry value in order to allow Windows to store LM Hashes. By setting this registry value to "0" (DWORD), Windows will be allowed to store a LAN manager hash of your password in Active Directory and local SAM databases.
windows · process_creation
Enabled User Right in AD to Control User Objects
highDetects scenario where if a user is assigned the SeEnableDelegationPrivilege right in Active Directory it would allow control of other AD user objects.
windows
Equation Group C2 Communication
highDetects communication to C2 servers mentioned in the operational notes of the ShadowBroker leak of EquationGroup C2 tools
firewall
Equation Group Indicators
highDetects suspicious shell commands used in various Equation Group scripts and tools
linux
Esentutl Volume Shadow Copy Service Keys
highDetects the volume shadow copy service initialization and processing via esentutl. Registry keys such as HKLM\\System\\CurrentControlSet\\Services\\VSS\\Diag\\VolSnap\\Volume are captured.
windows · registry_event
ESXi Admin Permission Assigned To Account Via ESXCLI
highDetects execution of the "esxcli" command with the "system" and "permission" flags in order to assign admin permissions to an account.
linux · process_creation
ETW Logging Disabled In .NET Processes - Registry
highPotential adversaries stopping ETW providers recording loaded .NET assemblies.
windows
ETW Logging Disabled In .NET Processes - Sysmon Registry
highPotential adversaries stopping ETW providers recording loaded .NET assemblies.
windows · registry_set
ETW Logging Tamper In .NET Processes Via CommandLine
highDetects changes to environment variables related to ETW logging via the CommandLine. This could indicate potential adversaries stopping ETW providers recording loaded .NET assemblies.
windows · process_creation
ETW Trace Evasion Activity
highDetects command line activity that tries to clear or disable any ETW trace log which could be a sign of logging evasion.
windows · process_creation
Exchange Exploitation Used by HAFNIUM
highDetects exploitation attempts in Exchange server logs as described in blog posts reporting on HAFNIUM group activity
webserver
Exchange PowerShell Cmdlet History Deleted
highDetects the deletion of the Exchange PowerShell cmdlet History logs which may indicate an attempt to destroy forensic evidence
windows · file_delete
Exchange PowerShell Snap-Ins Usage
highDetects adding and using Exchange PowerShell snap-ins to export mailbox data. As seen used by HAFNIUM and APT27
windows · process_creation
Exchange ProxyShell Pattern
highDetects URL patterns that could be found in ProxyShell exploitation attempts against Exchange servers (failed and successful)
webserver
Exchange Set OabVirtualDirectory ExternalUrl Property
highRule to detect an adversary setting OabVirtualDirectory External URL property to a script in Exchange Management log
windows
Execute Pcwrun.EXE To Leverage Follina
highDetects indirect command execution via Program Compatibility Assistant "pcwrun.exe" leveraging the follina (CVE-2022-30190) vulnerability
windows · process_creation
Execution DLL of Choice Using WAB.EXE
highThis rule detects that the path to the DLL written in the registry is different from the default one. Launched WAB.exe tries to load the DLL from Registry.
windows · registry_set
Execution Of Non-Existing File
highDetects process creation events where the Image field lacks an absolute path, which occurs when the backing file no longer exists on disk at the time of logging - commonly caused by Process Ghosting or other unorthodox process creation techniques.
windows · process_creation
Execution of Powershell Script in Public Folder
highThis rule detects execution of PowerShell scripts located in the "C:\Users\Public" folder
windows · process_creation
Execution via stordiag.exe
highDetects the use of stordiag.exe to execute schtasks.exe systeminfo.exe and fltmc.exe
windows · process_creation
Execution via WorkFolders.exe
highDetects using WorkFolders.exe to execute an arbitrary control.exe
windows · process_creation
Exploit Framework User Agent
highDetects suspicious user agent strings used by exploit / pentest frameworks like Metasploit in proxy logs
proxy
Exploitation Activity of CVE-2025-59287 - WSUS Deserialization
highDetects cast exceptions in Windows Server Update Services (WSUS) application logs that highly indicate exploitation attempts of CVE-2025-59287, a deserialization vulnerability in WSUS.
windows
Exploitation Activity of CVE-2025-59287 - WSUS Suspicious Child Process
highDetects the creation of command-line interpreters (cmd.exe, powershell.exe) as child processes of Windows Server Update Services (WSUS) related process wsusservice.exe. This behavior is a key indicator of exploitation for the critical remote code execution vulnerability such as CVE-2025-59287, where attackers spawn shells to conduct reconnaissance and further post-exploitation activities.
windows · process_creation
Exploitation Attempt Of CVE-2020-1472 - Execution of ZeroLogon PoC
highDetects the execution of the commonly used ZeroLogon PoC executable.
windows · process_creation
Exploitation Attempt Of CVE-2023-46214 Using Public POC Code
highDetects exploitation attempt of CVE-2023-46214, a remote code execution (RCE) in Splunk Enterprise through insecure XML parsing using known public proof of concept code
webserver
Exploitation Indicator Of CVE-2022-42475
highDetects exploitation indicators of CVE-2022-42475 a heap-based buffer overflow in sslvpnd.
fortios
Exploitation Indicators Of CVE-2023-20198
highDetecting exploitation indicators of CVE-2023-20198 a privilege escalation vulnerability in Cisco IOS XE Software Web UI.
cisco
Exploitation of CVE-2021-26814 in Wazuh
highDetects the exploitation of the Wazuh RCE vulnerability described in CVE-2021-26814
webserver
Exploited CVE-2020-10189 Zoho ManageEngine
highDetects the exploitation of Zoho ManageEngine Desktop Central Java Deserialization vulnerability reported as CVE-2020-10189
windows · process_creation
Exploiting SetupComplete.cmd CVE-2019-1378
highDetects exploitation attempt of privilege escalation vulnerability via SetupComplete.cmd and PartnerSetupComplete.cmd described in CVE-2019-1378
windows · process_creation
Explorer NOUACCHECK Flag
highDetects suspicious starts of explorer.exe that use the /NOUACCHECK flag that allows to run all sub processes of that newly started explorer.exe without any UAC checks
windows · process_creation
Exports Critical Registry Keys To a File
highDetects the export of a crital Registry key to a file.
windows · process_creation
Exports Registry Key To an Alternate Data Stream
highExports the target Registry key and hides it in the specified alternate data stream.
windows · create_stream_hash
External Remote SMB Logon from Public IP
highDetects successful logon from public IP address via SMB. This can indicate a publicly-exposed SMB port.
windows
Failed MSExchange Transport Agent Installation
highDetects a failed installation of a Exchange Transport Agent
windows
FakeUpdates/SocGholish Activity
highDetects initial execution of FakeUpdates/SocGholish malware via wscript that later executes commands via cmd or powershell.
windows · process_creation
Fax Service DLL Search Order Hijack
highThe Fax service attempts to load ualapi.dll, which is non-existent. An attacker can then (side)load their own malicious DLL using this service.
windows · image_load
File Creation In Suspicious Directory By Msdt.EXE
highDetects msdt.exe creating files in suspicious directories which could be a sign of exploitation of either Follina or Dogwalk vulnerabilities
windows · file_event
File Creation Related To RAT Clients
highFile .conf created related to VenomRAT, AsyncRAT and Lummac samples observed in the wild.
windows · file_event
File Decoded From Base64/Hex Via Certutil.EXE
highDetects the execution of certutil with either the "decode" or "decodehex" flags to decode base64 or hex encoded files. This can be abused by attackers to decode an encoded payload before execution
windows · process_creation
File Download And Execution Via IEExec.EXE
highDetects execution of the IEExec utility to download and execute files
windows · process_creation
File Download From IP Based URL Via CertOC.EXE
highDetects when a user downloads a file from an IP based URL using CertOC.exe
windows · process_creation
File Download Using Notepad++ GUP Utility
highDetects execution of the Notepad++ updater (gup) from a process other than Notepad++ to download files.
windows · process_creation
File Download Via Bitsadmin To A Suspicious Target Folder
highDetects usage of bitsadmin downloading a file to a suspicious target folder
windows · process_creation
File Download Via Windows Defender MpCmpRun.EXE
highDetects the use of Windows Defender MpCmdRun.EXE to download files
windows · process_creation
File Download with Headless Browser
highDetects execution of chromium based browser in headless mode using the "dump-dom" command line to download files
windows · process_creation
File Encryption/Decryption Via Gpg4win From Suspicious Locations
highDetects usage of Gpg4win to encrypt/decrypt files located in potentially suspicious locations.
windows · process_creation
File Explorer Folder Opened Using Explorer Folder Shortcut Via Shell
highDetects the initial execution of "cmd.exe" which spawns "explorer.exe" with the appropriate command line arguments for opening the "My Computer" folder.
windows · process_creation
File In Suspicious Location Encoded To Base64 Via Certutil.EXE
highDetects the execution of certutil with the "encode" flag to encode a file to base64 where the files are located in potentially suspicious locations
windows · process_creation
File With Suspicious Extension Downloaded Via Bitsadmin
highDetects usage of bitsadmin downloading a file with a suspicious extension
windows · process_creation
File With Uncommon Extension Created By An Office Application
highDetects the creation of files with an executable or script extension by an Office application.
windows · file_event
FileFix - Command Evidence in TypedPaths
highDetects commonly-used chained commands and strings in the most recent 'url' value of the 'TypedPaths' key, which could be indicative of a user being targeted by the FileFix technique.
windows · registry_set
Findstr GPP Passwords
highLook for the encrypted cpassword value within Group Policy Preference files on the Domain Controller. This value can be decrypted with gpp-decrypt.
windows · process_creation
Finger.EXE Execution
highDetects execution of the "finger.exe" utility. Finger.EXE or "TCPIP Finger Command" is an old utility that is still present on modern Windows installation. It Displays information about users on a specified remote computer (typically a UNIX computer) that is running the finger service or daemon. Due to the old nature of this utility and the rareness of machines having the finger service. Any execution of "finger.exe" can be considered "suspicious" and worth investigating.
windows · process_creation
Fireball Archer Install
highDetects Archer malware invocation via rundll32
windows · process_creation
First Time Seen Remote Named Pipe
highThis detection excludes known namped pipes accessible remotely and notify on newly observed ones, may help to detect lateral movement and remote exec using named pipes
windows
First Time Seen Remote Named Pipe - Zeek
highThis detection excludes known namped pipes accessible remotely and notify on newly observed ones, may help to detect lateral movement and remote exec using named pipes
zeek
Flash Player Update from Suspicious Location
highDetects a flashplayer update from an unofficial location
proxy
Folder Removed From Exploit Guard ProtectedFolders List - Registry
highDetects the removal of folders from the "ProtectedFolders" list of of exploit guard. This could indicate an attacker trying to launch an encryption process or trying to manipulate data inside of the protected folder
windows · registry_delete
Forest Blizzard APT - Custom Protocol Handler Creation
highDetects the setting of a custom protocol handler with the name "rogue". Seen being created by Forest Blizzard APT as reported by MSFT.
windows · registry_set
Forest Blizzard APT - Custom Protocol Handler DLL Registry Set
highDetects the setting of the DLL that handles the custom protocol handler. Seen being created by Forest Blizzard APT as reported by MSFT.
windows · registry_set
Forest Blizzard APT - File Creation Activity
highDetects the creation of specific files inside of ProgramData directory. These files were seen being created by Forest Blizzard as described by MSFT.
windows · file_event
Forest Blizzard APT - Process Creation Activity
highDetects the execution of specific processes and command line combination. These were seen being created by Forest Blizzard as described by MSFT.
windows · process_creation
Forfiles.EXE Child Process Masquerading
highDetects the execution of "forfiles" from a non-default location, in order to potentially spawn a custom "cmd.exe" from the current working directory.
windows · process_creation
Formbook Process Creation
highDetects Formbook like process executions that inject code into a set of files in the System32 folder, which executes a special command command line to delete the dropper from the AppData Temp folder. We avoid false positives by excluding all parent process with command line parameters.
windows · process_creation
Fsutil Suspicious Invocation
highDetects suspicious parameters of fsutil (deleting USN journal, configuring it with small size, etc). Might be used by ransomwares during the attack (seen by NotPetya and others).
windows · process_creation
FunkLocker Ransomware File Creation
highDetects the creation of files with the ".funksec" extension, which is appended to encrypted files by the FunkLocker ransomware.
windows · file_event
GAC DLL Loaded Via Office Applications
highDetects any GAC DLL being loaded by an Office Product
windows · image_load
GALLIUM Artefacts - Builtin
highDetects artefacts associated with activity group GALLIUM - Microsoft Threat Intelligence Center indicators released in December 2019.
windows
GALLIUM IOCs
highDetects artifacts associated with GALLIUM cyber espionage group as reported by Microsoft Threat Intelligence Center in the December 2019 report.
windows · process_creation
Github High Risk Configuration Disabled
highDetects when a user disables a critical security feature for an organization.
github
Github Push Protection Disabled
highDetects if the push protection feature is disabled for an organization, enterprise, repositories or custom pattern rules.
github
Github Secret Scanning Feature Disabled
highDetects if the secret scanning feature is disabled for an enterprise or repository.
github
Goofy Guineapig Backdoor IOC
highDetects malicious indicators seen used by the Goofy Guineapig malware
windows · file_event
Goofy Guineapig Backdoor Potential C2 Communication
highDetects potential C2 communication related to Goofy Guineapig backdoor
proxy
Grixba Malware Reconnaissance Activity
highDetects execution of the Grixba reconnaissance tool based on suspicious command-line parameter combinations. This tool is used by the Play ransomware group for network enumeration, data gathering, and event log clearing.
windows · process_creation
Guacamole Two Users Sharing Session Anomaly
highDetects suspicious session with two users present
linux
Hack Tool User Agent
highDetects suspicious user agent strings user by hack tools in proxy logs
proxy
HackTool - ADCSPwn Execution
highDetects command line parameters used by ADCSPwn, a tool to escalate privileges in an active directory network by coercing authenticate from machine accounts and relaying to the certificate service
windows · process_creation
HackTool - Bloodhound/Sharphound Execution
highDetects command line parameters used by Bloodhound and Sharphound hack tools
windows · process_creation
HackTool - CACTUSTORCH Remote Thread Creation
highDetects remote thread creation from CACTUSTORCH as described in references.
windows · create_remote_thread
HackTool - Certify Execution
highDetects Certify a tool for Active Directory certificate abuse based on PE metadata characteristics and common command line arguments.
windows · process_creation
HackTool - Certipy Execution
highDetects Certipy execution, a tool for Active Directory Certificate Services enumeration and abuse based on PE metadata characteristics and common command line arguments.
windows · process_creation
HackTool - CobaltStrike BOF Injection Pattern
highDetects a typical pattern of a CobaltStrike BOF which inject into other processes
windows · process_access
HackTool - CobaltStrike Malleable Profile Patterns - Proxy
highDetects cobalt strike malleable profiles patterns (URI, User-Agents, Methods).
proxy
HackTool - CoercedPotato Execution
highDetects the use of CoercedPotato, a tool for privilege escalation
windows · process_creation
HackTool - CoercedPotato Named Pipe Creation
highDetects the pattern of a pipe name as used by the hack tool CoercedPotato
windows · pipe_created
HackTool - Covenant PowerShell Launcher
highDetects suspicious command lines used in Covenant luanchers
windows · process_creation
HackTool - CrackMapExec Execution
highThis rule detect common flag combinations used by CrackMapExec in order to detect its use even if the binary has been replaced.
windows · process_creation
HackTool - CrackMapExec Execution Patterns
highDetects various execution patterns of the CrackMapExec pentesting framework
windows · process_creation
HackTool - CrackMapExec File Indicators
highDetects file creation events with filename patterns used by CrackMapExec.
windows · file_event
HackTool - CrackMapExec PowerShell Obfuscation
highThe CrachMapExec pentesting framework implements a PowerShell obfuscation with some static strings detected by this rule.
windows · process_creation
HackTool - CrackMapExec Process Patterns
highDetects suspicious process patterns found in logs when CrackMapExec is used
windows · process_creation
HackTool - CreateMiniDump Execution
highDetects the use of CreateMiniDump hack tool used to dump the LSASS process memory for credential extraction on the attacker's machine
windows · process_creation
HackTool - Default PowerSploit/Empire Scheduled Task Creation
highDetects the creation of a schtask via PowerSploit or Empire Default Configuration.
windows · process_creation
HackTool - Doppelanger LSASS Dumper Execution
highDetects the execution of the Doppelanger hacktool which is used to dump LSASS memory via process cloning while evading common detection methods
windows · process_creation
Hacktool - EDR-Freeze Execution
highDetects execution of EDR-Freeze, a tool that exploits the MiniDumpWriteDump function and WerFaultSecure.exe to suspend EDR and Antivirus processes on Windows. EDR-Freeze leverages a race-condition attack to put security processes into a dormant state by suspending WerFaultSecure at the moment it freezes the target process. This technique does not require kernel-level exploits or BYOVD, but instead abuses user-mode functionality to temporarily disable monitoring by EDR or Antimalware solutions.
windows · process_creation
HackTool - EDRSilencer Execution
highDetects the execution of EDRSilencer, a tool that leverages Windows Filtering Platform (WFP) to block Endpoint Detection and Response (EDR) agents from reporting security events to the server based on PE metadata information.
windows · process_creation
HackTool - EDRSilencer Execution - Filter Added
highDetects execution of EDRSilencer, a tool that abuses the Windows Filtering Platform (WFP) to block the outbound traffic of running EDR agents based on specific hardcoded filter names.
windows
HackTool - EfsPotato Named Pipe Creation
highDetects the pattern of a pipe name as used by the hack tool EfsPotato
windows · pipe_created
HackTool - Empire PowerShell Launch Parameters
highDetects suspicious powershell command line parameters used in Empire
windows · process_creation
HackTool - Empire UserAgent URI Combo
highDetects user agent and URI paths used by empire agents
proxy
HackTool - Evil-WinRm Execution - PowerShell Module
highDetects the execution of Evil-WinRM via PowerShell Module logs by leveraging the hardcoded strings inside the utility.
windows · ps_module
HackTool - Generic Process Access
highDetects process access requests from hacktool processes based on their default image name
windows · process_access
HackTool - GMER Rootkit Detector and Remover Execution
highDetects the execution GMER tool based on image and hash fields.
windows · process_creation
HackTool - HandleKatz Duplicating LSASS Handle
highDetects HandleKatz opening LSASS to duplicate its handle to later dump the memory without opening any new handles
windows · process_access
HackTool - HandleKatz LSASS Dumper Execution
highDetects the use of HandleKatz, a tool that demonstrates the usage of cloned handles to Lsass in order to create an obfuscated memory dump of the same
windows · process_creation
HackTool - Hashcat Password Cracker Execution
highExecute Hashcat.exe with provided SAM file from registry of Windows and Password list to crack against
windows · process_creation
HackTool - HollowReaper Execution
highDetects usage of HollowReaper, a process hollowing shellcode launcher used for stealth payload execution through process hollowing. It replaces the memory of a legitimate process with custom shellcode, allowing the attacker to execute payloads under the guise of trusted binaries.
windows · process_creation
HackTool - Htran/NATBypass Execution
highDetects executable names or flags used by Htran or Htran-like tools (e.g. NATBypass)
windows · process_creation
HackTool - Hydra Password Bruteforce Execution
highDetects command line parameters used by Hydra password guessing hack tool
windows · process_creation
HackTool - Impacket File Indicators
highDetects file creation events with filename patterns used by Impacket.
windows · file_event
HackTool - Impacket Tools Execution
highDetects the execution of different compiled Windows binaries of the impacket toolset (based on names or part of their names - could lead to false positives)
windows · process_creation
HackTool - Koadic Execution
highDetects command line parameters used by Koadic hack tool
windows · process_creation
HackTool - KrbRelay Execution
highDetects the use of KrbRelay, a Kerberos relaying tool
windows · process_creation
HackTool - KrbRelayUp Execution
highDetects KrbRelayUp used to perform a universal no-fix local privilege escalation in Windows domain environments where LDAP signing is not enforced
windows · process_creation
HackTool - LittleCorporal Generated Maldoc Injection
highDetects the process injection of a LittleCorporal generated Maldoc.
windows · process_access
HackTool - LocalPotato Execution
highDetects the execution of the LocalPotato POC based on basic PE metadata information and default CLI examples
windows · process_creation
HackTool - Mimikatz Execution
highDetection well-known mimikatz command line arguments
windows · process_creation
HackTool - NetExec Execution
highDetects execution of the hacktool NetExec. NetExec (formerly CrackMapExec) is a widely used post-exploitation tool designed for Active Directory penetration testing and network enumeration In enterprise environments, the use of NetExec is considered suspicious or potentially malicious because it enables attackers to enumerate hosts, exploit network services, and move laterally across systems. Threat actors and red teams commonly use NetExec to identify vulnerable systems, harvest credentials, and execute commands remotely.
windows · process_creation
HackTool - NetExec File Indicators
highDetects file creation events indicating NetExec (nxc.exe) execution on the local machine. NetExec is a PyInstaller-bundled binary that extracts its embedded data files to a "_MEI<random>" directory under the Temp folder upon execution. Files dropped under the "\nxc\" sub-directory of that extraction path are unique to NetExec and serve as reliable on-disk indicators of execution. NetExec (formerly CrackMapExec) is a widely used post-exploitation and lateral movement tool used for Active Directory enumeration, credential harvesting, and remote code execution.
windows · file_event
HackTool - NoFilter Execution
highDetects execution of NoFilter, a tool for abusing the Windows Filtering Platform for privilege escalation via hardcoded policy name indicators
windows
HackTool - NPPSpy Hacktool Usage
highDetects the use of NPPSpy hacktool that stores cleartext passwords of users that logged in to a local file
windows · file_event
HackTool - PCHunter Execution
highDetects suspicious use of PCHunter, a tool like Process Hacker to view and manipulate processes, kernel options and other low level stuff
windows · process_creation
HackTool - Potential CobaltStrike Process Injection
highDetects a potential remote threat creation with certain characteristics which are typical for Cobalt Strike beacons
windows · create_remote_thread
HackTool - Potential Impacket Lateral Movement Activity
highDetects wmiexec/dcomexec/atexec/smbexec from Impacket framework
windows · process_creation
HackTool - Potential Remote Credential Dumping Activity Via CrackMapExec Or Impacket-Secretsdump
highDetects default filenames output from the execution of CrackMapExec and Impacket-secretsdump against an endpoint.
windows · file_event
HackTool - PowerTool Execution
highDetects the execution of the tool PowerTool which has the ability to kill a process, delete its process file, unload drivers, and delete the driver files
windows · process_creation
HackTool - Powerup Write Hijack DLL
highPowerup tool's Write Hijack DLL exploits DLL hijacking for privilege escalation. In it's default mode, it builds a self deleting .bat file which executes malicious command. The detection rule relies on creation of the malicious bat file (debug.bat by default).
windows · file_event
HackTool - PPID Spoofing SelectMyParent Tool Execution
highDetects the use of parent process ID spoofing tools like Didier Stevens tool SelectMyParent
windows · process_creation
HackTool - Pypykatz Credentials Dumping Activity
highDetects the usage of "pypykatz" to obtain stored credentials. Adversaries may attempt to extract credential material from the Security Account Manager (SAM) database through Windows registry where the SAM database is stored
windows · process_creation
HackTool - Quarks PwDump Execution
highDetects usage of the Quarks PwDump tool via commandline arguments
windows · process_creation
HackTool - RedMimicry Winnti Playbook Execution
highDetects actions caused by the RedMimicry Winnti playbook a automated breach emulations utility
windows · process_creation
HackTool - RemoteKrbRelay Execution
highDetects the use of RemoteKrbRelay, a Kerberos relaying tool via CommandLine flags and PE metadata.
windows · process_creation
HackTool - RemoteKrbRelay SMB Relay Secrets Dump Module Indicators
highDetects the creation of file with specific names used by RemoteKrbRelay SMB Relay attack module.
windows · file_event
HackTool - Rubeus Execution - ScriptBlock
highDetects the execution of the hacktool Rubeus using specific command line flags
windows · ps_script
HackTool - SafetyKatz Dump Indicator
highDetects default lsass dump filename generated by SafetyKatz.
windows · file_event
HackTool - SharpChisel Execution
highDetects usage of the Sharp Chisel via the commandline arguments
windows · process_creation
HackTool - SharpDPAPI Execution
highDetects the execution of the SharpDPAPI tool based on CommandLine flags and PE metadata. SharpDPAPI is a C# port of some DPAPI functionality from the Mimikatz project.
windows · process_creation
HackTool - SharPersist Execution
highDetects the execution of the hacktool SharPersist - used to deploy various different kinds of persistence mechanisms
windows · process_creation
HackTool - SharpEvtMute DLL Load
highDetects the load of EvtMuteHook.dll, a key component of SharpEvtHook, a tool that tampers with the Windows event logs
windows · image_load
HackTool - SharpEvtMute Execution
highDetects the use of SharpEvtHook, a tool that tampers with the Windows event logs
windows · process_creation
HackTool - SharpImpersonation Execution
highDetects execution of the SharpImpersonation tool. Which can be used to manipulate tokens on a Windows computers remotely (PsExec/WmiExec) or interactively
windows · process_creation
HackTool - SharpLdapWhoami Execution
highDetects SharpLdapWhoami, a whoami alternative that queries the LDAP service on a domain controller
windows · process_creation
HackTool - SharpMove Tool Execution
highDetects the execution of SharpMove, a .NET utility performing multiple tasks such as "Task Creation", "SCM" query, VBScript execution using WMI via its PE metadata and command line options.
windows · process_creation
HackTool - SharpView Execution
highAdversaries may look for details about the network configuration and settings of systems they access or through information discovery of remote systems
windows · process_creation
HackTool - SharpWSUS/WSUSpendu Execution
highDetects the execution of SharpWSUS or WSUSpendu, utilities that allow for lateral movement through WSUS. Windows Server Update Services (WSUS) is a critical component of Windows systems and is frequently configured in a way that allows an attacker to circumvent internal networking limitations.
windows · process_creation
HackTool - SILENTTRINITY Stager DLL Load
highDetects SILENTTRINITY stager dll loading activity
windows · image_load
HackTool - SILENTTRINITY Stager Execution
highDetects SILENTTRINITY stager use via PE metadata
windows · process_creation
HackTool - SOAPHound Execution
highDetects the execution of SOAPHound, a .NET tool for collecting Active Directory data, using specific command-line arguments that may indicate an attempt to extract sensitive AD information.
windows · process_creation
HackTool - Stracciatella Execution
highDetects Stracciatella which executes a Powershell runspace from within C# (aka SharpPick technique) with AMSI, ETW and Script Block Logging disabled based on PE metadata characteristics.
windows · process_creation
HackTool - SysmonEnte Execution
highDetects the use of SysmonEnte, a tool to attack the integrity of Sysmon
windows · process_access
HackTool - TruffleSnout Execution
highDetects the use of TruffleSnout.exe an iterative AD discovery toolkit for offensive operators, situational awareness and targeted low noise enumeration.
windows · process_creation
HackTool - Typical HiveNightmare SAM File Export
highDetects files written by the different tools that exploit HiveNightmare
windows · file_event
HackTool - UACMe Akagi Execution
highDetects the execution of UACMe, a tool used for UAC bypasses, via default PE metadata
windows · process_creation
HackTool - winPEAS Execution
highWinPEAS is a script that search for possible paths to escalate privileges on Windows hosts. The checks are explained on book.hacktricks.xyz
windows · process_creation
HackTool - WinPwn Execution
highDetects commandline keywords indicative of potential usge of the tool WinPwn. A tool for Windows and Active Directory reconnaissance and exploitation.
windows · process_creation
HackTool - WinPwn Execution - ScriptBlock
highDetects scriptblock text keywords indicative of potential usge of the tool WinPwn. A tool for Windows and Active Directory reconnaissance and exploitation.
windows · ps_script
HackTool - Wmiexec Default Powershell Command
highDetects the execution of PowerShell with a specific flag sequence that is used by the Wmiexec script
windows · process_creation
HackTool - WSASS Execution
highDetects execution of WSASS, a tool used to dump LSASS memory on Windows systems by leveraging WER's (Windows Error Reporting) WerFaultSecure.EXE to bypass PPL (Protected Process Light) protections.
windows · process_creation
HackTool - XORDump Execution
highDetects suspicious use of XORDump process memory dumping utility
windows · process_creation
Hacktool Execution - PE Metadata
highDetects the execution of different Windows based hacktools via PE metadata (company, product, etc.) even if the files have been renamed
windows · process_creation
HackTool Named File Stream Created
highDetects the creation of a named file stream with the imphash of a well-known hack tool
windows · create_stream_hash
Hacktool Ruler
highThis events that are generated when using the hacktool Ruler by Sensepost
windows
HackTool Service Registration or Execution
highDetects installation or execution of services
windows
Hermetic Wiper TG Process Patterns
highDetects process execution patterns found in intrusions related to the Hermetic Wiper malware attacks against Ukraine in February 2022
windows · process_creation
Hidden Local User Creation
highDetects the creation of a local hidden user account which should not happen for event ID 4720.
windows
Hide Schedule Task Via Index Value Tamper
highDetects when the "index" value of a scheduled task is modified from the registry Which effectively hides it from any tooling such as "schtasks /query" (Read the referenced link for more information about the effects of this technique)
windows · registry_set
Hiding User Account Via SpecialAccounts Registry Key
highDetects modifications to the registry key "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist" where the value is set to "0" in order to hide user account from being listed on the logon screen.
windows · registry_set
Hijack Legit RDP Session to Move Laterally
highDetects the usage of tsclient share to place a backdoor on the RDP source machine's startup folder
windows · file_event
History File Deletion
highDetects events in which a history file gets deleted, e.g. the ~/bash_history to remove traces of malicious activity
linux · process_creation
HKTL - SharpSuccessor Privilege Escalation Tool Execution
highDetects the execution of SharpSuccessor, a tool used to exploit the BadSuccessor attack for privilege escalation in WinServer 2025 Active Directory environments. Successful usage of this tool can let the attackers gain the domain admin privileges by exploiting the BadSuccessor vulnerability.
windows · process_creation
HTML Help HH.EXE Suspicious Child Process
highDetects a suspicious child process of a Microsoft HTML Help (HH.exe)
windows · process_creation
HTTP Logging Disabled On IIS Server
highDetects changes to of the IIS server configuration in order to disable HTTP logging for successful requests.
windows
HybridConnectionManager Service Installation
highRule to detect the Hybrid Connection Manager service installation.
windows
HybridConnectionManager Service Installation - Registry
highDetects the installation of the Azure Hybrid Connection Manager service to allow remote code execution from Azure function.
windows · registry_event
HybridConnectionManager Service Running
highRule to detect the Hybrid Connection Manager service running on an endpoint.
windows
Hypervisor Enforced Paging Translation Disabled
highDetects changes to the "DisableHypervisorEnforcedPagingTranslation" registry value. Where the it is set to "1" in order to disable the Hypervisor Enforced Paging Translation feature.
windows · registry_set
Hypervisor-protected Code Integrity (HVCI) Related Registry Tampering Via CommandLine
highDetects the tampering of Hypervisor-protected Code Integrity (HVCI) related registry values via command line tool reg.exe. HVCI uses virtualization-based security to protect code integrity by ensuring that only trusted code can run in kernel mode. Adversaries may tamper with HVCI to load malicious or unsigned drivers, which can be used to escalate privileges, maintain persistence, or evade security mechanisms.
windows · process_creation
IcedID Malware Suspicious Single Digit DLL Execution Via Rundll32
highDetects RunDLL32.exe executing a single digit DLL named "1.dll" with the export function "DllRegisterServer". This behaviour was often seen used by malware and especially IcedID
windows · process_creation
IE ZoneMap Setting Downgraded To MyComputer Zone For HTTP Protocols
highDetects changes to Internet Explorer's (IE / Windows Internet properties) ZoneMap configuration of the "HTTP" and "HTTPS" protocols to point to the "My Computer" zone. This allows downloaded files from the Internet to be granted the same level of trust as files stored locally.
windows · registry_set
IE ZoneMap Setting Downgraded To MyComputer Zone For HTTP Protocols Via CLI
highDetects changes to Internet Explorer's (IE / Windows Internet properties) ZoneMap configuration of the "HTTP" and "HTTPS" protocols to point to the "My Computer" zone. This allows downloaded files from the Internet to be granted the same level of trust as files stored locally.
windows · process_creation
ImagingDevices Unusual Parent/Child Processes
highDetects unusual parent or children of the ImagingDevices.exe (Windows Contacts) process as seen being used with Bumblebee activity
windows · process_creation
Impacket PsExec Execution
highDetects execution of Impacket's psexec.py.
windows
Important Scheduled Task Deleted or Disabled
highDetects when adversaries try to stop system services or processes by deleting or disabling their respective scheduled tasks in order to conduct data destructive activities
windows
Important Scheduled Task Deleted/Disabled
highDetects when adversaries stop services or processes by deleting or disabling their respective scheduled tasks in order to conduct data destructive activities
windows
Important Windows Event Auditing Disabled
highDetects scenarios where system auditing for important events such as "Process Creation" or "Logon" events is disabled.
windows
Important Windows Eventlog Cleared
highDetects the clearing of one of the Windows Core Eventlogs. e.g. caused by "wevtutil cl" command execution
windows
Important Windows Service Terminated Unexpectedly
highDetects important or interesting Windows services that got terminated unexpectedly.
windows
Important Windows Service Terminated With Error
highDetects important or interesting Windows services that got terminated for whatever reason
windows
Imports Registry Key From an ADS
highDetects the import of a alternate datastream to the registry with regedit.exe.
windows · process_creation
Impossible Travel
highIdentifies user activities originating from geographically distant locations within a time period shorter than the time it takes to travel from the first location to the second.
azure
Injected Browser Process Spawning Rundll32 - GuLoader Activity
highDetects the execution of installed GuLoader malware on the host. GuLoader is initiating network connections via the rundll32.exe process that is spawned via a browser parent(injected) process.
windows · process_creation
Inline Python Execution - Spawn Shell Via OS System Library
highDetects execution of inline Python code via the "-c" in order to call the "system" function from the "os" library, and spawn a shell.
linux · process_creation
Installation of WSL Kali-Linux
highDetects installation of Kali Linux distribution through Windows Subsystem for Linux (WSL). Attackers may use Kali Linux WSL to leverage its penetration testing tools and capabilities for malicious purposes.
windows · process_creation
Interactive AT Job
highDetects an interactive AT job, which may be used as a form of privilege escalation.
windows · process_creation
Invalid PIM License
highIdentifies when an organization doesn't have the proper license for PIM and is out of compliance.
azure
Invoke-Obfuscation CLIP+ Launcher
highDetects Obfuscated use of Clip.exe to execute PowerShell
windows · process_creation
Invoke-Obfuscation CLIP+ Launcher - PowerShell
highDetects Obfuscated use of Clip.exe to execute PowerShell
windows · ps_script
Invoke-Obfuscation CLIP+ Launcher - PowerShell Module
highDetects Obfuscated use of Clip.exe to execute PowerShell
windows · ps_module
Invoke-Obfuscation CLIP+ Launcher - Security
highDetects Obfuscated use of Clip.exe to execute PowerShell
windows
Invoke-Obfuscation CLIP+ Launcher - System
highDetects Obfuscated use of Clip.exe to execute PowerShell
windows
Invoke-Obfuscation Obfuscated IEX Invocation
highDetects all variations of obfuscated powershell IEX invocation code generated by Invoke-Obfuscation framework from the following code block
windows · process_creation
Invoke-Obfuscation Obfuscated IEX Invocation - PowerShell
highDetects all variations of obfuscated powershell IEX invocation code generated by Invoke-Obfuscation framework from the following code block \u2014
windows · ps_script
Invoke-Obfuscation Obfuscated IEX Invocation - PowerShell Module
highDetects all variations of obfuscated powershell IEX invocation code generated by Invoke-Obfuscation framework from the code block cited in the reference section below
windows · ps_module
Invoke-Obfuscation Obfuscated IEX Invocation - Security
highDetects all variations of obfuscated powershell IEX invocation code generated by Invoke-Obfuscation framework from the code block linked in the references
windows
Invoke-Obfuscation Obfuscated IEX Invocation - System
highDetects all variations of obfuscated powershell IEX invocation code generated by Invoke-Obfuscation framework from the code block linked in the references
windows
Invoke-Obfuscation STDIN+ Launcher
highDetects Obfuscated use of stdin to execute PowerShell
windows · process_creation
Invoke-Obfuscation STDIN+ Launcher - Powershell
highDetects Obfuscated use of stdin to execute PowerShell
windows · ps_script
Invoke-Obfuscation STDIN+ Launcher - PowerShell Module
highDetects Obfuscated use of stdin to execute PowerShell
windows · ps_module
Invoke-Obfuscation STDIN+ Launcher - Security
highDetects Obfuscated use of stdin to execute PowerShell
windows
Invoke-Obfuscation STDIN+ Launcher - System
highDetects Obfuscated use of stdin to execute PowerShell
windows
Invoke-Obfuscation VAR+ Launcher
highDetects Obfuscated use of Environment Variables to execute PowerShell
windows · process_creation
Invoke-Obfuscation VAR+ Launcher - PowerShell
highDetects Obfuscated use of Environment Variables to execute PowerShell
windows · ps_script
Invoke-Obfuscation VAR+ Launcher - PowerShell Module
highDetects Obfuscated use of Environment Variables to execute PowerShell
windows · ps_module
Invoke-Obfuscation VAR+ Launcher - Security
highDetects Obfuscated use of Environment Variables to execute PowerShell
windows
Invoke-Obfuscation VAR+ Launcher - System
highDetects Obfuscated use of Environment Variables to execute PowerShell
windows
Invoke-Obfuscation VAR++ LAUNCHER OBFUSCATION
highDetects Obfuscated Powershell via VAR++ LAUNCHER
windows · process_creation
Invoke-Obfuscation VAR++ LAUNCHER OBFUSCATION - PowerShell
highDetects Obfuscated Powershell via VAR++ LAUNCHER
windows · ps_script
Invoke-Obfuscation VAR++ LAUNCHER OBFUSCATION - PowerShell Module
highDetects Obfuscated Powershell via VAR++ LAUNCHER
windows · ps_module
Invoke-Obfuscation VAR++ LAUNCHER OBFUSCATION - Security
highDetects Obfuscated Powershell via VAR++ LAUNCHER
windows
Invoke-Obfuscation VAR++ LAUNCHER OBFUSCATION - System
highDetects Obfuscated Powershell via VAR++ LAUNCHER
windows
Invoke-Obfuscation Via Stdin
highDetects Obfuscated Powershell via Stdin in Scripts
windows · process_creation
Invoke-Obfuscation Via Stdin - Powershell
highDetects Obfuscated Powershell via Stdin in Scripts
windows · ps_script
Invoke-Obfuscation Via Stdin - PowerShell Module
highDetects Obfuscated Powershell via Stdin in Scripts
windows · ps_module
Invoke-Obfuscation Via Stdin - Security
highDetects Obfuscated Powershell via Stdin in Scripts
windows
Invoke-Obfuscation Via Stdin - System
highDetects Obfuscated Powershell via Stdin in Scripts
windows
Invoke-Obfuscation Via Use Clip
highDetects Obfuscated Powershell via use Clip.exe in Scripts
windows · process_creation
Invoke-Obfuscation Via Use Clip - Powershell
highDetects Obfuscated Powershell via use Clip.exe in Scripts
windows · ps_script
Invoke-Obfuscation Via Use Clip - PowerShell Module
highDetects Obfuscated Powershell via use Clip.exe in Scripts
windows · ps_module
Invoke-Obfuscation Via Use Clip - Security
highDetects Obfuscated Powershell via use Clip.exe in Scripts
windows
Invoke-Obfuscation Via Use Clip - System
highDetects Obfuscated Powershell via use Clip.exe in Scripts
windows
Invoke-Obfuscation Via Use MSHTA
highDetects Obfuscated Powershell via use MSHTA in Scripts
windows · process_creation
Invoke-Obfuscation Via Use MSHTA - PowerShell
highDetects Obfuscated Powershell via use MSHTA in Scripts
windows · ps_script
Invoke-Obfuscation Via Use MSHTA - PowerShell Module
highDetects Obfuscated Powershell via use MSHTA in Scripts
windows · ps_module
Invoke-Obfuscation Via Use MSHTA - Security
highDetects Obfuscated Powershell via use MSHTA in Scripts
windows
Invoke-Obfuscation Via Use MSHTA - System
highDetects Obfuscated Powershell via use MSHTA in Scripts
windows
Invoke-Obfuscation Via Use Rundll32 - PowerShell
highDetects Obfuscated Powershell via use Rundll32 in Scripts
windows · ps_script
Invoke-Obfuscation Via Use Rundll32 - PowerShell Module
highDetects Obfuscated Powershell via use Rundll32 in Scripts
windows · ps_module
Invoke-Obfuscation Via Use Rundll32 - Security
highDetects Obfuscated Powershell via use Rundll32 in Scripts
windows
Invoke-Obfuscation Via Use Rundll32 - System
highDetects Obfuscated Powershell via use Rundll32 in Scripts
windows
ISO File Created Within Temp Folders
highDetects the creation of a ISO file in the Outlook temp folder or in the Appdata temp folder. Typical of Qakbot TTP from end-July 2022.
windows · file_event
Java Payload Strings
highDetects possible Java payloads in web access logs
webserver
JexBoss Command Sequence
highDetects suspicious command sequence that JexBoss
linux
JNDIExploit Pattern
highDetects exploitation attempt using the JNDI-Exploit-Kit
webserver
JXA In-memory Execution Via OSAScript
highDetects possible malicious execution of JXA in-memory via OSAScript
macos · process_creation
Kalambur Backdoor Curl TOR SOCKS Proxy Execution
highDetects the execution of the "curl.exe" command, referencing "SOCKS" and ".onion" domains, which could be indicative of Kalambur backdoor activity.
windows · process_creation
Kapeka Backdoor Autorun Persistence
highDetects the setting of a new value in the Autorun key that is used by the Kapeka backdoor for persistence.
windows · registry_set
Kapeka Backdoor Execution Via RunDLL32.EXE
highDetects Kapeka backdoor process execution pattern, where the dropper launch the backdoor binary by calling rundll32 and passing the backdoor's first export ordinal (#1) with a "-d" argument.
windows · process_creation
Kapeka Backdoor Loaded Via Rundll32.EXE
highDetects the Kapeka Backdoor binary being loaded by rundll32.exe. The Kapeka loader drops a backdoor, which is a DLL with the '.wll' extension masquerading as a Microsoft Word Add-In.
windows · image_load
Kapeka Backdoor Persistence Activity
highDetects Kapeka backdoor persistence activity. Depending on the process privileges, the Kapeka dropper then sets persistence for the backdoor either as a scheduled task (if admin or SYSTEM) or autorun registry (if not). For the scheduled task, it creates a scheduled task called "Sens Api" via schtasks command, which is set to run upon system startup as SYSTEM. To establish persistence through the autorun utility, it adds an autorun entry called "Sens Api" under HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run via the "reg add" command. Both persistence mechanisms are set to launch the binary by calling rundll32 and passing the backdoor's first export ordinal (#1) without any additional argument.
windows · process_creation
Kapeka Backdoor Scheduled Task Creation
highDetects Kapeka backdoor scheduled task creation based on attributes such as paths, commands line flags, etc.
windows
Kaspersky Endpoint Security Stopped Via CommandLine - Linux
highDetects execution of the Kaspersky init.d stop script on Linux systems either directly or via systemctl. This activity may indicate a manual interruption of the antivirus service by an administrator, or it could be a sign of potential tampering or evasion attempts by malicious actors.
linux · process_creation
Katz Stealer DLL Loaded
highDetects loading of DLLs associated with Katz Stealer malware 2025 variants. Katz Stealer is a malware variant that is known to be used for stealing sensitive information from compromised systems. The process that loads these DLLs are very likely to be malicious.
windows · image_load
Katz Stealer Suspicious User-Agent
highDetects network connections with a suspicious user-agent string containing "katz-ontop", which may indicate Katz Stealer activity.
zeek
Kavremover Dropped Binary LOLBIN Usage
highDetects the execution of a signed binary dropped by Kaspersky Lab Products Remover (kavremover) which can be abused as a LOLBIN to execute arbitrary commands and binaries.
windows · process_creation
Kerberos Manipulation
highDetects failed Kerberos TGT issue operation. This can be a sign of manipulations of TGT messages by an attacker.
windows
Kernel Memory Dump Via LiveKD
highDetects execution of LiveKD with the "-m" flag to potentially dump the kernel memory
windows · process_creation
KrbRelayUp Service Installation
highDetects service creation from KrbRelayUp tool used for privilege escalation in Windows domain environments where LDAP signing is not enforced (the default settings)
windows
Lace Tempest Cobalt Strike Download
highDetects specific command line execution used by Lace Tempest to download Cobalt Strike as reported by SysAid Team
windows · process_creation
Lace Tempest File Indicators
highDetects PowerShell script file creation with specific names or suffixes which was seen being used often in PowerShell scripts by FIN7
windows · file_event
Lace Tempest Malware Loader Execution
highDetects execution of a specific binary based on filename and hash used by Lace Tempest to load additional malware as reported by SysAid Team
windows · process_creation
Lace Tempest PowerShell Evidence Eraser
highDetects a PowerShell script used by Lace Tempest APT to erase evidence from victim servers by exploiting CVE-2023-47246 as reported by SysAid Team
windows · ps_script
Lace Tempest PowerShell Launcher
highDetects a PowerShell script used by Lace Tempest APT to launch their malware loader by exploiting CVE-2023-47246 as reported by SysAid Team
windows · ps_script
Lazarus APT DLL Sideloading Activity
highDetects sideloading of trojanized DLLs used in Lazarus APT campaign in the case of a Spanish aerospace company
windows · image_load
Lazarus System Binary Masquerading
highDetects binaries used by the Lazarus group which use system names but are executed and launched from non-default location
windows · process_creation
Legitimate Application Dropped Archive
highDetects programs on a Windows system that should not write an archive to disk
windows · file_event
Legitimate Application Dropped Executable
highDetects LOLBINs and applications that should not legitimately drop executable or executable-equivalent files to disk. This may indicate malware staging, process injection, or abuse of a trusted binary for payload delivery.
windows · file_event
Legitimate Application Dropped Script
highDetects LOLBINs and applications that should not legitimately drop script files to disk. This may indicate malware staging or abuse of a trusted binary for script-based code execution.
windows · file_event
Legitimate Application Writing Files In Uncommon Location
highDetects legitimate applications writing any type of file to uncommon or suspicious locations that are not typical for application data storage or execution. Adversaries may leverage legitimate applications (Living off the Land Binaries - LOLBins) to drop or download malicious files to uncommon locations on the system to evade detection by security solutions.
windows · file_event
Linux AF_ALG Socket Creation - Kernel Crypto API Exploit Indicator
highDetects creation of AF_ALG (Address Family 38) sockets via the socket() syscall. AF_ALG is the Linux kernel crypto API interface. It is exploited in CVE-2026-31431 to achieve local privilege escalation via a buffer overflow in the AF_ALG AEAD splice path that corrupts the page cache of SUID binaries. Legitimate AF_ALG usage is rare and confined to specific crypto utilities and VPN daemons using non-default kernel offload configurations.
linux
Linux Command History Tampering
highDetects commands that try to clear or tamper with the Linux command history. This technique is used by threat actors in order to evade defenses and execute commands without them being recorded in files such as "bash_history" or "zsh_history".
linux
Linux Crypto Mining Indicators
highDetects command line parameters or strings often used by crypto miners
linux · process_creation
Linux Crypto Mining Pool Connections
highDetects process connections to a Monero crypto mining pool
linux · network_connection
Linux HackTool Execution
highDetects known hacktool execution based on image name.
linux · process_creation
Linux Keylogging with Pam.d
highDetect attempt to enable auditing of TTY input
linux
Linux Recon Indicators
highDetects events with patterns found in commands used for reconnaissance on linux systems
linux · process_creation
Linux Suspicious Child Process from Node.js - React2Shell
highDetects suspicious child processes spawned from Node.js server processes on Linux systems, potentially indicating remote code execution exploitation such as CVE-2025-55182 (React2Shell). This rule particularly looks for exploitation of vulnerability on Node.js Servers where attackers abuse Node.js child_process module to execute arbitrary system commands. When execSync() or exec() is used, the command line often includes a shell invocation followed by suspicious commands or scripts (e.g., /bin/sh -c <malicious-command>). For other methods, the Image field will show the spawned process directly.
linux · process_creation
Linux Webshell Indicators
highDetects suspicious sub processes of web server processes
linux · process_creation
LiteLLM / TeamPCP Supply Chain Attack Indicators
highDetects process executions related to the backdoored versions of LiteLLM (v1.82.7 or v1.82.8). In March 2026, a supply chain attack was discovered involving the popular open-source LLM framework LiteLLM by Threat Actor TeamPCP. The malicious package harvests every credential on the system, encrypts and exfiltrates them, and installs a persistent C2 backdoor.
linux · process_creation
Live Memory Dump Using Powershell
highDetects usage of a PowerShell command to dump the live memory of a Windows machine
windows · ps_script
LiveKD Driver Creation By Uncommon Process
highDetects the creation of the LiveKD driver by a process image other than "livekd.exe".
windows · file_event
LiveKD Kernel Memory Dump File Created
highDetects the creation of a file that has the same name as the default LiveKD kernel memory dump.
windows · file_event
Load Of RstrtMgr.DLL By A Suspicious Process
highDetects the load of RstrtMgr DLL (Restart Manager) by a suspicious process. This library has been used during ransomware campaigns to kill processes that would prevent file encryption by locking them (e.g. Conti ransomware, Cactus ransomware). It has also recently been seen used by the BiBi wiper for Windows. It could also be used for anti-analysis purposes by shut downing specific processes.
windows · image_load
Loading Diagcab Package From Remote Path
highDetects loading of diagcab packages from a remote path, as seen in DogWalk vulnerability
windows
Loading of Kernel Module via Insmod
highDetects loading of kernel modules with insmod command. Loadable Kernel Modules (LKMs) are pieces of code that can be loaded and unloaded into the kernel upon demand. Adversaries may use LKMs to obtain persistence within the system or elevate the privileges.
linux
Local Privilege Escalation Indicator TabTip
highDetects the invocation of TabTip via CLSID as seen when JuicyPotatoNG is used on a system in brute force mode
windows
Log4j RCE CVE-2021-44228 Generic
highDetects exploitation attempt against log4j RCE vulnerability reported as CVE-2021-44228 (Log4Shell)
webserver
Log4j RCE CVE-2021-44228 in Fields
highDetects exploitation attempt against log4j RCE vulnerability reported as CVE-2021-44228 in different header fields found in web server logs (Log4Shell)
webserver
Logging Configuration Changes on Linux Host
highDetect changes of syslog daemons configuration files
linux
LOL-Binary Copied From System Directory
highDetects a suspicious copy operation that tries to copy a known LOLBIN from system (System32, SysWOW64, WinSxS) directories to another on disk in order to bypass detections based on locations.
windows · process_creation
Lolbas OneDriveStandaloneUpdater.exe Proxy Download
highDetects setting a custom URL for OneDriveStandaloneUpdater.exe to download a file from the Internet without executing any anomalous executables with suspicious arguments. The downloaded file will be in C:\Users\redacted\AppData\Local\Microsoft\OneDrive\StandaloneUpdaterreSignInSettingsConfig.json
windows · registry_set
LPE InstallerFileTakeOver PoC CVE-2021-41379
highDetects PoC tool used to exploit LPE vulnerability CVE-2021-41379
windows
LSASS Access Detected via Attack Surface Reduction
highDetects Access to LSASS Process
windows
LSASS Access From Potentially White-Listed Processes
highDetects a possible process memory dump that uses a white-listed filename like TrolleyExpress.exe as a way to dump the LSASS process memory without Microsoft Defender interference
windows · process_access
LSASS Crash Via Netlogon Stack Buffer Overflow - CVE-2026-41089
highDetects a crash of the LSASS process where netlogon.dll is the faulting module and the exception code is STATUS_STACK_BUFFER_OVERRUN (0xc0000409). This crash, especially on Domain Controllers, might indicate the exploitation of CVE-2026-41089, a denial of service (DoS) vulnerability, which exists in the Netlogon component of Windows and can be triggered by sending specially crafted requests to the Netlogon service, leading to a stack-based buffer overflow and subsequent crash of the LSASS process.
windows
LSASS Dump Keyword In CommandLine
highDetects the presence of the keywords "lsass" and ".dmp" in the commandline, which could indicate a potential attempt to dump or create a dump of the lsass process.
windows · process_creation
Lsass Full Dump Request Via DumpType Registry Settings
highDetects the setting of the "DumpType" registry value to "2" which stands for a "Full Dump". Technique such as LSASS Shtinkering requires this value to be "2" in order to dump LSASS.
windows · registry_set
LSASS Memory Access by Tool With Dump Keyword In Name
highDetects LSASS process access requests from a source process with the "dump" keyword in its image name.
windows · process_access
Lsass Memory Dump via Comsvcs DLL
highDetects adversaries leveraging the MiniDump export function from comsvcs.dll via rundll32 to perform a memory dump from lsass.
windows · process_access
LSASS Process Crashed - Application
highDetects Windows error reporting events where the process that crashed is LSASS (Local Security Authority Subsystem Service). This could be the cause of a provoked crash by techniques such as Lsass-Shtinkering to dump credentials.
windows
LSASS Process Dump Artefact In CrashDumps Folder
highDetects the presence of an LSASS dump file in the "CrashDumps" folder. This could be a sign of LSASS credential dumping. Techniques such as the LSASS Shtinkering have been seen abusing the Windows Error Reporting to dump said process.
windows · file_event
LSASS Process Memory Dump Creation Via Taskmgr.EXE
highDetects the creation of an "lsass.dmp" file by the taskmgr process. This indicates a manual dumping of the LSASS.exe process memory using Windows Task Manager.
windows · file_event
LSASS Process Memory Dump Files
highDetects creation of files with names used by different memory dumping tools to create a memory dump of the LSASS process memory, which contains user credentials.
windows · file_event
LSASS Process Reconnaissance Via Findstr.EXE
highDetects findstring commands that include the keyword lsass, which indicates recon actviity for the LSASS process PID
windows · process_creation
Lummac Stealer Activity - Execution Of More.com And Vbc.exe
highDetects the execution of more.com and vbc.exe in the process tree. This behavior was observed by a set of samples related to Lummac Stealer. The Lummac payload is injected into the vbc.exe process.
windows · process_creation
Macro Enabled In A Potentially Suspicious Document
highDetects registry changes to Office trust records where the path is located in a potentially suspicious location
windows · registry_set
Malicious Base64 Encoded PowerShell Keywords in Command Lines
highDetects base64 encoded strings used in hidden malicious PowerShell command lines
windows · process_creation
Malicious DLL File Dropped in the Teams or OneDrive Folder
highDetects creation of a malicious DLL file in the location where the OneDrive or Team applications Upon execution of the Teams or OneDrive application, the dropped malicious DLL file ("iphlpapi.dll") is sideloaded
windows · file_event
Malicious Driver Load
highDetects loading of known malicious drivers via their hash.
windows · driver_load
Malicious IP Address Sign-In Failure Rate
highIndicates sign-in from a malicious IP address based on high failure rates.
azure
Malicious IP Address Sign-In Suspicious
highIndicates sign-in from a malicious IP address known to be malicious at time of sign-in.
azure
Malicious Nishang PowerShell Commandlets
highDetects Commandlet names and arguments from the Nishang exploitation framework
windows · ps_script
Malicious PowerShell Commandlets - PoshModule
highDetects Commandlet names from well-known PowerShell exploitation frameworks
windows · ps_module
Malicious PowerShell Commandlets - ProcessCreation
highDetects Commandlet names from well-known PowerShell exploitation frameworks
windows · process_creation
Malicious PowerShell Commandlets - ScriptBlock
highDetects Commandlet names from well-known PowerShell exploitation frameworks
windows · ps_script
Malicious PowerShell Scripts - FileCreation
highDetects the creation of known offensive powershell scripts used for exploitation
windows · file_event
Malicious PowerShell Scripts - PoshModule
highDetects the execution of known offensive powershell scripts used for exploitation or reconnaissance
windows · ps_module
Malicious ShellIntel PowerShell Commandlets
highDetects Commandlet names from ShellIntel exploitation scripts.
windows · ps_script
Malicious Usage Of IMDS Credentials Outside Of AWS Infrastructure
highDetects when an instance identity has taken an action that isn't inside SSM. This can indicate that a compromised EC2 instance is being used as a pivot point.
aws
Malware Shellcode in Verclsid Target Process
highDetects a process access to verclsid.exe that injects shellcode from a Microsoft Office application / VBA macro
windows · process_access
Malware User Agent
highDetects suspicious user agent strings used by malware in proxy logs
proxy
ManageEngine Endpoint Central Dctask64.EXE Potential Abuse
highDetects the execution of "dctask64.exe", a signed binary by ZOHO Corporation part of ManageEngine Endpoint Central. This binary can be abused for DLL injection, arbitrary command and process execution.
windows · process_creation
Mask System Power Settings Via Systemctl
highDetects the use of systemctl mask to disable system power management targets such as suspend, hibernate, or hybrid sleep. Adversaries may mask these targets to prevent a system from entering sleep or shutdown states, ensuring their malicious processes remain active and uninterrupted. This behavior can be associated with persistence or defense evasion, as it impairs normal system power operations to maintain long-term access or avoid termination of malicious activity.
linux · process_creation
Mavinject Inject DLL Into Running Process
highDetects process injection using the signed Windows tool "Mavinject" via the "INJECTRUNNING" flag
windows · process_creation
MERCURY APT Activity
highDetects suspicious command line patterns seen being used by MERCURY APT
windows · process_creation
Metasploit Or Impacket Service Installation Via SMB PsExec
highDetects usage of Metasploit SMB PsExec (exploit/windows/smb/psexec) and Impacket psexec.py by triggering on specific service installation
windows
Metasploit SMB Authentication
highAlerts on Metasploit host's authentications on the domain.
windows
Meterpreter or Cobalt Strike Getsystem Service Installation - Security
highDetects the use of getsystem Meterpreter/Cobalt Strike command by detecting a specific service installation
windows
Meterpreter or Cobalt Strike Getsystem Service Installation - System
highDetects the use of getsystem Meterpreter/Cobalt Strike command by detecting a specific service installation
windows
Microsoft Defender Blocked from Loading Unsigned DLL
highDetects Code Integrity (CI) engine blocking Microsoft Defender's processes (MpCmdRun and NisSrv) from loading unsigned DLLs which may be an attempt to sideload arbitrary DLL
windows
Microsoft Defender Tamper Protection Trigger
highDetects blocked attempts to change any of Defender's settings such as "Real Time Monitoring" and "Behavior Monitoring"
windows
Microsoft IIS Connection Strings Decryption
highDetects use of aspnet_regiis to decrypt Microsoft IIS connection strings. An attacker with Microsoft IIS web server access via a webshell or alike can decrypt and dump any hardcoded connection strings, such as the MSSQL service account password using aspnet_regiis command.
windows · process_creation
Microsoft IIS Service Account Password Dumped
highDetects the Internet Information Services (IIS) command-line tool, AppCmd, being used to list passwords
windows · process_creation
Microsoft Malware Protection Engine Crash
highThis rule detects a suspicious crash of the Microsoft Malware Protection Engine
windows
Microsoft Malware Protection Engine Crash - WER
highThis rule detects a suspicious crash of the Microsoft Malware Protection Engine
windows
Microsoft Office DLL Sideload
highDetects DLL sideloading of DLLs that are part of Microsoft Office from non standard location
windows · image_load
Microsoft Office Protected View Disabled
highDetects changes to Microsoft Office protected view registry keys with which the attacker disables this feature.
windows · registry_set
Mimikatz Use
highThis method detects mimikatz keywords in different Eventlogs (some of them only appear in older Mimikatz version that are however still used by different threat groups)
windows
Mint Sandstorm - Log4J Wstomcat Process Execution
highDetects Log4J Wstomcat process execution as seen in Mint Sandstorm activity
windows · process_creation
MMC Executing Files with Reversed Extensions Using RTLO Abuse
highDetects malicious behavior where the MMC utility (`mmc.exe`) executes files with reversed extensions caused by Right-to-Left Override (RLO) abuse, disguising them as document formats.
windows · process_creation
MMC Spawning Windows Shell
highDetects a Windows command line executable started from MMC
windows · process_creation
MMC20 Lateral Movement
highDetects MMC20.Application Lateral Movement; specifically looks for the spawning of the parent MMC.exe with a command line of "-Embedding" as a child of svchost.exe
windows · process_creation
Modification of ld.so.preload
highIdentifies modification of ld.so.preload for shared object injection. This technique is used by attackers to load arbitrary code into processes.
linux
Modification or Deletion of an AWS RDS Cluster
highDetects modifications to an RDS cluster or its deletion, which may indicate potential data exfiltration attempts, unauthorized access, or exposure of sensitive information.
aws
Modify User Shell Folders Startup Value
highDetect modification of the User Shell Folders registry values for Startup or Common Startup which could indicate persistence attempts. Attackers may modify User Shell Folders registry keys to point to malicious executables or scripts that will be executed during startup. This technique is often used to maintain persistence on a compromised system by ensuring that the malicious payload is executed automatically.
windows · registry_set
Monero Crypto Coin Mining Pool Lookup
highDetects suspicious DNS queries to Monero mining pools
dns
MOVEit CVE-2023-34362 Exploitation Attempt - Potential Web Shell Request
highDetects get requests to specific files used during the exploitation of MOVEit CVE-2023-34362
webserver
MpiExec Lolbin
highDetects a certain command line flag combination used by mpiexec.exe LOLBIN from HPC pack that can be used to execute any other binary
windows · process_creation
MSDT Execution Via Answer File
highDetects execution of "msdt.exe" using an answer file which is simulating the legitimate way of calling msdt via "pcwrun.exe" (For example from the compatibility tab).
windows · process_creation
MSHTA Execution with Suspicious File Extensions
highDetects execution of mshta.exe with file types that looks like they do not typically represent HTA (HTML Application) content, such as .png, .jpg, .zip, .pdf, and others, which are often polyglots. MSHTA is a legitimate Windows utility for executing HTML Applications containing VBScript or JScript. Threat actors often abuse this lolbin utility to download and execute malicious scripts disguised as benign files or hosted under misleading extensions to evade detection.
windows · process_creation
Mshtml.DLL RunHTMLApplication Suspicious Usage
highDetects execution of commands that leverage the "mshtml.dll" RunHTMLApplication export to run arbitrary code via different protocol handlers (vbscript, javascript, file, http...)
windows · process_creation
MSMQ Corrupted Packet Encountered
highDetects corrupted packets sent to the MSMQ service. Could potentially be a sign of CVE-2023-21554 exploitation
windows
MSSQL Add Account To Sysadmin Role
highDetects when an attacker tries to backdoor the MSSQL server by adding a backdoor account to the sysadmin fixed server role
windows
MSSQL Disable Audit Settings
highDetects when an attacker calls the "ALTER SERVER AUDIT" or "DROP SERVER AUDIT" transaction in order to delete or disable audit logs on the server
windows
MSSQL Extended Stored Procedure Backdoor Maggie
highThis rule detects the execution of the extended storage procedure backdoor named Maggie in the context of Microsoft SQL server
windows
MSSQL SPProcoption Set
highDetects when the a stored procedure is set or cleared for automatic execution in MSSQL. A stored procedure that is set to automatic execution runs every time an instance of SQL Server is started
windows
MSSQL XPCmdshell Option Change
highDetects when the MSSQL "xp_cmdshell" stored procedure setting is changed.
windows
MSSQL XPCmdshell Suspicious Execution
highDetects when the MSSQL "xp_cmdshell" stored procedure is used to execute commands
windows
Mstsc.EXE Execution From Uncommon Parent
highDetects potential RDP connection via Mstsc using a local ".rdp" file located in suspicious locations.
windows · process_creation
Mustang Panda Dropper
highDetects specific process parameters as used by Mustang Panda droppers
windows · process_creation
Narrator's Feedback-Hub Persistence
highDetects abusing Windows 10 Narrator's Feedback-Hub
windows · registry_event
NET NGenAssemblyUsageLog Registry Key Tamper
highDetects changes to the NGenAssemblyUsageLog registry key. .NET Usage Log output location can be controlled by setting the NGenAssemblyUsageLog CLR configuration knob in the Registry or by configuring an environment variable (as described in the next section). By simplify specifying an arbitrary value (e.g. fake output location or junk data) for the expected value, a Usage Log file for the .NET execution context will not be created.
windows · registry_set
Net WebClient Casing Anomalies
highDetects PowerShell command line contents that include a suspicious abnormal casing in the Net.Webclient (e.g. nEt.WEbCliEnT) string as used in obfuscation techniques
windows · process_creation
NetNTLM Downgrade Attack
highDetects NetNTLM downgrade attack
windows
NetNTLM Downgrade Attack - Registry
highDetects NetNTLM downgrade attack
windows · registry_event
Network Communication Initiated To File Sharing Domains From Process Located In Suspicious Folder
highDetects executables located in potentially suspicious directories initiating network connections towards file sharing domains.
windows · network_connection
Network Communication With Crypto Mining Pool
highDetects initiated network connections to crypto mining pools. It indicates that the system is likely infected with a crypto miner malware or is being used for crypto mining.
windows · network_connection
Network Connection Initiated By AddinUtil.EXE
highDetects a network connection initiated by the Add-In deployment cache updating utility "AddInutil.exe". This could indicate a potential command and control communication as this tool doesn't usually initiate network activity.
windows · network_connection
Network Connection Initiated By Eqnedt32.EXE
highDetects network connections from the Equation Editor process "eqnedt32.exe".
windows · network_connection
Network Connection Initiated By IMEWDBLD.EXE
highDetects a network connection initiated by IMEWDBLD.EXE. This might indicate potential abuse of the utility as a LOLBIN in order to download arbitrary files or additional payloads.
windows · network_connection
Network Connection Initiated From Process Located In Potentially Suspicious Or Uncommon Location
highDetects a network connection initiated by programs or processes running from suspicious or uncommon files system locations.
windows · network_connection
Network Connection Initiated via Finger.EXE
highDetects network connections via finger.exe, which can be abused by threat actors to retrieve remote commands for execution on Windows devices. In one ClickFix malware campaign, adversaries leveraged the finger protocol to fetch commands from a remote server. Since the finger utility is not commonly used in modern Windows environments, its presence already raises suspicion. Investigating such network connections can also help identify potential malicious infrastructure used by threat actors
windows · network_connection
Network Connection Initiated Via Notepad.EXE
highDetects a network connection that is initiated by the "notepad.exe" process. This might be a sign of process injection from a beacon process or something similar. Notepad rarely initiates a network communication except when printing documents for example.
windows · network_connection
Network Reconnaissance Activity
highDetects a set of suspicious network related commands often used in recon stages
windows · process_creation
New Connection Initiated To Potential Dead Drop Resolver Domain
highDetects an executable, which is not an internet browser or known application, initiating network connections to legit popular websites, which were seen to be used as dead drop resolvers in previous attacks. In this context attackers leverage known websites such as "facebook", "youtube", etc. In order to pass through undetected.
windows · network_connection
New Country
highDetects sign-ins from new countries. The detection considers past activity locations to determine new and infrequent locations.
azure
New DNS ServerLevelPluginDll Installed
highDetects the installation of a DNS plugin DLL via ServerLevelPluginDll parameter in registry, which can be used to execute code in context of the DNS server (restart required)
windows · registry_set
New DNS ServerLevelPluginDll Installed Via Dnscmd.EXE
highDetects the installation of a DNS plugin DLL via ServerLevelPluginDll parameter in registry, which can be used to execute code in context of the DNS server (restart required)
windows · process_creation
New File Association Using Exefile
highDetects the abuse of the exefile handler in new file association. Used for bypass of security products.
windows · registry_set
New Firewall Rule Added In Windows Firewall Exception List For Potential Suspicious Application
highDetects the addition of a new rule to the Windows Firewall exception list for an application located in a potentially suspicious location.
windows
New Netsh Helper DLL Registered From A Suspicious Location
highDetects changes to the Netsh registry key to add a new DLL value that is located on a suspicious location. This change might be an indication of a potential persistence attempt by adding a malicious Netsh helper
windows · registry_set
New RDP Connection Initiated From Domain Controller
highDetects an RDP connection originating from a domain controller.
windows · network_connection
New RUN Key Pointing to Suspicious Folder
highDetects suspicious new RUN key element pointing to an executable in a suspicious folder
windows · registry_set
New TimeProviders Registered With Uncommon DLL Name
highDetects processes setting a new DLL in DllName in under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProvider. Adversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains.
windows · registry_set
New User Created Via Net.EXE With Never Expire Option
highDetects creation of local users via the net.exe command with the option "never expire"
windows · process_creation
NewActiveScriptEventConsumer Creation Attempt via Wmic.EXE
highDetects the attempt to create an ActiveScriptEventConsumer via WMIC.EXE. An ActiveScriptEventConsumer is a built-in Windows Management Instrumentation (WMI) class that automatically executes a predefined script (in VBScript or JScript) whenever a specific system event occurs. Adversaries often abuse ActiveScriptEventConsumer to maintain persistence on a compromised host by executing a malicious script whenever a specific event occurs.
windows · process_creation
Nginx Core Dump
highDetects a core dump of a crashing Nginx worker process, which could be a signal of a serious problem or exploitation attempts.
Ngrok Usage with Remote Desktop Service
highDetects cases in which ngrok, a reverse proxy tool, forwards events to the local RDP port, which could be a sign of malicious behaviour
windows
Non-privileged Usage of Reg or Powershell
highSearch for usage of reg or Powershell by non-privileged users to modify service configuration in registry
windows · process_creation
Non-Standard Nsswitch.Conf Creation - Potential CVE-2025-32463 Exploitation
highDetects the creation of nsswitch.conf files in non-standard directories, which may indicate exploitation of CVE-2025-32463. This vulnerability requires an attacker to create a nsswitch.conf in a directory that will be used during sudo chroot operations. When sudo executes, it loads malicious shared libraries from user-controlled locations within the chroot environment, potentially leading to arbitrary code execution and privilege escalation.
linux · file_event
NtdllPipe Like Activity Execution
highDetects command that type the content of ntdll.dll to a different file or a pipe in order to evade AV / EDR detection. As seen being used in the POC NtdllPipe
windows · process_creation
NTDS Exfiltration Filename Patterns
highDetects creation of files with specific name patterns seen used in various tools that export the NTDS.DIT for exfiltration.
windows · file_event
NTDS.DIT Creation By Uncommon Parent Process
highDetects creation of a file named "ntds.dit" (Active Directory Database) by an uncommon parent process or directory
windows · file_event
NTDS.DIT Creation By Uncommon Process
highDetects creation of a file named "ntds.dit" (Active Directory Database) by an uncommon process or a process located in a suspicious directory
windows · file_event
NTFS Alternate Data Stream
highDetects writing data into NTFS alternate data streams from powershell. Needs Script Block Logging.
windows · ps_script
NTFS Vulnerability Exploitation
highThis the exploitation of a NTFS vulnerability as reported without many details via Twitter
windows
NTLM Hash Leak Via Curl NTLM Authentication
highDetects the use of curl with NTLM authentication and empty credentials (-u :), which can be abused to leak the currently logged-in user's NTLMv2 challenge-response to an attacker-controlled server, enabling offline cracking or relay attacks. When no credentials are provided, the Microsoft-shipped curl passes a NULL identity to Windows SSPI, which automatically falls back to the current user's logon session credentials stored in LSASS — without requiring a plaintext password. This behavior is exclusive to the curl binary shipped by Microsoft (available since Windows 10 / Windows Server 2019), which is built with SSPI support.
windows · process_creation
Obfuscated PowerShell MSI Install via WindowsInstaller COM
highDetects the execution of obfuscated PowerShell commands that attempt to install MSI packages via the Windows Installer COM object (`WindowsInstaller.Installer`). The technique involves manipulating strings to hide functionality, such as constructing class names using string insertion (e.g., 'indowsInstaller.Installer'.Insert(0,'W')) and correcting malformed URLs (e.g., converting 'htps://' to 'https://') at runtime. This behavior is commonly associated with malware loaders or droppers that aim to bypass static detection by hiding intent in runtime-generated strings and using legitimate tools for code execution. The use of `InstallProduct` and COM object creation, particularly combined with hidden window execution and suppressed UI, indicates an attempt to install software (likely malicious) without user interaction.
windows · process_creation
Obfuscated PowerShell OneLiner Execution
highDetects the execution of a specific OneLiner to download and execute powershell modules in memory.
windows · process_creation
Octopus Scanner Malware
highDetects Octopus Scanner Malware.
windows · file_event
Odbcconf.EXE Suspicious DLL Location
highDetects execution of "odbcconf" where the path of the DLL being registered is located in a potentially suspicious location.
windows · process_creation
Office Macro File Creation From Suspicious Process
highDetects the creation of a office macro file from a a suspicious process
windows · file_event
Office Macros Warning Disabled
highDetects registry changes to Microsoft Office "VBAWarning" to a value of "1" which enables the execution of all macros, whether signed or unsigned.
windows · registry_set
Okta FastPass Phishing Detection
highDetects when Okta FastPass prevents a known phishing site.
okta
Okta New Admin Console Behaviours
highDetects when Okta identifies new activity in the Admin Console.
okta
Okta Suspicious Activity Reported by End-user
highDetects when an Okta end-user reports activity by their account as being potentially suspicious.
okta
Okta User Session Start Via An Anonymising Proxy Service
highDetects when an Okta user session starts where the user is behind an anonymising proxy service.
okta
OMIGOD HTTP No Authentication RCE - CVE-2021-38647
highDetects the exploitation of OMIGOD (CVE-2021-38647) which allows remote execute (RCE) commands as root with just a single unauthenticated HTTP request. Verify, successful, exploitation by viewing the HTTP client (request) body to see what was passed to the server (using PCAP). Within the client body is where the code execution would occur. Additionally, check the endpoint logs to see if suspicious commands or activity occurred within the timeframe of this HTTP request.
zeek
OMIGOD SCX RunAsProvider ExecuteScript
highRule to detect the use of the SCX RunAsProvider ExecuteScript to execute any UNIX/Linux script using the /bin/sh shell. Script being executed gets created as a temp file in /tmp folder with a scx* prefix. Then it is invoked from the following directory /etc/opt/microsoft/scx/conf/tmpdir/. The file in that directory has the same prefix scx*. SCXcore, started as the Microsoft Operations Manager UNIX/Linux Agent, is now used in a host of products including Microsoft Operations Manager, Microsoft Azure, and Microsoft Operations Management Suite.
linux · process_creation
OMIGOD SCX RunAsProvider ExecuteShellCommand
highRule to detect the use of the SCX RunAsProvider Invoke_ExecuteShellCommand to execute any UNIX/Linux command using the /bin/sh shell. SCXcore, started as the Microsoft Operations Manager UNIX/Linux Agent, is now used in a host of products including Microsoft Operations Manager, Microsoft Azure, and Microsoft Operations Management Suite.
linux · process_creation
OneNote.EXE Execution of Malicious Embedded Scripts
highDetects the execution of malicious OneNote documents that contain embedded scripts. When a user clicks on a OneNote attachment and then on the malicious link inside the ".one" file, it exports and executes the malicious embedded script from specific directories.
windows · process_creation
Onyx Sleet APT File Creation Indicators
highDetects file creation activity that is related to Onyx Sleet APT activity
windows · file_event
OpenCanary - FTP Login Attempt
highDetects instances where an FTP service on an OpenCanary node has had a login attempt.
opencanary · application
OpenCanary - GIT Clone Request
highDetects instances where a GIT service on an OpenCanary node has had Git Clone request.
opencanary · application
OpenCanary - Host Port Scan (SYN Scan)
highDetects instances where an OpenCanary node has been targeted by a SYN port scan.
opencanary · application
OpenCanary - HTTP GET Request
highDetects instances where an HTTP service on an OpenCanary node has received a GET request.
opencanary · application
OpenCanary - HTTP POST Login Attempt
highDetects instances where an HTTP service on an OpenCanary node has had login attempt via Form POST.
opencanary · application
OpenCanary - HTTPPROXY Login Attempt
highDetects instances where an HTTPPROXY service on an OpenCanary node has had an attempt to proxy another page.
opencanary · application
OpenCanary - MSSQL Login Attempt Via SQLAuth
highDetects instances where an MSSQL service on an OpenCanary node has had a login attempt using SQLAuth.
opencanary · application
OpenCanary - MSSQL Login Attempt Via Windows Authentication
highDetects instances where an MSSQL service on an OpenCanary node has had a login attempt using Windows Authentication.
opencanary · application
OpenCanary - MySQL Login Attempt
highDetects instances where a MySQL service on an OpenCanary node has had a login attempt.
opencanary · application
OpenCanary - NMAP FIN Scan
highDetects instances where an OpenCanary node has been targeted by a NMAP FIN Scan
opencanary · application
OpenCanary - NMAP NULL Scan
highDetects instances where an OpenCanary node has been targeted by a NMAP NULL Scan
opencanary · application
OpenCanary - NMAP OS Scan
highDetects instances where an OpenCanary node has been targeted by a NMAP OS Scan
opencanary · application
OpenCanary - NMAP XMAS Scan
highDetects instances where an OpenCanary node has been targeted by a NMAP XMAS Scan
opencanary · application
OpenCanary - NTP Monlist Request
highDetects instances where an NTP service on an OpenCanary node has had a NTP monlist request.
opencanary · application
OpenCanary - RDP New Connection Attempt
highDetects instances where an RDP service on an OpenCanary node has had a connection attempt.
opencanary · application
OpenCanary - REDIS Action Command Attempt
highDetects instances where a REDIS service on an OpenCanary node has had an action command attempted.
opencanary · application
OpenCanary - SIP Request
highDetects instances where an SIP service on an OpenCanary node has had a SIP request.
opencanary · application
OpenCanary - SMB File Open Request
highDetects instances where an SMB service on an OpenCanary node has had a file open request.
opencanary · application
OpenCanary - SNMP OID Request
highDetects instances where an SNMP service on an OpenCanary node has had an OID request.
opencanary · application
OpenCanary - SSH Login Attempt
highDetects instances where an SSH service on an OpenCanary node has had a login attempt.
opencanary · application
OpenCanary - SSH New Connection Attempt
highDetects instances where an SSH service on an OpenCanary node has had a connection attempt.
opencanary · application
OpenCanary - Telnet Login Attempt
highDetects instances where a Telnet service on an OpenCanary node has had a login attempt.
opencanary · application
OpenCanary - TFTP Request
highDetects instances where a TFTP service on an OpenCanary node has had a request.
opencanary · application
OpenCanary - VNC Connection Attempt
highDetects instances where a VNC service on an OpenCanary node has had a connection attempt.
opencanary · application
OpenWith.exe Executes Specified Binary
highThe OpenWith.exe executes other binary
windows · process_creation
Operation Wocao Activity
highDetects activity mentioned in Operation Wocao report
windows · process_creation
Operation Wocao Activity - Security
highDetects activity mentioned in Operation Wocao report
windows
Operator Bloopers Cobalt Strike Commands
highDetects use of Cobalt Strike commands accidentally entered in the CMD shell
windows · process_creation
Operator Bloopers Cobalt Strike Modules
highDetects Cobalt Strike module/commands accidentally entered in CMD shell
windows · process_creation
Oracle WebLogic Exploit CVE-2020-14882
highDetects exploitation attempts on WebLogic servers
webserver
OSACompile Run-Only Execution
highDetects potential suspicious run-only executions compiled using OSACompile
macos · process_creation
Outbound Network Connection Initiated By Cmstp.EXE
highDetects a network connection initiated by Cmstp.EXE Its uncommon for "cmstp.exe" to initiate an outbound network connection. Investigate the source of such requests to determine if they are malicious.
windows · network_connection
Outbound Network Connection Initiated By Microsoft Dialer
highDetects outbound network connection initiated by Microsoft Dialer. The Microsoft Dialer, also known as Phone Dialer, is a built-in utility application included in various versions of the Microsoft Windows operating system. Its primary function is to provide users with a graphical interface for managing phone calls via a modem or a phone line connected to the computer. This is an outdated process in the current conext of it's usage and is a common target for info stealers for process injection, and is used to make C2 connections, common example is "Rhadamanthys"
windows · network_connection
Outbound Network Connection Initiated By Script Interpreter
highDetects a script interpreter wscript/cscript opening a network connection to a non-local network. Adversaries may use script to download malicious payloads.
windows · network_connection
Outbound RDP Connections Over Non-Standard Tools
highDetects Non-Standard tools initiating a connection over port 3389 indicating possible lateral movement. An initial baseline is required before using this utility to exclude third party RDP tooling that you might use.
windows · network_connection
Outdated Dependency Or Vulnerability Alert Disabled
highDependabot performs a scan to detect insecure dependencies, and sends Dependabot alerts. This rule detects when an organization owner disables Dependabot alerts private repositories or Dependabot security updates for all repositories.
github
Outlook EnableUnsafeClientMailRules Setting Enabled
highDetects an attacker trying to enable the outlook security setting "EnableUnsafeClientMailRules" which allows outlook to run applications or execute macros
windows · process_creation
Outlook EnableUnsafeClientMailRules Setting Enabled - Registry
highDetects an attacker trying to enable the outlook security setting "EnableUnsafeClientMailRules" which allows outlook to run applications or execute macros
windows · registry_set
Outlook Macro Execution Without Warning Setting Enabled
highDetects the modification of Outlook security setting to allow unprompted execution of macros.
windows · registry_set
PaperCut MF/NG Exploitation Related Indicators
highDetects exploitation indicators related to PaperCut MF/NG Exploitation
windows · process_creation
PaperCut MF/NG Potential Exploitation
highDetects suspicious child processes of "pc-app.exe". Which could indicate potential exploitation of PaperCut
windows · process_creation
Password Change on Directory Service Restore Mode (DSRM) Account
highDetects potential attempts made to set the Directory Services Restore Mode administrator password. The Directory Service Restore Mode (DSRM) account is a local administrator account on Domain Controllers. Attackers may change the password in order to obtain persistence.
windows
Password Dumper Activity on LSASS
highDetects process handle on LSASS process with certain access mask and object type SAM_DOMAIN
windows
Password Dumper Remote Thread in LSASS
highDetects password dumper activity by monitoring remote thread creation EventID 8 in combination with the lsass.exe process as TargetImage. The process in field Process is the malicious program. A single execution can lead to hundreds of events.
windows · create_remote_thread
Password Protected ZIP File Opened (Email Attachment)
highDetects the extraction of password protected ZIP archives. See the filename variable for more details on which file has been opened.
windows
Password Protected ZIP File Opened (Suspicious Filenames)
highDetects the extraction of password protected ZIP archives with suspicious file names. See the filename variable for more details on which file has been opened.
windows
Password Spray Activity
highIndicates that a password spray attack has been successfully performed.
azure
PCRE.NET Package Image Load
highDetects processes loading modules related to PCRE.NET package
windows · image_load
PCRE.NET Package Temp Files
highDetects processes creating temp files related to PCRE.NET package
windows · file_event
PDF File Created By RegEdit.EXE
highDetects the creation of a file with the ".pdf" extension by the "RegEdit.exe" process. This indicates that a user is trying to print/save a registry key as a PDF in order to potentially extract sensitive information and bypass defenses.
windows · file_event
Peach Sandstorm APT Process Activity Indicators
highDetects process creation activity related to Peach Sandstorm APT
windows · process_creation
Persistence and Execution at Scale via GPO Scheduled Task
highDetect lateral movement using GPO scheduled task, usually used to deploy ransomware at scale
windows
Persistence Via Hhctrl.ocx
highDetects when an attacker modifies the registry value of the "hhctrl" to point to a custom binary
windows · registry_set
PetitPotam Suspicious Kerberos TGT Request
highDetect suspicious Kerberos TGT requests. Once an attacer obtains a computer certificate by abusing Active Directory Certificate Services in combination with PetitPotam, the next step would be to leverage the certificate for malicious purposes. One way of doing this is to request a Kerberos Ticket Granting Ticket using a tool like Rubeus. This request will generate a 4768 event with some unusual fields depending on the environment. This analytic will require tuning, we recommend filtering Account_Name to the Domain Controller computer accounts.
windows
Phishing Pattern ISO in Archive
highDetects cases in which an ISO files is opend within an archiver like 7Zip or Winrar, which is a sign of phishing as threat actors put small ISO files in archives as email attachments to bypass certain filters and protective measures (mark of web)
windows · process_creation
Pikabot Fake DLL Extension Execution Via Rundll32.EXE
highDetects specific process tree behavior linked to "rundll32" executions, wherein the associated DLL lacks a common ".dll" extension, often signaling potential Pikabot activity.
windows · process_creation
PIM Alert Setting Changes To Disabled
highDetects when PIM alerts are set to disabled.
azure
PIM Approvals And Deny Elevation
highDetects when a PIM elevation is approved or denied. Outside of normal operations should be investigated.
azure
Ping Hex IP
highDetects a ping command that uses a hex encoded IP address
windows · process_creation
Pingback Backdoor Activity
highDetects the use of Pingback backdoor that creates ICMP tunnel for C2 as described in the trustwave report
windows · process_creation
Pingback Backdoor DLL Loading Activity
highDetects the use of Pingback backdoor that creates ICMP tunnel for C2 as described in the trustwave report
windows · image_load
Pingback Backdoor File Indicators
highDetects the use of Pingback backdoor that creates ICMP tunnel for C2 as described in the trustwave report
windows · file_event
Possible CVE-2021-1675 Print Spooler Exploitation
highDetects events of driver load errors in print service logs that could be a sign of successful exploitation attempts of print spooler vulnerability CVE-2021-1675
windows
Possible DCSync Attack
highDetects remote RPC calls to MS-DRSR from non DC hosts, which could indicate DCSync / DCShadow attacks.
rpc_firewall · application
Possible Exploitation of Exchange RCE CVE-2021-42321
highDetects log entries that appear in exploitation attempts against MS Exchange RCE CVE-2021-42321
windows
Possible Impacket SecretDump Remote Activity
highDetect AD credential dumping using impacket secretdump HKTL
windows
Possible Impacket SecretDump Remote Activity - Zeek
highDetect AD credential dumping using impacket secretdump HKTL. Based on the SIGMA rules/windows/builtin/win_impacket_secretdump.yml
zeek
Possible PetitPotam Coerce Authentication Attempt
highDetect PetitPotam coerced authentication activity.
windows
Possible Privilege Escalation via Weak Service Permissions
highDetection of sc.exe utility spawning by user with Medium integrity level to change service ImagePath or FailureCommand
windows · process_creation
Possible Shadow Credentials Added
highDetects possible addition of shadow credentials to an active directory object.
windows
Potential ACTINIUM Persistence Activity
highDetects specific process parameters as used by ACTINIUM scheduled task persistence creation.
windows · process_creation
Potential Adplus.EXE Abuse
highDetects execution of "AdPlus.exe", a binary that is part of the Windows SDK that can be used as a LOLBIN in order to dump process memory and execute arbitrary commands.
windows · process_creation
Potential AMSI Bypass Via .NET Reflection
highDetects Request to "amsiInitFailed" that can be used to disable AMSI Scanning
windows · process_creation
Potential AMSI COM Server Hijacking
highDetects changes to the AMSI come server registry key in order disable AMSI scanning functionalities. When AMSI attempts to starts its COM component, it will query its registered CLSID and return a non-existent COM server. This causes a load failure and prevents any scanning methods from being accessed, ultimately rendering AMSI useless
windows · registry_set
Potential appverifUI.DLL Sideloading
highDetects potential DLL sideloading of "appverifUI.dll"
windows · image_load
Potential APT FIN7 POWERHOLD Execution
highDetects execution of the POWERHOLD script seen used by FIN7 as reported by WithSecureLabs
windows · ps_script
Potential APT FIN7 Reconnaissance/POWERTRASH Related Activity
highDetects specific command line execution used by FIN7 as reported by WithSecureLabs for reconnaissance and POWERTRASH execution
windows · process_creation
Potential APT FIN7 Related PowerShell Script Created
highDetects PowerShell script file creation with specific name or suffix which was seen being used often by FIN7 PowerShell scripts
windows · file_event
Potential APT Mustang Panda Activity Against Australian Gov
highDetects specific command line execution used by Mustang Panda in a targeted attack against the Australian government as reported by Lab52
windows · process_creation
Potential APT10 Cloud Hopper Activity
highDetects potential process and execution activity related to APT10 Cloud Hopper operation
windows · process_creation
Potential Arbitrary Code Execution Via Node.EXE
highDetects the execution node.exe which is shipped with multiple software such as VMware, Adobe...etc. In order to execute arbitrary code. For example to establish reverse shell as seen in Log4j attacks...etc
windows · process_creation
Potential Arbitrary Command Execution Using Msdt.EXE
highDetects processes leveraging the "ms-msdt" handler or the "msdt.exe" binary to execute arbitrary commands as seen in the follina (CVE-2022-30190) vulnerability
windows · process_creation
Potential Arbitrary File Download Using Office Application
highDetects potential arbitrary file download using a Microsoft Office application
windows · process_creation
Potential Atlassian Confluence CVE-2021-26084 Exploitation Attempt
highDetects spawning of suspicious child processes by Atlassian Confluence server which may indicate successful exploitation of CVE-2021-26084
windows · process_creation
Potential Attachment Manager Settings Associations Tamper
highDetects tampering with attachment manager settings policies associations to lower the default file type risks (See reference for more information)
windows · registry_set
Potential Attachment Manager Settings Attachments Tamper
highDetects tampering with attachment manager settings policies attachments (See reference for more information)
windows · registry_set
Potential AutoLogger Sessions Tampering
highDetects tampering with autologger trace sessions which is a technique used by attackers to disable logging. The AutoLogger event tracing session records events up that occur early in the operating system boot process. Applications and device drivers can use the AutoLogger session to capture traces before the user logs in, and also used by security solutions as telemetry source. Adversaries may disable these sessions to evade detection and prevent security monitoring of early boot activities and system events.
windows · registry_set
Potential Baby Shark Malware Activity
highDetects activity that could be related to Baby Shark malware
windows · process_creation
Potential Base64 Decoded From Images
highDetects the use of tail to extract bytes at an offset from an image and then decode the base64 value to create a new file with the decoded content. The detected execution is a bash one-liner.
macos · process_creation
Potential BearLPE Exploitation
highDetects potential exploitation of the BearLPE exploit using Task Scheduler ".job" import arbitrary DACL write\par
windows · process_creation
Potential BlackByte Ransomware Activity
highDetects command line patterns used by BlackByte ransomware in different operations
windows · process_creation
Potential Bumblebee Remote Thread Creation
highDetects remote thread injection events based on action seen used by bumblebee
windows · create_remote_thread
Potential Centos Web Panel Exploitation Attempt - CVE-2022-44877
highDetects potential exploitation attempts that target the Centos Web Panel 7 Unauthenticated Remote Code Execution CVE-2022-44877
webserver
Potential ClickFix Execution Pattern - Registry
highDetects potential ClickFix malware execution patterns by monitoring registry modifications in RunMRU keys containing HTTP/HTTPS links. ClickFix is known to be distributed through phishing campaigns and uses techniques like clipboard hijacking and fake CAPTCHA pages. Through the fakecaptcha pages, the adversary tricks users into opening the Run dialog box and pasting clipboard-hijacked content, such as one-liners that execute remotely hosted malicious files or scripts.
windows · registry_set
Potential CobaltStrike Process Patterns
highDetects potential process patterns related to Cobalt Strike beacon activity
windows · process_creation
Potential CobaltStrike Service Installations - Registry
highDetects known malicious service installs that appear in cases in which a Cobalt Strike beacon elevates privileges or lateral movement.
windows · registry_set
Potential COLDSTEEL Persistence Service DLL Creation
highDetects the creation of a file in a specific location and with a specific name related to COLDSTEEL RAT
windows · file_event
Potential COLDSTEEL Persistence Service DLL Load
highDetects a suspicious DLL load by an "svchost" process based on location and name that might be related to ColdSteel RAT. This DLL location and name has been seen used by ColdSteel as the service DLL for its persistence mechanism
windows · image_load
Potential COLDSTEEL RAT File Indicators
highDetects the creation of a file named "dllhost.exe" in the "C:\users\public\Documents\" directory. Seen being used by the COLDSTEEL RAT in some of its variants.
windows · file_event
Potential COLDSTEEL RAT Windows User Creation
highDetects creation of a new user profile with a specific username, seen being used by some variants of the COLDSTEEL RAT.
windows · registry_set
Potential CommandLine Obfuscation Using Unicode Characters From Suspicious Image
highDetects potential commandline obfuscation using unicode characters. Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system or in transit.
windows · process_creation
Potential CommandLine Path Traversal Via Cmd.EXE
highDetects potential path traversal attempt via cmd.exe. Could indicate possible command/argument confusion/hijacking
windows · process_creation
Potential Compromised 3CXDesktopApp Beaconing Activity - DNS
highDetects potential beaconing activity to domains related to 3CX 3CXDesktopApp compromise
windows · dns_query
Potential Compromised 3CXDesktopApp Beaconing Activity - Netcon
highDetects potential beaconing activity to domains related to 3CX 3CXDesktopApp compromise
windows · network_connection
Potential Compromised 3CXDesktopApp Beaconing Activity - Proxy
highDetects potential beaconing activity to domains related to 3CX 3CXDesktopApp compromise
proxy
Potential Compromised 3CXDesktopApp Execution
highDetects execution of known compromised version of 3CXDesktopApp
windows · process_creation
Potential Compromised 3CXDesktopApp ICO C2 File Download
highDetects potential malicious .ICO files download from a compromised 3CXDesktopApp via web requests to the the malicious Github repository
proxy
Potential Compromised 3CXDesktopApp Update Activity
highDetects the 3CXDesktopApp updater downloading a known compromised version of the 3CXDesktopApp software
windows · process_creation
Potential Conti Ransomware Database Dumping Activity Via SQLCmd
highDetects a command used by conti to dump database
windows · process_creation
Potential Credential Dumping Attempt Using New NetworkProvider - CLI
highDetects when an attacker tries to add a new network provider in order to dump clear text credentials, similar to how the NPPSpy tool does it
windows · process_creation
Potential Credential Dumping Attempt Via PowerShell Remote Thread
highDetects remote thread creation by PowerShell processes into "lsass.exe"
windows · create_remote_thread
Potential Credential Dumping Via WER
highDetects potential credential dumping via Windows Error Reporting LSASS Shtinkering technique which uses the Windows Error Reporting to dump lsass
windows · process_creation
Potential Crypto Mining Activity
highDetects command line parameters or strings often used by crypto miners
windows · process_creation
Potential CSharp Streamer RAT Loading .NET Executable Image
highDetects potential CSharp Streamer RAT loading .NET executable image by using the default file name and path associated with the tool.
windows · image_load
Potential CVE-2021-26084 Exploitation Attempt
highDetects potential exploitation of CVE-2021-260841 a Confluence RCE using OGNL injection
webserver
Potential CVE-2021-26857 Exploitation Attempt
highDetects possible successful exploitation for vulnerability described in CVE-2021-26857 by looking for | abnormal subprocesses spawning by Exchange Server's Unified Messaging service
windows · process_creation
Potential CVE-2021-40444 Exploitation Attempt
highDetects potential exploitation of CVE-2021-40444 via suspicious process patterns seen in in-the-wild exploitations
windows · process_creation
Potential CVE-2021-44228 Exploitation Attempt - VMware Horizon
highDetects potential initial exploitation attempts against VMware Horizon deployments running a vulnerable versions of Log4j.
windows · process_creation
Potential CVE-2022-21587 Exploitation Attempt
highDetects potential exploitation attempts of CVE-2022-21587 an arbitrary file upload vulnerability impacting Oracle E-Business Suite (EBS). CVE-2022-21587 can lead to unauthenticated remote code execution.
webserver
Potential CVE-2022-26809 Exploitation Attempt
highDetects suspicious remote procedure call (RPC) service anomalies based on the spawned sub processes (long shot to detect the exploitation of vulnerabilities like CVE-2022-26809)
windows · process_creation
Potential CVE-2022-29072 Exploitation Attempt
highDetects potential exploitation attempts of CVE-2022-29072, a 7-Zip privilege escalation and command execution vulnerability. 7-Zip version 21.07 and earlier on Windows allows privilege escalation (CVE-2022-29072) and command execution when a file with the .7z extension is dragged to the Help>Contents area. This is caused by misconfiguration of 7z.dll and a heap overflow. The command runs in a child process under the 7zFM.exe process.
windows · process_creation
Potential CVE-2022-46169 Exploitation Attempt
highDetects potential exploitation attempts that target the Cacti Command Injection CVE-2022-46169
webserver
Potential CVE-2023-21554 QueueJumper Exploitation
highDetects potential exploitation of CVE-2023-21554 (dubbed QueueJumper)
windows · process_creation
Potential CVE-2023-23752 Exploitation Attempt
highDetects the potential exploitation attempt of CVE-2023-23752 an Improper access check, in web service endpoints in Joomla
webserver
Potential CVE-2023-25157 Exploitation Attempt
highDetects a potential exploitation attempt of CVE-2023-25157 a SQL injection in GeoServer
webserver
Potential CVE-2023-25717 Exploitation Attempt
highDetects a potential exploitation attempt of CVE-2023-25717 a Remote Code Execution via an unauthenticated HTTP GET Request, in Ruckus Wireless Admin
webserver
Potential CVE-2023-27363 Exploitation - HTA File Creation By FoxitPDFReader
highDetects suspicious ".hta" file creation in the startup folder by Foxit Reader. This can be an indication of CVE-2023-27363 exploitation.
windows · file_event
Potential CVE-2023-36874 Exploitation - Fake Wermgr Execution
highDetects the execution of a renamed "cmd", "powershell" or "powershell_ise" binary. Attackers were seen using these binaries in a renamed form as "wermgr.exe" in exploitation of CVE-2023-36874
windows · process_creation
Potential CVE-2023-36874 Exploitation - Fake Wermgr.Exe Creation
highDetects the creation of a file named "wermgr.exe" being created in an uncommon directory. This could be a sign of potential exploitation of CVE-2023-36874.
windows · file_event
Potential CVE-2023-36884 Exploitation - Share Access
highDetects access to a file share with a naming schema seen being used during exploitation of CVE-2023-36884
windows
Potential CVE-2023-36884 Exploitation - URL Marker
highDetects a unique URL marker seen being used by RomCom potentially exploiting CVE-2023-36884
proxy
Potential CVE-2023-36884 URL Request Pattern Traffic
highDetects a specific URL pattern containing a specific extension and parameters pointing to an IP address. This pattern was seen being used by RomCOM potentially exploiting CVE-2023-36884
proxy
Potential CVE-2024-3400 Exploitation - Palo Alto GlobalProtect OS Command Injection
highDetects potential exploitation attempts of CVE-2024-3400 - an OS command injection in Palo Alto GlobalProtect. This detection looks for suspicious strings that indicate a potential directory traversal attempt or command injection.
paloalto · appliance
Potential CVE-2026-33829 Exploitation - Windows Snipping Tool Remote File Path URI
highDetects potential exploitation of CVE-2026-33829, a vulnerability in the Windows Snipping Tool URI handler (ms-screensketch:). An attacker can abuse the 'filePath' parameter to supply a UNC path or HTTP URL, causing SnippingTool.exe to initiate a connection to a remote resource. When a UNC path is used (e.g. \\attacker.com\share), this triggers an outbound NTLM authentication attempt, allowing the attacker to capture or relay the victim's Net-NTLMv2 hash. HTTP-based paths may result in remote file loading or server-side request forgery (SSRF)-style access. The URI can be delivered via a malicious hyperlink, phishing email, or web page.
windows · process_creation
Potential Data Exfiltration Activity Via CommandLine Tools
highDetects the use of various CLI utilities exfiltrating data via web requests
windows · process_creation
Potential Data Stealing Via Chromium Headless Debugging
highDetects chromium based browsers starting in headless and debugging mode and pointing to a user profile. This could be a sign of data stealing or remote control
windows · process_creation
Potential Defense Evasion Activity Via Emoji Usage In CommandLine - 1
highDetects the usage of emojis in the command line, this could be a sign of potential defense evasion activity.
windows · process_creation
Potential Defense Evasion Activity Via Emoji Usage In CommandLine - 2
highDetects the usage of emojis in the command line, this could be a sign of potential defense evasion activity.
windows · process_creation
Potential Defense Evasion Activity Via Emoji Usage In CommandLine - 3
highDetects the usage of emojis in the command line, this could be a sign of potential defense evasion activity.
windows · process_creation
Potential Defense Evasion Activity Via Emoji Usage In CommandLine - 4
highDetects the usage of emojis in the command line, this could be a sign of potential defense evasion activity.
windows · process_creation
Potential Defense Evasion Via Rename Of Highly Relevant Binaries
highDetects the execution of a renamed binary often used by attackers or malware leveraging new Sysmon OriginalFileName datapoint.
windows · process_creation
Potential Defense Evasion Via Right-to-Left Override
highDetects the presence of the "u202+E" character, which causes a terminal, browser, or operating system to render text in a right-to-left sequence. This character is used as an obfuscation and masquerading techniques by adversaries to trick users into opening malicious files.
windows · process_creation
Potential Devil Bait Malware Reconnaissance
highDetects specific process behavior observed with Devil Bait samples
windows · process_creation
Potential Devil Bait Related Indicator
highDetects the creation of ".xml" and ".txt" files in folders of the "\AppData\Roaming\Microsoft" directory by uncommon processes. This behavior was seen common across different Devil Bait samples and stages as described by the NCSC
windows · file_event
Potential DLL Sideloading Of KeyScramblerIE.DLL Via KeyScrambler.EXE
highDetects potential DLL side loading of "KeyScramblerIE.dll" by "KeyScrambler.exe". Various threat actors and malware have been found side loading a masqueraded "KeyScramblerIE.dll" through "KeyScrambler.exe".
windows · image_load
Potential DLL Sideloading Of Non-Existent DLLs From System Folders
highDetects loading of specific system DLL files that are usually not present on the system (or at least not in system directories) but may be loaded by legitimate processes, potentially indicating phantom DLL hijacking attempts. Phantom DLL hijacking involves placing malicious DLLs with names of non-existent system binaries in locations where legitimate applications may search for them, leading to execution of the malicious DLLs.
windows · image_load
Potential DLL Sideloading Via comctl32.dll
highDetects potential DLL sideloading using comctl32.dll to obtain system privileges
windows · image_load
Potential DLL Sideloading Via VMware Xfer
highDetects loading of a DLL by the VMware Xfer utility from the non-default directory which may be an attempt to sideload arbitrary DLL
windows · image_load
Potential EACore.DLL Sideloading
highDetects potential DLL sideloading of "EACore.dll"
windows · image_load
Potential Edputil.DLL Sideloading
highDetects potential DLL sideloading of "edputil.dll"
windows · image_load
Potential Emotet Activity
highDetects all Emotet like process executions that are not covered by the more generic rules
windows · process_creation
Potential EmpireMonkey Activity
highDetects potential EmpireMonkey APT activity
windows · process_creation
Potential EventLog File Location Tampering
highDetects tampering with EventLog service "file" key. In order to change the default location of an Evtx file. This technique is used to tamper with log collection and alerting
windows · registry_set
Potential Excel.EXE DCOM Lateral Movement Via ActivateMicrosoftApp
highDetects suspicious child processes of Excel which could be an indicator of lateral movement leveraging the "ActivateMicrosoftApp" Excel DCOM object.
windows · process_creation
Potential Exploitation Attempt From Office Application
highDetects Office applications executing a child process that includes directory traversal patterns. This could be an attempt to exploit CVE-2022-30190 (MSDT RCE) or CVE-2021-40444 (MSHTML RCE)
windows · process_creation
Potential Exploitation Attempt Of Undocumented WindowsServer RCE
highDetects potential exploitation attempt of undocumented Windows Server Pre Auth Remote Code Execution (RCE)
windows · process_creation
Potential Exploitation of CrushFTP RCE Vulnerability (CVE-2025-54309)
highDetects suspicious child processes created by CrushFTP. It could be an indication of exploitation of a RCE vulnerability such as CVE-2025-54309.
windows · process_creation
Potential Exploitation of CVE-2024-3094 - Suspicious SSH Child Process
highDetects potentially suspicious child process of SSH process (sshd) with a specific execution user. This could be a sign of potential exploitation of CVE-2024-3094.
linux · process_creation
Potential Exploitation of CVE-2024-37085 - Suspicious Creation Of ESX Admins Group
highDetects execution of the "net.exe" command in order to add a group named "ESX Admins". This could indicates a potential exploitation attempt of CVE-2024-37085, which allows an attacker to elevate their privileges to full administrative access on an domain-joined ESXi hypervisor. VMware ESXi hypervisors joined to an Active Directory domain consider any member of a domain group named "ESX Admins" to have full administrative access by default.
windows · process_creation
Potential Exploitation of CVE-2024-37085 - Suspicious ESX Admins Group Activity
highDetects any creation or modification to a windows domain group with the name "ESX Admins". This could indicates a potential exploitation attempt of CVE-2024-37085, which allows an attacker to elevate their privileges to full administrative access on an domain-joined ESXi hypervisor. VMware ESXi hypervisors joined to an Active Directory domain consider any member of a domain group named "ESX Admins" to have full administrative access by default.
windows
Potential Exploitation of CVE-2025-4427/4428 Ivanti EPMM Pre-Auth RCE
highDetects potential exploitation of a chained vulnerability attack targeting Ivanti EPMM 12.5.0.0. CVE-2025-4427 allows unauthenticated access to protected API endpoints via an authentication bypass, which can then be leveraged to trigger CVE-2025-4428 — a remote code execution vulnerability through template injection. This sequence enables unauthenticated remote code execution, significantly increasing the impact of exploitation.
webserver
Potential Exploitation of GoAnywhere MFT Vulnerability
highDetects suspicious command execution by child processes of the GoAnywhere Managed File Transfer (MFT) application, which may indicate exploitation such as CVE-2025-10035. This behavior is indicative of post-exploitation activity related to CVE-2025-10035, as observed in campaigns by the threat actor Storm-1175.
windows · process_creation
Potential Exploitation of RCE Vulnerability CVE-2025-33053
highDetects potential exploitation of remote code execution vulnerability CVE-2025-33053 which involves unauthorized code execution via WebDAV through external control of file names or paths. The exploit abuses legitimate utilities like iediagcmd.exe or CustomShellHost.exe by manipulating their working directories to point to attacker-controlled WebDAV servers, causing them to execute malicious executables (like route.exe) from the WebDAV path instead of legitimate system binaries through Process.Start() search order manipulation.
windows · process_creation
Potential Exploitation of RCE Vulnerability CVE-2025-33053 - Image Load
highDetects potential exploitation of remote code execution vulnerability CVE-2025-33053 by monitoring suspicious image loads from WebDAV paths. The exploit involves malicious executables from attacker-controlled WebDAV servers loading the Windows system DLLs like gdi32.dll, netapi32.dll, etc.
windows · image_load
Potential Exploitation of RCE Vulnerability CVE-2025-33053 - Process Access
highDetects potential exploitation of remote code execution vulnerability CVE-2025-33053 by looking for process access that involves legitimate Windows executables (iediagcmd.exe, CustomShellHost.exe) accessing suspicious executables hosted on WebDAV shares. This indicates an attacker may be exploiting Process.Start() search order manipulation to execute malicious code from attacker-controlled WebDAV servers instead of legitimate system binaries. The vulnerability allows unauthorized code execution through external control of file names or paths via WebDAV.
windows · process_access
Potential File Extension Spoofing Using Right-to-Left Override
highDetects suspicious filenames that contain a right-to-left override character and a potentially spoofed file extensions.
windows · file_event
Potential File Overwrite Via Sysinternals SDelete
highDetects the use of SDelete to erase a file not the free space
windows · process_creation
Potential GobRAT File Discovery Via Grep
highDetects the use of grep to discover specific files created by the GobRAT malware
linux · process_creation
Potential Goofy Guineapig Backdoor Activity
highDetects a specific broken command that was used by Goofy-Guineapig as described by the NCSC report.
windows · process_creation
Potential Goofy Guineapig GoolgeUpdate Process Anomaly
highDetects "GoogleUpdate.exe" spawning a new instance of itself in an uncommon location as seen used by the Goofy Guineapig backdoor
windows · process_creation
Potential Information Disclosure CVE-2023-43261 Exploitation - Proxy
highDetects exploitation attempts of CVE-2023-43261 and information disclosure in Milesight UR5X, UR32L, UR32, UR35, UR41 before v35.3.0.7 that allows attackers to access sensitive router components in proxy logs.
proxy
Potential Information Disclosure CVE-2023-43261 Exploitation - Web
highDetects exploitation attempts of CVE-2023-43261 and information disclosure in Milesight UR5X, UR32L, UR32, UR35, UR41 before v35.3.0.7 that allows attackers to access sensitive router components in access logs.
webserver
Potential Invoke-Mimikatz PowerShell Script
highDetects Invoke-Mimikatz PowerShell script and alike. Mimikatz is a credential dumper capable of obtaining plaintext Windows account logins and passwords.
windows · ps_script
Potential Iviewers.DLL Sideloading
highDetects potential DLL sideloading of "iviewers.dll" (OLE/COM Object Interface Viewer)
windows · image_load
Potential Java WebShell Upload in SAP NetViewer Server
highDetects potential Java webshell uploads via HTTP requests with Content-Type 'application/octet-stream' and Java file extensions. This behavior might indicate exploitation of vulnerabilities like CVE-2025-31324, which allows remote code execution through webshells in SAP NetViewer.
webserver
Potential JLI.dll Side-Loading
highDetects potential DLL side-loading of jli.dll. JLI.dll has been observed being side-loaded by Java processes by various threat actors, including APT41, XWorm, and others in order to load malicious payloads in context of legitimate Java processes.
windows · image_load
Potential JNDI Injection Exploitation In JVM Based Application
highDetects potential JNDI Injection exploitation. Often coupled with Log4Shell exploitation.
jvm · application
Potential KamiKakaBot Activity - Winlogon Shell Persistence
highDetects changes to the "Winlogon" registry key where a process will set the value of the "Shell" to a value that was observed being used by KamiKakaBot samples in order to achieve persistence.
windows · registry_set
Potential Kapeka Decrypted Backdoor Indicator
highDetects the presence of a file that is decrypted backdoor binary dropped by the Kapeka Dropper, which disguises itself as a hidden file under a folder named "Microsoft" within "CSIDL_COMMON_APPDATA" or "CSIDL_LOCAL_APPDATA", depending on the process privileges. The file, typically 5-6 characters long with a random combination of consonants and vowels followed by a ".wll" extension to pose as a legitimate file to evade detection.
windows · file_event
Potential KDC RC4-HMAC Downgrade Exploit - CVE-2022-37966
highDetects the exploitation of a security bypass and elevation of privilege vulnerability with Authentication Negotiation by using weak RC4-HMAC negotiation
windows
Potential Ke3chang/TidePool Malware Activity
highDetects registry modifications potentially related to the Ke3chang/TidePool malware as seen in campaigns running in 2019 and 2020
windows · process_creation
Potential Kerberos Coercion by Spoofing SPNs via DNS Manipulation
highDetects modifications to DNS records in Active Directory where the Distinguished Name (DN) contains a base64-encoded blob matching the pattern "1UWhRCAAAAA...BAAAA". This pattern corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure, commonly used in Kerberos coercion attacks. Adversaries may exploit this to coerce victim systems into authenticating to attacker-controlled hosts by spoofing SPNs via DNS. It is one of the strong indicators of a Kerberos coercion attack,. where adversaries manipulate DNS records to spoof Service Principal Names (SPNs) and redirect authentication requests like CVE-2025-33073. Please investigate the user account that made the changes, as it is likely a low-privileged account that has been compromised.
windows
Potential LethalHTA Technique Execution
highDetects potential LethalHTA technique where the "mshta.exe" is spawned by an "svchost.exe" process
windows · process_creation
Potential Local File Read Vulnerability In JVM Based Application
highDetects potential local file read vulnerability in JVM based apps. If the exceptions are caused due to user input and contain path traversal payloads then it's a red flag.
jvm · application
Potential LSASS Process Dump Via Procdump
highDetects potential credential harvesting attempts through LSASS memory dumps using ProcDump. This rule identifies suspicious command-line patterns that combine memory dump flags (-ma, -mm, -mp) with LSASS-related process markers. LSASS (Local Security Authority Subsystem Service) contains sensitive authentication data including plaintext passwords, NTLM hashes, and Kerberos tickets in memory. Attackers commonly dump LSASS memory to extract credentials for lateral movement and privilege escalation.
windows · process_creation
Potential Malicious Usage of CloudTrail System Manager
highDetect when System Manager successfully executes commands against an instance.
aws
Potential Manage-bde.wsf Abuse To Proxy Execution
highDetects potential abuse of the "manage-bde.wsf" script as a LOLBIN to proxy execution
windows · process_creation
Potential Meterpreter/CobaltStrike Activity
highDetects the use of getsystem Meterpreter/Cobalt Strike command by detecting a specific service starting
windows · process_creation
Potential MFA Bypass Using Legacy Client Authentication
highDetects successful authentication from potential clients using legacy authentication via user agent strings. This could be a sign of MFA bypass using a password spray attack.
azure
Potential MOVEit Transfer CVE-2023-34362 Exploitation - File Activity
highDetects file indicators of potential exploitation of MOVEit CVE-2023-34362.
windows · file_event
Potential Mpclient.DLL Sideloading
highDetects potential sideloading of "mpclient.dll" by Windows Defender processes ("MpCmdRun" and "NisSrv") from their non-default directory.
windows · image_load
Potential Mpclient.DLL Sideloading Via Defender Binaries
highDetects potential sideloading of "mpclient.dll" by Windows Defender processes ("MpCmdRun" and "NisSrv") from their non-default directory.
windows · process_creation
Potential MsiExec Masquerading
highDetects the execution of msiexec.exe from an uncommon directory
windows · process_creation
Potential MSTSC Shadowing Activity
highDetects RDP session hijacking by using MSTSC shadowing
windows · process_creation
Potential MuddyWater APT Activity
highDetects potential Muddywater APT activity
windows · process_creation
Potential Netcat Reverse Shell Execution
highDetects execution of netcat with the "-e" flag followed by common shells. This could be a sign of a potential reverse shell setup.
linux · process_creation
Potential NetWire RAT Activity - Registry
highDetects registry keys related to NetWire RAT
windows · registry_add
Potential Nimbuspwn Exploit CVE-2022-29799 and CVE-2022-27800
highDetects potential exploitation attempts of Nimbuspwn vulnerabilities CVE-2022-29799 and CVE-2022-27800 in Linux systems.
linux
Potential Notepad++ CVE-2025-49144 Exploitation
highDetects potential exploitation of CVE-2025-49144, a local privilege escalation vulnerability in Notepad++ installers (v8.8.1 and prior) where the installer calls regsvr32.exe without specifying the full path. This allows an attacker to execute arbitrary code with elevated privileges by placing a malicious regsvr32.exe alongside this Legitimate Notepad++ installer. The vulnerability is triggered when the installer attempts to register the NppShell.dll file, which is a component of Notepad++.
windows · process_creation
Potential NTLM Coercion Via Certutil.EXE
highDetects possible NTLM coercion via certutil using the 'syncwithWU' flag
windows · process_creation
Potential OGNL Injection Exploitation In JVM Based Application
highDetects potential OGNL Injection exploitation, which may lead to RCE. OGNL is an expression language that is supported in many JVM based systems. OGNL Injection is the reason for some high profile RCE's such as Apache Struts (CVE-2017-5638) and Confluence (CVE-2022-26134)
jvm · application
Potential Okta Password in AlternateID Field
highDetects when a user has potentially entered their password into the username field, which will cause the password to be retained in log files.
okta
Potential Operation Triangulation C2 Beaconing Activity - DNS
highDetects potential beaconing activity to domains used in 0day attacks on iOS devices and revealed by Kaspersky and the FSB
dns
Potential Operation Triangulation C2 Beaconing Activity - Proxy
highDetects potential beaconing activity to domains used in 0day attacks on iOS devices and revealed by Kaspersky and the FSB
proxy
Potential OWASSRF Exploitation Attempt - Proxy
highDetects exploitation attempt of the OWASSRF variant targeting exchange servers It uses the OWA endpoint to access the powershell backend endpoint
proxy
Potential OWASSRF Exploitation Attempt - Webserver
highDetects exploitation attempt of the OWASSRF variant targeting exchange servers It uses the OWA endpoint to access the powershell backend endpoint
webserver
Potential Perl Reverse Shell Execution
highDetects execution of the perl binary with the "-e" flag and common strings related to potential reverse shell activity
linux · process_creation
Potential Persistence Via App Paths Default Property
highDetects changes to the "Default" property for keys located in the \Software\Microsoft\Windows\CurrentVersion\App Paths\ registry. Which might be used as a method of persistence The entries found under App Paths are used primarily for the following purposes. First, to map an application's executable file name to that file's fully qualified path. Second, to prepend information to the PATH environment variable on a per-application, per-process basis.
windows · registry_set
Potential Persistence Via AutodialDLL
highDetects change the the "AutodialDLL" key which could be used as a persistence method to load custom DLL via the "ws2_32" library
windows · registry_set
Potential Persistence Via CHM Helper DLL
highDetects when an attacker modifies the registry key "HtmlHelp Author" to achieve persistence
windows · registry_set
Potential Persistence Via DLLPathOverride
highDetects when an attacker adds a new "DLLPathOverride" value to the "Natural Language" key in order to achieve persistence which will get invoked by "SearchIndexer.exe" process
windows · registry_set
Potential Persistence Via Excel Add-in - Registry
highDetect potential persistence via the creation of an excel add-in (XLL) file to make it run automatically when Excel is started.
windows · registry_set
Potential Persistence Via GlobalFlags
highDetects registry persistence technique using the GlobalFlags and SilentProcessExit keys
windows · registry_set
Potential Persistence Via Logon Scripts - CommandLine
highDetects the addition of a new LogonScript to the registry value "UserInitMprLogonScript" for potential persistence
windows · process_creation
Potential Persistence Via LSA Extensions
highDetects when an attacker modifies the "REG_MULTI_SZ" value named "Extensions" to include a custom DLL to achieve persistence via lsass. The "Extensions" list contains filenames of DLLs being automatically loaded by lsass.exe. Each DLL has its InitializeLsaExtension() method called after loading.
windows · registry_set
Potential Persistence Via Microsoft Office Add-In
highDetects potential persistence activity via startup add-ins that load when Microsoft Office starts (.wll/.xll are simply .dll fit for Word or Excel).
windows · file_event
Potential Persistence Via Microsoft Office Startup Folder
highDetects creation of Microsoft Office files inside of one of the default startup folders in order to achieve persistence.
windows · file_event
Potential Persistence Via Mpnotify
highDetects when an attacker register a new SIP provider for persistence and defense evasion
windows · registry_set
Potential Persistence Via MyComputer Registry Keys
highDetects modification to the "Default" value of the "MyComputer" key and subkeys to point to a custom binary that will be launched whenever the associated action is executed (see reference section for example)
windows · registry_set
Potential Persistence Via Outlook Form
highDetects the creation of a new Outlook form which can contain malicious code
windows · file_event
Potential Persistence Via Outlook Home Page
highDetects potential persistence activity via outlook home page. An attacker can set a home page to achieve code execution and persistence by editing the WebView registry keys.
windows · registry_set
Potential Persistence Via Outlook LoadMacroProviderOnBoot Setting
highDetects the modification of Outlook setting "LoadMacroProviderOnBoot" which if enabled allows the automatic loading of any configured VBA project/module
windows · registry_set
Potential Persistence Via Outlook Today Page
highDetects potential persistence activity via outlook today page. An attacker can set a custom page to execute arbitrary code and link to it via the registry values "URL" and "UserDefinedUrl".
windows · registry_set
Potential Persistence Via PlistBuddy
highDetects potential persistence activity using LaunchAgents or LaunchDaemons via the PlistBuddy utility
macos · process_creation
Potential Persistence Via Powershell Search Order Hijacking - Task
highDetects suspicious powershell execution via a schedule task where the command ends with an suspicious flags to hide the powershell instance instead of executeing scripts or commands. This could be a sign of persistence via PowerShell "Get-Variable" technique as seen being used in Colibri Loader
windows · process_creation
Potential Persistence Via Security Descriptors - ScriptBlock
highDetects usage of certain functions and keywords that are used to manipulate security descriptors in order to potentially set a backdoor. As seen used in the DAMP project.
windows · ps_script
Potential Persistence Via Shim Database In Uncommon Location
highDetects the installation of a new shim database where the file is located in a non-default location
windows · registry_set
Potential Persistence Via TypedPaths
highDetects modification addition to the 'TypedPaths' key in the user or admin registry from a non standard application. Which might indicate persistence attempt
windows · registry_set
Potential PHP Reverse Shell
highDetects usage of the PHP CLI with the "-r" flag which allows it to run inline PHP code. The rule looks for calls to the "fsockopen" function which allows the creation of sockets. Attackers often leverage this in combination with functions such as "exec" or "fopen" to initiate a reverse shell connection.
linux · process_creation
Potential Pikabot C2 Activity
highDetects the execution of rundll32 that leads to an external network connection. The malware Pikabot has been seen to use this technique to initiate C2-communication through hard-coded Windows binaries.
windows · network_connection
Potential Pikabot Discovery Activity
highDetects system discovery activity carried out by Pikabot, such as incl. network, user info and domain groups. The malware Pikabot has been seen to use this technique as part of its C2-botnet registration with a short collection time frame (less than 1 minute).
windows · process_creation
Potential Pikabot Hollowing Activity
highDetects the execution of rundll32 that leads to the invocation of legitimate Windows binaries. The malware Pikabot has been seen to use this technique for process hollowing through hard-coded Windows binaries
windows · process_creation
Potential PlugX Activity
highDetects the execution of an executable that is typically used by PlugX for DLL side loading starting from an uncommon location
windows · process_creation
Potential PowerShell Command Line Obfuscation
highDetects the PowerShell command lines with special characters
windows · process_creation
Potential PowerShell Execution Policy Tampering - ProcCreation
highDetects changes to the PowerShell execution policy registry key in order to bypass signing requirements for script execution from the CommandLine
windows · process_creation
Potential PowerShell Execution Via DLL
highDetects potential PowerShell execution from a DLL instead of the usual PowerShell process as seen used in PowerShdll. This detection assumes that PowerShell commands are passed via the CommandLine.
windows · process_creation
Potential PowerShell Obfuscation Via Reversed Commands
highDetects the presence of reversed PowerShell commands in the CommandLine. This is often used as a method of obfuscation by attackers
windows · process_creation
Potential PowerShell Obfuscation Via WCHAR/CHAR
highDetects suspicious encoded character syntax often used for defense evasion
windows · process_creation
Potential Powershell ReverseShell Connection
highDetects usage of the "TcpClient" class. Which can be abused to establish remote connections and reverse-shells. As seen used by the Nishang "Invoke-PowerShellTcpOneLine" reverse shell and other.
windows · process_creation
Potential POWERTRASH Script Execution
highDetects potential execution of the PowerShell script POWERTRASH
windows · ps_script
Potential PrintNightmare Exploitation Attempt
highDetect DLL deletions from Spooler Service driver folder. This might be a potential exploitation attempt of CVE-2021-1675
windows · file_delete
Potential Privilege Escalation Attempt Via .Exe.Local Technique
highDetects potential privilege escalation attempt via the creation of the "*.Exe.Local" folder inside the "System32" directory in order to sideload "comctl32.dll"
windows · file_event
Potential Privilege Escalation To LOCAL SYSTEM
highDetects unknown program using commandline flags usually used by tools such as PsExec and PAExec to start programs with SYSTEM Privileges
windows · process_creation
Potential Privilege Escalation Using Symlink Between Osk and Cmd
highDetects the creation of a symbolic link between "cmd.exe" and the accessibility on-screen keyboard binary (osk.exe) using "mklink". This technique provides an elevated command prompt to the user from the login screen without the need to log in.
windows · process_creation
Potential Privilege Escalation via Local Kerberos Relay over LDAP
highDetects a suspicious local successful logon event where the Logon Package is Kerberos, the remote address is set to localhost, and the target user SID is the built-in local Administrator account. This may indicate an attempt to leverage a Kerberos relay attack variant that can be used to elevate privilege locally from a domain joined limited user to local System privileges.
windows
Potential Privilege Escalation via Service Permissions Weakness
highDetect modification of services configuration (ImagePath, FailureCommand and ServiceDLL) in registry by processes with Medium integrity level
windows · process_creation
Potential Process Injection Via Msra.EXE
highDetects potential process injection via Microsoft Remote Asssistance (Msra.exe) by looking at suspicious child processes spawned from the aforementioned process. It has been a target used by many threat actors and used for discovery and persistence tactics
windows · process_creation
Potential Provisioning Registry Key Abuse For Binary Proxy Execution
highDetects potential abuse of the provisioning registry key for indirect command execution through "Provlaunch.exe".
windows · process_creation
Potential Provisioning Registry Key Abuse For Binary Proxy Execution - REG
highDetects potential abuse of the provisioning registry key for indirect command execution through "Provlaunch.exe".
windows · registry_set
Potential PsExec Remote Execution
highDetects potential psexec command that initiate execution on a remote systems via common commandline flags used by the utility
windows · process_creation
Potential PSFactoryBuffer COM Hijacking
highDetects changes to the PSFactory COM InProcServer32 registry. This technique was used by RomCom to create persistence storing a malicious DLL.
windows · registry_set
Potential Qakbot Registry Activity
highDetects a registry key used by IceID in a campaign that distributes malicious OneNote files
windows · registry_event
Potential Qakbot Rundll32 Execution
highDetects specific process tree behavior of a "rundll32" execution often linked with potential Qakbot activity.
windows · process_creation
Potential Ransomware Activity Using LegalNotice Message
highDetect changes to the "LegalNoticeCaption" or "LegalNoticeText" registry values where the message set contains keywords often used in ransomware ransom messages
windows · registry_set
Potential Raspberry Robin Aclui Dll SideLoading
highDetects potential sideloading of malicious "aclui.dll" by OleView.This behavior was observed in Raspberry-Robin variants reported by chekpoint research on Feburary 2024.
windows · image_load
Potential Raspberry Robin CPL Execution Activity
highDetects the execution of a ".CPL" file located in the user temp directory via the Shell32 DLL "Control_RunDLL" export function. This behavior was observed in multiple Raspberry-Robin variants.
windows · process_creation
Potential Raspberry Robin Dot Ending File
highDetects commandline containing reference to files ending with a "." This scheme has been seen used by raspberry-robin
windows · process_creation
Potential Rcdll.DLL Sideloading
highDetects potential DLL sideloading of rcdll.dll
windows · image_load
Potential RCE Exploitation Attempt In NodeJS
highDetects process execution related errors in NodeJS. If the exceptions are caused due to user input then they may suggest an RCE vulnerability.
nodejs · application
Potential RDP Tunneling Via Plink
highExecution of plink to perform data exfiltration and tunneling
windows · process_creation
Potential RDP Tunneling Via SSH
highExecution of ssh.exe to perform data exfiltration and tunneling through RDP
windows · process_creation
Potential Recon Activity Using DriverQuery.EXE
highDetect usage of the "driverquery" utility to perform reconnaissance on installed drivers
windows · process_creation
Potential Reconnaissance For Cached Credentials Via Cmdkey.EXE
highDetects usage of cmdkey to look for cached credentials on the system
windows · process_creation
Potential Registry Persistence Attempt Via Windows Telemetry
highDetects potential persistence behavior using the windows telemetry registry key. Windows telemetry makes use of the binary CompatTelRunner.exe to run a variety of commands and perform the actual telemetry collections. This binary was created to be easily extensible, and to that end, it relies on the registry to instruct on which commands to run. The problem is, it will run any arbitrary command without restriction of location or type.
windows · registry_set
Potential Remote PowerShell Session Initiated
highDetects a process that initiated a network connection over ports 5985 or 5986 from a non-network service account. This could potentially indicates a remote PowerShell connection.
windows · network_connection
Potential Remote SquiblyTwo Technique Execution
highDetects potential execution of the SquiblyTwo technique that leverages Windows Management Instrumentation (WMI) to execute malicious code remotely. This technique bypasses application whitelisting by using wmic.exe to process malicious XSL (eXtensible Stylesheet Language) scripts that can contain embedded JScript or VBScript. The attack typically works by fetching XSL content from a remote source (using HTTP/HTTPS) and executing it with full trust privileges directly in memory, avoiding disk-based detection mechanisms. This is a common LOLBin (Living Off The Land Binary) technique used for defense evasion and code execution.
windows · process_creation
Potential RemoteFXvGPUDisablement.EXE Abuse
highDetects PowerShell module creation where the module Contents are set to "function Get-VMRemoteFXPhysicalVideoAdapter". This could be a sign of potential abuse of the "RemoteFXvGPUDisablement.exe" binary which is known to be vulnerable to module load-order hijacking.
windows
Potential RemoteFXvGPUDisablement.EXE Abuse - PowerShell Module
highDetects PowerShell module creation where the module Contents are set to "function Get-VMRemoteFXPhysicalVideoAdapter". This could be a sign of potential abuse of the "RemoteFXvGPUDisablement.exe" binary which is known to be vulnerable to module load-order hijacking.
windows · ps_module
Potential RemoteFXvGPUDisablement.EXE Abuse - PowerShell ScriptBlock
highDetects PowerShell module creation where the module Contents are set to "function Get-VMRemoteFXPhysicalVideoAdapter". This could be a sign of potential abuse of the "RemoteFXvGPUDisablement.exe" binary which is known to be vulnerable to module load-order hijacking.
windows · ps_script
Potential Renamed Rundll32 Execution
highDetects when 'DllRegisterServer' is called in the commandline and the image is not rundll32. This could mean that the 'rundll32' utility has been renamed in order to avoid detection
windows · process_creation
Potential RipZip Attack on Startup Folder
highDetects a phishing attack which expands a ZIP file containing a malicious shortcut. If the victim expands the ZIP file via the explorer process, then the explorer process expands the malicious ZIP file and drops a malicious shortcut redirected to a backdoor into the Startup folder. Additionally, the file name of the malicious shortcut in Startup folder contains {0AFACED1-E828-11D1-9187-B532F1E9575D} meaning the folder shortcut operation.
windows · file_event
Potential RjvPlatform.DLL Sideloading From Non-Default Location
highDetects potential DLL sideloading of "RjvPlatform.dll" by "SystemResetPlatform.exe" located in a non-default location.
windows · image_load
Potential Rundll32 Execution With DLL Stored In ADS
highDetects execution of rundll32 where the DLL being called is stored in an Alternate Data Stream (ADS).
windows · process_creation
Potential Ryuk Ransomware Activity
highDetects Ryuk ransomware activity
windows · process_creation
Potential SAM Database Dump
highDetects the creation of files that look like exports of the local SAM (Security Account Manager)
windows · file_event
Potential SAP NetViewer Webshell Command Execution
highDetects potential command execution via webshell in SAP NetViewer through JSP files with cmd parameter. This rule is created to detect exploitation of vulnerabilities like CVE-2025-31324, which allows remote code execution via a webshell.
webserver
Potential Server Side Template Injection In Velocity
highDetects exceptions in velocity template renderer, this most likely happens due to dynamic rendering of user input and may lead to RCE.
velocity · application
Potential SharePoint ToolShell CVE-2025-53770 Exploitation Indicators
highDetects potential exploitation of CVE-2025-53770 by identifying indicators such as suspicious command lines discovered in Post-Exploitation activities. CVE-2025-53770 is a zero-day vulnerability in SharePoint that allows remote code execution.
windows · process_creation
Potential Signing Bypass Via Windows Developer Features
highDetects when a user enable developer features such as "Developer Mode" or "Application Sideloading". Which allows the user to install untrusted packages.
windows · process_creation
Potential Signing Bypass Via Windows Developer Features - Registry
highDetects when the enablement of developer features such as "Developer Mode" or "Application Sideloading". Which allows the user to install untrusted packages.
windows · registry_set
Potential SmadHook.DLL Sideloading
highDetects potential DLL sideloading of "SmadHook.dll", a DLL used by SmadAV antivirus
windows · image_load
Potential SNAKE Malware Installation Binary Indicator
highDetects a specific binary name seen used by SNAKE malware during its installation as described by CISA in their report
windows · process_creation
Potential SNAKE Malware Installation CLI Arguments Indicator
highDetects a specific command line arguments sequence seen used by SNAKE malware during its installation as described by CISA in their report
windows · process_creation
Potential SNAKE Malware Persistence Service Execution
highDetects a specific child/parent process relationship indicative of a "WerFault" process running from the "WinSxS" as a service. This could be indicative of potential SNAKE malware activity as reported by CISA.
windows · process_creation
Potential Snatch Ransomware Activity
highDetects specific process characteristics of Snatch ransomware word document droppers
windows · process_creation
Potential SocGholish Second Stage C2 DNS Query
highDetects a DNS query initiated from a "wscript" process for domains matching a specific pattern that was seen being used by SocGholish for its Command and Control traffic
windows · dns_query
Potential SpEL Injection In Spring Framework
highDetects potential SpEL Injection exploitation, which may lead to RCE.
spring · application
Potential SSH Tunnel Persistence Install Using A Scheduled Task
highDetects the creation of new scheduled tasks via commandline, using Schtasks.exe. This rule detects tasks creating that call OpenSSH, which may indicate the creation of reverse SSH tunnel to the attacker's server.
windows · process_creation
Potential Startup Shortcut Persistence Via PowerShell.EXE
highDetects PowerShell writing startup shortcuts. This procedure was highlighted in Red Canary Intel Insights Oct. 2021, "We frequently observe adversaries using PowerShell to write malicious .lnk files into the startup directory to establish persistence. Accordingly, this detection opportunity is likely to identify persistence mechanisms in multiple threats. In the context of Yellow Cockatoo, this persistence mechanism eventually launches the command-line script that leads to the installation of a malicious DLL"
windows · file_event
Potential Suspicious BPF Activity - Linux
highDetects the presence of "bpf_probe_write_user" BPF helper-generated warning messages. Which could be a sign of suspicious eBPF activity on the system.
linux
Potential Suspicious Child Process Of 3CXDesktopApp
highDetects potential suspicious child processes of "3CXDesktopApp.exe". Which could be related to the 3CXDesktopApp supply chain compromise
windows · process_creation
Potential Suspicious Winget Package Installation
highDetects potential suspicious winget package installation from a suspicious source.
windows · create_stream_hash
Potential SysInternals ProcDump Evasion
highDetects uses of the SysInternals ProcDump utility in which ProcDump or its output get renamed, or a dump file is moved or copied to a different name
windows · process_creation
Potential System DLL Sideloading From Non System Locations
highDetects DLL sideloading of DLLs usually located in system locations (System32, SysWOW64, etc.).
windows · image_load
Potential Tampering With RDP Related Registry Keys Via Reg.EXE
highDetects the execution of "reg.exe" for enabling/disabling the RDP service on the host by tampering with the 'CurrentControlSet\Control\Terminal Server' values
windows · process_creation
Potential Tampering With Security Products Via WMIC
highDetects uninstallation or termination of security products using the WMIC utility
windows · process_creation
Potential Ursnif Malware Activity - Registry
highDetects registry keys related to Ursnif malware.
windows · registry_add
Potential Vcruntime140 DLL Sideloading
highDetects potential DLL sideloading of vcruntime140.dll, a common C++ runtime library. Threat actors have been observed using DLL sideloading techniques to load malicious payloads under the guise of legitimate applications such as SqlWriter, SqlDumper etc. Notably, APT29 has been documented leveraging WinELOADER to sideload vcruntime140.dll for executing malicious code.
windows · image_load
Potential Waveedit.DLL Sideloading
highDetects potential DLL sideloading of "waveedit.dll", which is part of the Nero WaveEditor audio editing software.
windows · image_load
Potential WerFault ReflectDebugger Registry Value Abuse
highDetects potential WerFault "ReflectDebugger" registry value abuse for persistence.
windows · registry_set
Potential WinAPI Calls Via CommandLine
highDetects the use of WinAPI Functions via the commandline. As seen used by threat actors via the tool winapiexec
windows · process_creation
Potential WinAPI Calls Via PowerShell Scripts
highDetects usage of WinAPI functions in PowerShell scripts. It may indicate attempts to perform actions such as process injection, token stealing, or other malicious activities that leverage Windows API calls. These techniques are commonly used to evade traditional file-based detections by loading and executing code directly in memory.
windows · ps_script
Potential Windows Defender AV Bypass Via Dump64.EXE Rename
highDetects when a user is potentially trying to bypass the Windows Defender AV by renaming a tool to dump64.exe and placing it in the Visual Studio folder. Currently the rule is covering only usage of procdump but other utilities can be added in order to increase coverage.
windows · process_creation
Potential Windows Defender Tampering Via Wmic.EXE
highDetects potential tampering with Windows Defender settings such as adding exclusion using wmic
windows · process_creation
Potential Winnti Dropper Activity
highDetects files dropped by Winnti as described in RedMimicry Winnti playbook
windows · file_event
Potential WizardUpdate Malware Infection
highDetects the execution traces of the WizardUpdate malware. WizardUpdate is a macOS trojan that attempts to infiltrate macOS machines to steal data and it is associated with other types of malicious payloads, increasing the chances of multiple infections on a device.
macos · process_creation
Potential XXE Exploitation Attempt In JVM Based Application
highDetects XML parsing issues, if the application expects to work with XML make sure that the parser is initialized safely.
jvm · application
Potential Zerologon (CVE-2020-1472) Exploitation
highDetects potential Netlogon Elevation of Privilege Vulnerability aka Zerologon (CVE-2020-1472)
windows
Potentially Suspicious ASP.NET Compilation Via AspNetCompiler
highDetects execution of "aspnet_compiler.exe" with potentially suspicious paths for compilation.
windows · process_creation
Potentially Suspicious Call To Win32_NTEventlogFile Class
highDetects usage of the WMI class "Win32_NTEventlogFile" in a potentially suspicious way (delete, backup, change permissions, etc.) from a PowerShell script
windows · process_creation
Potentially Suspicious Child Process Of Regsvr32
highDetects potentially suspicious child processes of "regsvr32.exe".
windows · process_creation
Potentially Suspicious Child Processes Spawned by ConHost
highDetects suspicious child processes related to Windows Shell utilities spawned by `conhost.exe`, which could indicate malicious activity using trusted system components.
windows · process_creation
Potentially Suspicious Command Executed Via Run Dialog Box - Registry
highDetects execution of commands via the run dialog box on Windows by checking values of the "RunMRU" registry key. This technique was seen being abused by threat actors to deceive users into pasting and executing malicious commands, often disguised as CAPTCHA verification steps.
windows · registry_set
Potentially Suspicious DLL Registered Via Odbcconf.EXE
highDetects execution of "odbcconf" with the "REGSVR" action where the DLL in question doesn't contain a ".dll" extension. Which is often used as a method to evade defenses.
windows · process_creation
Potentially Suspicious Event Viewer Child Process
highDetects uncommon or suspicious child processes of "eventvwr.exe" which might indicate a UAC bypass attempt
windows · process_creation
Potentially Suspicious Execution From Parent Process In Public Folder
highDetects a potentially suspicious execution of a parent process located in the "\Users\Public" folder executing a child process containing references to shell or scripting binaries and commandlines.
windows · process_creation
Potentially Suspicious File Download From File Sharing Domain Via PowerShell.EXE
highDetects potentially suspicious file downloads from file sharing domains using PowerShell.exe
windows · process_creation
Potentially Suspicious File Download From ZIP TLD
highDetects the download of a file with a potentially suspicious extension from a .zip top level domain.
windows · create_stream_hash
Potentially Suspicious GoogleUpdate Child Process
highDetects potentially suspicious child processes of "GoogleUpdate.exe"
windows · process_creation
Potentially Suspicious Malware Callback Communication
highDetects programs that connect to known malware callback ports based on statistical analysis from two different sandbox system databases
windows · network_connection
Potentially Suspicious Malware Callback Communication - Linux
highDetects programs that connect to known malware callback ports based on threat intelligence reports.
linux · network_connection
Potentially Suspicious Mofcomp Execution
highDetects execution of the "mofcomp" utility as a child of a suspicious shell or script running utility or by having a suspicious path in the commandline. The "mofcomp" utility parses a file containing MOF statements and adds the classes and class instances defined in the file to the WMI repository. Attackers abuse this utility to install malicious MOF scripts
windows · process_creation
Potentially Suspicious ODBC Driver Registered
highDetects the registration of a new ODBC driver where the driver is located in a potentially suspicious location
windows · registry_set
Potentially Suspicious Office Document Executed From Trusted Location
highDetects the execution of an Office application that points to a document that is located in a trusted location. Attackers often used this to avoid macro security and execute their malicious code.
windows · process_creation
Potentially Suspicious Regsvr32 HTTP IP Pattern
highDetects regsvr32 execution to download and install DLLs located remotely where the address is an IP address.
windows · process_creation
Powershell Add Name Resolution Policy Table Rule
highDetects powershell scripts that adds a Name Resolution Policy Table (NRPT) rule for the specified namespace. This will bypass the default DNS server and uses a specified server for answering the query.
windows · ps_script
PowerShell ADRecon Execution
highDetects execution of ADRecon.ps1 for AD reconnaissance which has been reported to be actively used by FIN7
windows · ps_script
PowerShell as a Service in Registry
highDetects that a powershell code is written to the registry as a service.
windows · registry_set
PowerShell Base64 Encoded FromBase64String Cmdlet
highDetects usage of a base64 encoded "FromBase64String" cmdlet in a process command line
windows · process_creation
PowerShell Base64 Encoded IEX Cmdlet
highDetects usage of a base64 encoded "IEX" cmdlet in a process command line
windows · process_creation
PowerShell Base64 Encoded Invoke Keyword
highDetects UTF-8 and UTF-16 Base64 encoded powershell 'Invoke-' calls
windows · process_creation
Powershell Base64 Encoded MpPreference Cmdlet
highDetects base64 encoded "MpPreference" PowerShell cmdlet code that tries to modifies or tamper with Windows Defender AV
windows · process_creation
PowerShell Base64 Encoded Reflective Assembly Load
highDetects base64 encoded .NET reflective loading of Assembly
windows · process_creation
PowerShell Base64 Encoded WMI Classes
highDetects calls to base64 encoded WMI class such as "Win32_ShadowCopy", "Win32_ScheduledJob", etc.
windows · process_creation
PowerShell Called from an Executable Version Mismatch
highDetects PowerShell called from an executable by the version mismatch method
windows · ps_classic_start
PowerShell Credential Prompt
highDetects PowerShell calling a credential prompt
windows · ps_script
Powershell Defender Disable Scan Feature
highDetects requests to disable Microsoft Defender features using PowerShell commands
windows · process_creation
PowerShell Defender Threat Severity Default Action Set to 'Allow' or 'NoAction'
highDetects the use of PowerShell to execute the 'Set-MpPreference' cmdlet to configure Windows Defender's threat severity default action to 'Allow' (value '6') or 'NoAction' (value '9'). This is a highly suspicious configuration change that effectively disables Defender's ability to automatically mitigate threats of a certain severity level. An attacker might use this technique via the command line to bypass defenses before executing payloads.
windows · process_creation
Powershell DNSExfiltration
highDNSExfiltrator allows for transferring (exfiltrate) a file over a DNS request covert channel
windows · ps_script
PowerShell Download and Execution Cradles
highDetects PowerShell download and execution cradles.
windows · process_creation
PowerShell Execution With Potential Decryption Capabilities
highDetects PowerShell commands that decrypt an ".LNK" "file to drop the next stage of the malware.
windows · process_creation
PowerShell Get-Process LSASS
highDetects a "Get-Process" cmdlet and it's aliases on lsass process, which is in almost all cases a sign of malicious activity
windows · process_creation
PowerShell Get-Process LSASS in ScriptBlock
highDetects a Get-Process command on lsass process, which is in almost all cases a sign of malicious activity
windows · ps_script
Powershell Install a DLL in System Directory
highUses PowerShell to install/copy a file into a system directory such as "System32" or "SysWOW64"
windows · ps_script
PowerShell Logging Disabled Via Registry Key Tampering
highDetects changes to the registry for the currently logged-in user. In order to disable PowerShell module logging, script block logging or transcription and script execution logging
windows · registry_set
PowerShell PSAttack
highDetects the use of PSAttack PowerShell hack tool
windows · ps_script
PowerShell SAM Copy
highDetects suspicious PowerShell scripts accessing SAM hives
windows · process_creation
PowerShell Script Change Permission Via Set-Acl
highDetects PowerShell execution to set the ACL of a file or a folder
windows · process_creation
PowerShell Scripts Installed as Services
highDetects powershell script installed as a Service
windows
PowerShell Scripts Installed as Services - Security
highDetects powershell script installed as a Service
windows
PowerShell Set-Acl On Windows Folder
highDetects PowerShell scripts to set the ACL to a file in the Windows folder
windows · process_creation
PowerShell Set-Acl On Windows Folder - PsScript
highDetects PowerShell scripts to set the ACL to a file in the Windows folder
windows · ps_script
PowerShell ShellCode
highDetects Base64 encoded Shellcode
windows · ps_script
Powershell Token Obfuscation - Process Creation
highDetects TOKEN OBFUSCATION technique from Invoke-Obfuscation
windows · process_creation
PowerShell Web Access Feature Enabled Via DISM
highDetects the use of DISM to enable the PowerShell Web Access feature, which could be used for remote access and potential abuse
windows · process_creation
PowerShell Web Access Installation - PsScript
highDetects the installation and configuration of PowerShell Web Access, which could be used for remote access and potential abuse
windows · ps_script
Powerview Add-DomainObjectAcl DCSync AD Extend Right
highBackdooring domain object to grant the rights associated with DCSync to a regular user or machine account using Powerview\Add-DomainObjectAcl DCSync Extended Right cmdlet, will allow to re-obtain the pwd hashes of any user/computer
windows
PowerView PowerShell Cmdlets - ScriptBlock
highDetects Cmdlet names from PowerView of the PowerSploit exploitation framework.
windows · ps_script
PPL Tampering Via WerFaultSecure
highDetects potential abuse of WerFaultSecure.exe to dump Protected Process Light (PPL) processes like LSASS or to freeze security solutions (EDR/antivirus). This technique is used by tools such as EDR-Freeze and WSASS to bypass PPL protections and access sensitive information or disable security software. Distinct command line patterns help identify the specific tool: - WSASS usage typically shows: "WSASS.exe WerFaultSecure.exe [PID]" in ParentCommandLine - EDR-Freeze usage typically shows: "EDR-Freeze_[version].exe [PID] [timeout]" in ParentCommandLine Legitimate debugging operations using WerFaultSecure are rare in production environments and should be investigated.
windows · process_creation
Prefetch File Deleted
highDetects the deletion of a prefetch file which may indicate an attempt to destroy forensic evidence
windows · file_delete
Primary Refresh Token Access Attempt
highIndicates access attempt to the PRT resource which can be used to move laterally into an organization or perform credential theft
azure
PrintBrm ZIP Creation of Extraction
highDetects the execution of the LOLBIN PrintBrm.exe, which can be used to create or extract ZIP files. PrintBrm.exe should not be run on a normal workstation.
windows · process_creation
Privilege Escalation via Named Pipe Impersonation
highDetects a remote file copy attempt to a hidden network share. This may indicate lateral movement or data staging activity.
windows · process_creation
Privilege Role Sign-In Outside Expected Controls
highDetects failed sign-in due to user not meeting expected controls for adminitrators
azure
Privileged User Has Been Created
highDetects the addition of a new user to a privileged group such as "root" or "sudo"
linux
Process Access via TrolleyExpress Exclusion
highDetects a possible process memory dump that uses the white-listed Citrix TrolleyExpress.exe filename as a way to dump the lsass process memory
windows · process_creation
Process Execution Error In JVM Based Application
highDetects process execution related exceptions in JVM based apps, often relates to RCE
jvm · application
Process Execution From A Potentially Suspicious Folder
highDetects a potentially suspicious execution from an uncommon folder.
windows · process_creation
Process Execution From Shared Memory Directory
highDetects the execution of a binary from the Linux shared memory directory /dev/shm. This directory is a tmpfs mount backed entirely by RAM and is abused by attackers for fileless malware staging because files written there never touch physical disk and may evade disk-based detection.
linux · process_creation
Process Explorer Driver Creation By Non-Sysinternals Binary
highDetects creation of the Process Explorer drivers by processes other than Process Explorer (procexp) itself. Hack tools or malware may use the Process Explorer driver to elevate privileges, drops it to disk for a few moments, runs a service using that driver and removes it afterwards.
windows · file_event
Process Initiated Network Connection To Ngrok Domain
highDetects an executable initiating a network connection to "ngrok" domains. Attackers were seen using this "ngrok" in order to store their second stage payloads and malware. While communication with such domains can be legitimate, often times is a sign of either data exfiltration by malicious actors or additional download.
windows · network_connection
Process Memory Dump Via Comsvcs.DLL
highDetects a process memory dump via "comsvcs.dll" using rundll32, covering multiple different techniques (ordinal, minidump function, etc.)
windows · process_creation
Process Memory Dump via RdrLeakDiag.EXE
highDetects the use of the Microsoft Windows Resource Leak Diagnostic tool "rdrleakdiag.exe" to dump process memory
windows · process_creation
ProcessHacker Privilege Elevation
highDetects a ProcessHacker tool that elevated privileges to a very high level
windows
Protected Storage Service Access
highDetects access to a protected_storage service over the network. Potential abuse of DPAPI to extract domain backup keys from Domain Controllers
windows
Proxy Execution Via Wuauclt.EXE
highDetects the use of the Windows Update Client binary (wuauclt.exe) for proxy execution.
windows · process_creation
Ps.exe Renamed SysInternals Tool
highDetects renamed SysInternals tool execution with a binary named ps.exe as used by Dragonfly APT group and documented in TA17-293A report
windows · process_creation
PSAsyncShell - Asynchronous TCP Reverse Shell
highDetects the use of PSAsyncShell an Asynchronous TCP Reverse Shell written in powershell
windows · ps_script
PSExec and WMI Process Creations Block
highDetects blocking of process creations originating from PSExec and WMI commands
windows
PSEXEC Remote Execution File Artefact
highDetects creation of the PSEXEC key file. Which is created anytime a PsExec command is executed. It gets written to the file system and will be recorded in the USN Journal on the target system
windows · file_event
PsExec Service Child Process Execution as LOCAL SYSTEM
highDetects suspicious launch of the PSEXESVC service on this system and a sub process run as LOCAL_SYSTEM (-s), which means that someone remotely started a command on this system running it with highest privileges and not only the privileges of the login user account (e.g. the administrator account)
windows · process_creation
PsExec/PAExec Escalation to LOCAL SYSTEM
highDetects suspicious commandline flags used by PsExec and PAExec to escalate a command line to LOCAL_SYSTEM rights
windows · process_creation
PUA - 3Proxy Execution
highDetects the use of 3proxy, a tiny free proxy server
windows · process_creation
PUA - AdFind Suspicious Execution
highDetects AdFind execution with common flags seen used during attacks
windows · process_creation
PUA - AdvancedRun Suspicious Execution
highDetects the execution of AdvancedRun utility in the context of the TrustedInstaller, SYSTEM, Local Service or Network Service accounts
windows · process_creation
PUA - Chisel Tunneling Tool Execution
highDetects usage of the Chisel tunneling tool via the commandline arguments
windows · process_creation
PUA - CleanWipe Execution
highDetects the use of CleanWipe a tool usually used to delete Symantec antivirus.
windows · process_creation
PUA - Crassus Execution
highDetects Crassus, a Windows privilege escalation discovery tool, based on PE metadata characteristics.
windows · process_creation
PUA - CsExec Execution
highDetects the use of the lesser known remote execution tool named CsExec a PsExec alternative
windows · process_creation
PUA - DefenderCheck Execution
highDetects the use of DefenderCheck, a tool to evaluate the signatures used in Microsoft Defender. It can be used to figure out the strings / byte chains used in Microsoft Defender to detect a tool and thus used for AV evasion.
windows · process_creation
PUA - DIT Snapshot Viewer
highDetects the use of Ditsnap tool, an inspection tool for Active Directory database, ntds.dit.
windows · process_creation
PUA - Fast Reverse Proxy (FRP) Execution
highDetects the use of Fast Reverse Proxy. frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet.
windows · process_creation
PUA - Kernel Driver Utility (KDU) Execution
highDetects execution of the Kernel Driver Utility (KDU) tool. KDU can be used to bypass driver signature enforcement and load unsigned or malicious drivers into the Windows kernel. Potentially allowing for privilege escalation, persistence, or evasion of security controls.
windows · process_creation
PUA - Memory Dump Mount Via MemProcFS
highDetects execution of MemProcFS a memory forensics tool with the '-device' parameter. MemProcFS mounts physical memory as a virtual file system, allowing direct access to process memory and system structures. Threat actors were seen abusing this utility to mount memory dumps and then extract sensitive information from processes like LSASS or extract registry hives to obtain credentials, LSA secrets, SAM data, and cached domain credentials. MemProcFS usage that is not part of authorized forensic analysis should be treated as suspicious and warrants further investigation.
windows · process_creation
PUA - Netcat Suspicious Execution
highDetects execution of Netcat. Adversaries may use a non-application layer protocol for communication between host and C2 server or among infected hosts within a network
windows · process_creation
PUA - Ngrok Execution
highDetects the use of Ngrok, a utility used for port forwarding and tunneling, often used by threat actors to make local protected services publicly available. Involved domains are bin.equinox.io for download and *.ngrok.io for connections.
windows · process_creation
PUA - Nimgrab Execution
highDetects the usage of nimgrab, a tool bundled with the Nim programming framework and used for downloading files.
windows · process_creation
PUA - NirCmd Execution As LOCAL SYSTEM
highDetects the use of NirCmd tool for command execution as SYSTEM user
windows · process_creation
PUA - NPS Tunneling Tool Execution
highDetects the use of NPS, a port forwarding and intranet penetration proxy server
windows · process_creation
PUA - NSudo Execution
highDetects the use of NSudo tool for command execution
windows · process_creation
PUA - PingCastle Execution From Potentially Suspicious Parent
highDetects the execution of PingCastle, a tool designed to quickly assess the Active Directory security level via a script located in a potentially suspicious or uncommon location.
windows · process_creation
PUA - Process Hacker Driver Load
highDetects driver load of the Process Hacker tool
windows · driver_load
PUA - Rclone Execution
highDetects execution of RClone utility for exfiltration as used by various ransomwares strains like REvil, Conti, FiveHands, etc
windows · process_creation
PUA - Restic Backup Tool Execution
highDetects the execution of the Restic backup tool, which can be used for data exfiltration. Threat actors may leverage Restic to back up and exfiltrate sensitive data to remote storage locations, including cloud services. If not legitimately used in the enterprise environment, its presence may indicate malicious activity.
windows · process_creation
PUA - RunXCmd Execution
highDetects the use of the RunXCmd tool to execute commands with System or TrustedInstaller accounts
windows · process_creation
PUA - Seatbelt Execution
highDetects the execution of the PUA/Recon tool Seatbelt via PE information of command line parameters
windows · process_creation
PUA - Suspicious ActiveDirectory Enumeration Via AdFind.EXE
highDetects active directory enumeration activity using known AdFind CLI flags
windows · process_creation
PUA - Wsudo Suspicious Execution
highDetects usage of wsudo (Windows Sudo Utility). Which is a tool that let the user execute programs with different permissions (System, Trusted Installer, Administrator...etc)
windows · process_creation
PUA- IOX Tunneling Tool Execution
highDetects the use of IOX - a tool for port forwarding and intranet proxy purposes
windows · process_creation
Publicly Accessible RDP Service
highDetects connections from routable IPs to an RDP listener. Which is indicative of a publicly-accessible RDP service.
zeek
Pulse Connect Secure RCE Attack CVE-2021-22893
highThis rule detects exploitation attempts using Pulse Connect Secure(PCS) vulnerability (CVE-2021-22893)
webserver
PwnKit Local Privilege Escalation
highDetects potential PwnKit exploitation CVE-2021-4034 in auth logs
linux
Python Function Execution Security Warning Disabled In Excel
highDetects changes to the registry value "PythonFunctionWarnings" that would prevent any warnings or alerts from showing when Python functions are about to be executed. Threat actors could run malicious code through the new Microsoft Excel feature that allows Python to run within the spreadsheet.
windows · process_creation
Python Function Execution Security Warning Disabled In Excel - Registry
highDetects changes to the registry value "PythonFunctionWarnings" that would prevent any warnings or alerts from showing when Python functions are about to be executed. Threat actors could run malicious code through the new Microsoft Excel feature that allows Python to run within the spreadsheet.
windows · registry_set
Python One-Liners with Base64 Decoding
highDetects Python one-liners that use base64 decoding functions in command line executions. Malicious scripts or attackers often use python one-liners to decode and execute base64-encoded payloads, which is a common technique for obfuscation and evasion.
windows · process_creation
Python One-Liners with Base64 Decoding - Linux
highDetects the use of Python's base64 decoding functions in command line executions on Linux systems. Malicious scripts often use python one-liners to decode and execute base64-encoded payloads, which is a common technique for obfuscation and evasion.
linux · process_creation
Python Reverse Shell Execution Via PTY And Socket Modules
highDetects the execution of python with calls to the socket and pty module in order to connect and spawn a potential reverse shell.
linux · process_creation
Python Spawning Pretty TTY on Windows
highDetects python spawning a pretty tty
windows · process_creation
Qakbot Regsvr32 Calc Pattern
highDetects a specific command line of "regsvr32" where the "calc" keyword is used in conjunction with the "/s" flag. This behavior is often seen used by Qakbot
windows · process_creation
Qakbot Uninstaller Execution
highDetects the execution of the Qakbot uninstaller file mentioned in the USAO-CDCA document on the disruption of the Qakbot malware and botnet
windows · process_creation
Query Tor Onion Address - DNS Client
highDetects DNS resolution of an .onion address related to Tor routing networks
windows
Raccine Uninstall
highDetects commands that indicate a Raccine removal from an end system. Raccine is a free ransomware protection tool.
windows · process_creation
Rar Usage with Password and Compression Level
highDetects the use of rar.exe, on the command line, to create an archive with password protection or with a specific compression level. This is pretty indicative of malicious actions.
windows · process_creation
Rare Remote Thread Creation By Uncommon Source Image
highDetects uncommon processes creating remote threads.
windows · create_remote_thread
Raspberry Robin Initial Execution From External Drive
highDetects the initial execution of the Raspberry Robin malware from an external drive using "Cmd.EXE".
windows · process_creation
Raspberry Robin Subsequent Execution of Commands
highDetects raspberry robin subsequent execution of commands.
windows · process_creation
Raw Paste Service Access
highDetects direct access to raw pastes in different paste services often used by malware in their second stages to download malicious code in encrypted or encoded form
proxy
RDP Connection Allowed Via Netsh.EXE
highDetects usage of the netsh command to open and allow connections to port 3389 (RDP). As seen used by Sarwent Malware
windows · process_creation
RDP Login from Localhost
highRDP login with localhost source address may be a tunnelled login
windows
RDP Over Reverse SSH Tunnel
highDetects svchost hosting RDP termsvcs communicating with the loopback address and on TCP port 3389
windows · network_connection
RDP over Reverse SSH Tunnel WFP
highDetects svchost hosting RDP termsvcs communicating with the loopback address
windows
RDP Port Forwarding Rule Added Via Netsh.EXE
highDetects the execution of netsh to configure a port forwarding of port 3389 (RDP) rule
windows · process_creation
RDP Sensitive Settings Changed
highDetects tampering of RDP Terminal Service/Server sensitive settings. Such as allowing unauthorized users access to a system via the 'fAllowUnsolicited' or enabling RDP via 'fDenyTSConnections', etc. Below is a list of registry keys/values that are monitored by this rule: - Shadow: Used to enable Remote Desktop shadowing, which allows an administrator to view or control a user's session. - DisableRemoteDesktopAntiAlias: Disables anti-aliasing for remote desktop sessions. - DisableSecuritySettings: Disables certain security settings for Remote Desktop connections. - fAllowUnsolicited: Allows unsolicited remote assistance offers. - fAllowUnsolicitedFullControl: Allows unsolicited remote assistance offers with full control. - InitialProgram: Specifies a program to run automatically when a user logs on to a remote computer. - ServiceDll: Used in RDP hijacking techniques to specify a custom DLL to be loaded by the Terminal Services service. - SecurityLayer: Specifies the security layer used for RDP connections.
windows · registry_set
RDP to HTTP or HTTPS Target Ports
highDetects svchost hosting RDP termsvcs communicating to target systems on TCP port 80 or 443
windows · network_connection
Recon Activity via SASec
highDetects remote RPC calls to read information about scheduled tasks via SASec
rpc_firewall · application
Reconnaissance Activity
highDetects activity as "net user administrator /domain" and "net group domain admins /domain"
windows
RedMimicry Winnti Playbook Registry Manipulation
highDetects actions caused by the RedMimicry Winnti playbook
windows · registry_event
RedSun - Conhost.exe Spawned by TieringEngineService.exe
highDetects two stages of the RedSun post-exploitation process chain that deliver a SYSTEM-level shell to the attacker's interactive session. Observed process chain services.exe → TieringEngineService.exe → conhost.exe (SYSTEM, CommandLine: bare path, no arguments) → cmd.exe / shell (SYSTEM, TerminalSessionId = attacker's session) Stage 1 — TieringEngineService.exe spawns argument-less conhost.exe: After winning the oplock + Cloud Files mount point race, the malicious TieringEngineService.exe (RedSun.exe copied to System32, started via CoCreateInstance / services.exe) detects it is NT AUTHORITY\SYSTEM and calls LaunchConsoleInSessionId(). This opens \\.\pipe\REDSUN, reads the attacker's session ID, duplicates the SYSTEM token, re-stamps it with that session ID via SetTokenInformation(TokenSessionId), then calls CreateProcessAsUser to spawn conhost.exe with no arguments. Stage 2 — Shell spawned from rogue conhost.exe (EDR sources with GrandParentImage): The rogue SYSTEM conhost.exe spawns a shell (cmd.exe, PowerShell, etc.) as SYSTEM in the attacker's interactive session. On EDR sources that expose GrandParentImage, the full three-level chain (TieringEngineService.exe → conhost.exe → shell) can be matched directly. The legitimate TieringEngineService.exe is a headless COM server that is unlikely to spawn conhost.exe under normal conditions.
windows · process_creation
Reg Add Suspicious Paths
highDetects when an adversary uses the reg.exe utility to add or modify new keys or subkeys
windows · process_creation
Regedit as Trusted Installer
highDetects a regedit started with TrustedInstaller privileges or by ProcessHacker.exe
windows · process_creation
Register new Logon Process by Rubeus
highDetects potential use of Rubeus via registered new trusted logon process
windows
Registry Disable System Restore
highDetects the modification of the registry to disable a system restore on the computer
windows · registry_set
Registry Export of Third-Party Credentials
highDetects the use of reg.exe to export registry paths associated with third-party credentials. Credential stealers have been known to use this technique to extract sensitive information from the registry.
windows · process_creation
Registry Hive File Staged Outside Standard User Profile Path
highDetects the creation of a registry hive file (UsrClass.dat or NTUSER.DAT) outside of the standard user profile path. These files generally contain various user-specific registry settings and are typically located in the user's profile directory. Staging these files outside of the standard path can be indicative of an attacker attempting to manipulate user registry settings for persistence, privilege escalation, or dump user registry hives for credential harvesting.
windows · file_event
Registry Modification for OCI DLL Redirection
highDetects registry modifications related to 'OracleOciLib' and 'OracleOciLibPath' under 'MSDTC' settings. Threat actors may modify these registry keys to redirect the loading of 'oci.dll' to a malicious DLL, facilitating phantom DLL hijacking via the MSDTC service.
windows · registry_set
Registry Persistence Mechanisms in Recycle Bin
highDetects persistence registry keys for Recycle Bin
windows · registry_event
Registry Persistence via Explorer Run Key
highDetects a possible persistence mechanism using RUN key for Windows Explorer and pointing to a suspicious folder
windows · registry_set
Registry Persistence via Service in Safe Mode
highDetects the modification of the registry to allow a driver or service to persist in Safe Mode.
windows · registry_set
Regsvr32 DLL Execution With Suspicious File Extension
highDetects the execution of REGSVR32.exe with DLL files masquerading as other files
windows · process_creation
Regsvr32 Execution From Highly Suspicious Location
highDetects execution of regsvr32 where the DLL is located in a highly suspicious locations
windows · process_creation
Rejetto HTTP File Server RCE
highDetects attempts to exploit a Rejetto HTTP File Server (HFS) via CVE-2014-6287
webserver
Relevant Anti-Virus Signature Keywords In Application Log
highDetects potentially highly relevant antivirus events in the application log based on known virus signature names and malware keywords.
windows
Relevant ClamAV Message
highDetects relevant ClamAV messages
linux
Remote Access Tool - Anydesk Execution From Suspicious Folder
highAn adversary may use legitimate desktop support and remote access software, such as Team Viewer, Go2Assist, LogMein, AmmyyAdmin, etc, to establish an interactive command and control channel to target systems within networks. These services are commonly used as legitimate technical support software, and may be allowed by application control within a target environment. Remote access tools like VNC, Ammyy, and Teamviewer are used frequently when compared with other legitimate software commonly used by adversaries. (Citation: Symantec Living off the Land)
windows · process_creation
Remote Access Tool - AnyDesk Silent Installation
highDetects AnyDesk Remote Desktop silent installation. Which can be used by attackers to gain remote access.
windows · process_creation
Remote Access Tool - Renamed MeshAgent Execution - MacOS
highDetects the execution of a renamed instance of the Remote Monitoring and Management (RMM) tool, MeshAgent. RMM tools such as MeshAgent are commonly utilized by IT administrators for legitimate remote support and system management. However, malicious actors may exploit these tools by renaming them to bypass detection mechanisms, enabling unauthorized access and control over compromised systems.
macos · process_creation
Remote Access Tool - Renamed MeshAgent Execution - Windows
highDetects the execution of a renamed instance of the Remote Monitoring and Management (RMM) tool, MeshAgent. RMM tools such as MeshAgent are commonly utilized by IT administrators for legitimate remote support and system management. However, malicious actors may exploit these tools by renaming them to bypass detection mechanisms, enabling unauthorized access and control over compromised systems.
windows · process_creation
Remote Access Tool - ScreenConnect Server Web Shell Execution
highDetects potential web shell execution from the ScreenConnect server process.
windows · process_creation
Remote AppX Package Downloaded from File Sharing or CDN Domain
highDetects an appx package that was added to the pipeline of the "to be processed" packages which was downloaded from a file sharing or CDN domain.
windows
Remote CHM File Download/Execution Via HH.EXE
highDetects the usage of "hh.exe" to execute/download remotely hosted ".chm" files.
windows · process_creation
Remote DCOM/WMI Lateral Movement
highDetects remote RPC calls that performs remote DCOM operations. These could be abused for lateral movement via DCOM or WMI.
rpc_firewall · application
Remote Encrypting File System Abuse
highDetects remote RPC calls to possibly abuse remote encryption service via MS-EFSR
rpc_firewall · application
Remote Event Log Recon
highDetects remote RPC calls to get event log information via EVEN or EVEN6
rpc_firewall · application
Remote LSASS Process Access Through Windows Remote Management
highDetects remote access to the LSASS process via WinRM. This could be a sign of credential dumping from tools like mimikatz.
windows · process_access
Remote PowerShell Session (PS Module)
highDetects remote PowerShell sessions
windows · ps_module
Remote PowerShell Sessions Network Connections (WinRM)
highDetects basic PowerShell Remoting (WinRM) by monitoring for network inbound connections to ports 5985 OR 5986
windows
Remote Printing Abuse for Lateral Movement
highDetects remote RPC calls to possibly abuse remote printing service via MS-RPRN / MS-PAR
rpc_firewall · application
Remote Registry Lateral Movement
highDetects remote RPC calls to modify the registry and possible execute code
rpc_firewall · application
Remote Registry Recon
highDetects remote RPC calls to collect information
rpc_firewall · application
Remote Schedule Task Lateral Movement via ATSvc
highDetects remote RPC calls to create or execute a scheduled task via ATSvc
rpc_firewall · application
Remote Schedule Task Lateral Movement via ITaskSchedulerService
highDetects remote RPC calls to create or execute a scheduled task
rpc_firewall · application
Remote Schedule Task Lateral Movement via SASec
highDetects remote RPC calls to create or execute a scheduled task via SASec
rpc_firewall · application
Remote Schedule Task Recon via AtScv
highDetects remote RPC calls to read information about scheduled tasks via AtScv
rpc_firewall · application
Remote Schedule Task Recon via ITaskSchedulerService
highDetects remote RPC calls to read information about scheduled tasks
rpc_firewall · application
Remote Server Service Abuse
highDetects remote RPC calls to possibly abuse remote encryption service via MS-SRVS
rpc_firewall · application
Remote Server Service Abuse for Lateral Movement
highDetects remote RPC calls to possibly abuse remote encryption service via MS-EFSR
rpc_firewall · application
Remote Thread Created In KeePass.EXE
highDetects remote thread creation in "KeePass.exe" which could indicates potential password dumping activity
windows · create_remote_thread
Remote Thread Creation In Mstsc.Exe From Suspicious Location
highDetects remote thread creation in the "mstsc.exe" process by a process located in a potentially suspicious location. This technique is often used by attackers in order to hook some APIs used by DLLs loaded by "mstsc.exe" during RDP authentications in order to steal credentials.
windows · create_remote_thread
Remote Thread Creation Ttdinject.exe Proxy
highDetects a remote thread creation of Ttdinject.exe used as proxy
windows · create_remote_thread
Remote XSL Execution Via Msxsl.EXE
highDetects the execution of the "msxsl" binary with an "http" keyword in the command line. This might indicate a potential remote execution of XSL files.
windows · process_creation
RemoteFXvGPUDisablement Abuse Via AtomicTestHarnesses
highDetects calls to the AtomicTestHarnesses "Invoke-ATHRemoteFXvGPUDisablementCommand" which is designed to abuse the "RemoteFXvGPUDisablement.exe" binary to run custom PowerShell code via module load-order hijacking.
windows · process_creation
Remotely Hosted HTA File Executed Via Mshta.EXE
highDetects execution of the "mshta" utility with an argument containing the "http" keyword, which could indicate that an attacker is executing a remotely hosted malicious hta file
windows · process_creation
Removal Of AMSI Provider Registry Keys
highDetects the deletion of AMSI provider registry key entries in HKLM\Software\Microsoft\AMSI. This technique could be used by an attacker in order to disable AMSI inspection.
windows · registry_delete
Remove Exported Mailbox from Exchange Webserver
highDetects removal of an exported Exchange mailbox which could be to cover tracks from ProxyShell exploit
windows
Renamed AdFind Execution
highDetects the use of a renamed Adfind.exe. AdFind continues to be seen across majority of breaches. It is used to domain trust discovery to plan out subsequent steps in the attack chain.
windows · process_creation
Renamed AutoIt Execution
highDetects the execution of a renamed AutoIt2.exe or AutoIt3.exe. AutoIt is a scripting language and automation tool for Windows systems. While primarily used for legitimate automation tasks, it can be misused in cyber attacks. Attackers can leverage AutoIt to create and distribute malware, including keyloggers, spyware, and botnets. A renamed AutoIt executable is particularly suspicious.
windows · process_creation
Renamed BrowserCore.EXE Execution
highDetects process creation with a renamed BrowserCore.exe (used to extract Azure tokens)
windows · process_creation
Renamed Cloudflared.EXE Execution
highDetects the execution of a renamed "cloudflared" binary.
windows · process_creation
Renamed CreateDump Utility Execution
highDetects uses of a renamed legitimate createdump.exe LOLOBIN utility to dump process memory
windows · process_creation
Renamed Gpg.EXE Execution
highDetects the execution of a renamed "gpg.exe". Often used by ransomware and loaders to decrypt/encrypt data.
windows · process_creation
Renamed Jusched.EXE Execution
highDetects the execution of a renamed "jusched.exe" as seen used by the cobalt group
windows · process_creation
Renamed Mavinject.EXE Execution
highDetects the execution of a renamed version of the "Mavinject" process. Which can be abused to perform process injection using the "/INJECTRUNNING" flag
windows · process_creation
Renamed MegaSync Execution
highDetects the execution of a renamed MegaSync.exe as seen used by ransomware families like Nefilim, Sodinokibi, Pysa, and Conti.
windows · process_creation
Renamed Msdt.EXE Execution
highDetects the execution of a renamed "Msdt.exe" binary
windows · process_creation
Renamed NetSupport RAT Execution
highDetects the execution of a renamed "client32.exe" (NetSupport RAT) via Imphash, Product and OriginalFileName strings
windows · process_creation
Renamed NirCmd.EXE Execution
highDetects the execution of a renamed "NirCmd.exe" binary based on the PE metadata fields.
windows · process_creation
Renamed Office Binary Execution
highDetects the execution of a renamed office binary
windows · process_creation
Renamed PAExec Execution
highDetects execution of renamed version of PAExec. Often used by attackers
windows · process_creation
Renamed PingCastle Binary Execution
highDetects the execution of a renamed "PingCastle" binary based on the PE metadata fields.
windows · process_creation
Renamed Plink Execution
highDetects the execution of a renamed version of the Plink binary
windows · process_creation
Renamed ProcDump Execution
highDetects the execution of a renamed ProcDump executable. This often done by attackers or malware in order to evade defensive mechanisms.
windows · process_creation
Renamed PsExec Service Execution
highDetects suspicious launch of a renamed version of the PSEXESVC service with, which is not often used by legitimate administrators
windows · process_creation
Renamed Schtasks Execution
highDetects the execution of renamed schtasks.exe binary, which is a legitimate Windows utility used for scheduling tasks. One of the very common persistence techniques is schedule malicious tasks using schtasks.exe. Since, it is heavily abused, it is also heavily monitored by security products. To evade detection, threat actors may rename the schtasks.exe binary to schedule their malicious tasks.
windows · process_creation
Renamed SysInternals DebugView Execution
highDetects suspicious renamed SysInternals DebugView execution
windows · process_creation
Renamed Sysinternals Sdelete Execution
highDetects the use of a renamed SysInternals Sdelete, which is something an administrator shouldn't do (the renaming)
windows · process_creation
Renamed Visual Studio Code Tunnel Execution
highDetects renamed Visual Studio Code tunnel execution. Attackers can abuse this functionality to establish a C2 channel
windows · process_creation
Renamed Vmnat.exe Execution
highDetects renamed vmnat.exe or portable version that can be used for DLL side-loading
windows · process_creation
Renamed VsCode Code Tunnel Execution - File Indicator
highDetects the creation of a file with the name "code_tunnel.json" which indicate execution and usage of VsCode tunneling utility by an "Image" or "Process" other than VsCode.
windows · file_event
Renamed ZOHO Dctask64 Execution
highDetects a renamed "dctask64.exe" execution, a signed binary by ZOHO Corporation part of ManageEngine Endpoint Central. This binary can be abused for DLL injection, arbitrary command and process execution.
windows · process_creation
Replay Attack Detected
highDetects possible Kerberos Replay Attack on the domain controllers when "KRB_AP_ERR_REPEAT" Kerberos response is sent to the client
windows
Restore Public AWS RDS Instance
highDetects the recovery of a new public database instance from a snapshot. It may be a part of data exfiltration.
aws
Restricted Software Access By SRP
highDetects restricted access to applications by the Software Restriction Policies (SRP) policy
windows
RestrictedAdminMode Registry Value Tampering
highDetects changes to the "DisableRestrictedAdmin" registry value in order to disable or enable RestrictedAdmin mode. RestrictedAdmin mode prevents the transmission of reusable credentials to the remote system to which you connect using Remote Desktop. This prevents your credentials from being harvested during the initial connection process if the remote server has been compromise
windows · registry_set
RestrictedAdminMode Registry Value Tampering - ProcCreation
highDetects changes to the "DisableRestrictedAdmin" registry value in order to disable or enable RestrictedAdmin mode. RestrictedAdmin mode prevents the transmission of reusable credentials to the remote system to which you connect using Remote Desktop. This prevents your credentials from being harvested during the initial connection process if the remote server has been compromise
windows · process_creation
Roles Activated Too Frequently
highIdentifies when the same privilege role has multiple activations by the same user.
azure
Roles Activation Doesn't Require MFA
highIdentifies when a privilege role can be activated without performing mfa.
azure
Roles Are Not Being Used
highIdentifies when a user has been assigned a privilege role and are not using that role.
azure
Roles Assigned Outside PIM
highIdentifies when a privilege role assignment has taken place outside of PIM and may indicate an attack.
azure
Root Certificate Installed From Susp Locations
highAdversaries may install a root certificate on a compromised system to avoid warnings when connecting to adversary controlled web servers.
windows · process_creation
RottenPotato Like Attack Pattern
highDetects logon events that have characteristics of events generated during an attack with RottenPotato and the like
windows
RTCore Suspicious Service Installation
highDetects the installation of RTCore service. Which could be an indication of Micro-Star MSI Afterburner vulnerable driver abuse
windows
Run PowerShell Script from ADS
highDetects PowerShell script execution from Alternate Data Stream (ADS)
windows · process_creation
Run PowerShell Script from Redirected Input Stream
highDetects PowerShell script execution via input stream redirect
windows · process_creation
Rundll32 Execution Without CommandLine Parameters
highDetects suspicious start of rundll32.exe without any parameters as found in CobaltStrike beacon activity
windows · process_creation
Rundll32 Execution Without Parameters
highDetects rundll32 execution without parameters as observed when running Metasploit windows/smb/psexec exploit module
windows · process_creation
Rundll32 Registered COM Objects
highload malicious registered COM objects
windows · process_creation
RunDLL32 Spawning Explorer
highDetects RunDLL32.exe spawning explorer.exe as child, which is very uncommon, often observes Gamarue spawning the explorer.exe process in an unusual way
windows · process_creation
Rundll32 UNC Path Execution
highDetects rundll32 execution where the DLL is located on a remote location (share). Threat actors can abuse the rundll32.exe binary to execute remote DLLs from a UNC pathh.
windows · process_creation
RunMRU Registry Key Deletion
highDetects deletion of the RunMRU registry key, which stores the history of commands executed via the Run dialog. In the clickfix techniques, the phishing lures instruct users to open a run dialog through (Win + R) and execute malicious commands. Adversaries may delete this key to cover their tracks after executing commands.
windows · process_creation
RunMRU Registry Key Deletion - Registry
highDetects attempts to delete the RunMRU registry key, which stores the history of commands executed via the run dialog. In the clickfix techniques, the phishing lures instruct users to open a run dialog through (Win + R) and execute malicious commands. Adversaries may delete this key to cover their tracks after executing commands.
windows · registry_delete
Running Chrome VPN Extensions via the Registry 2 VPN Extension
highRunning Chrome VPN Extensions via the Registry install 2 vpn extension
windows · registry_set
SafeBoot Registry Key Deleted Via Reg.EXE
highDetects execution of "reg.exe" commands with the "delete" flag on safe boot registry keys. Often used by attacker to prevent safeboot execution of security products
windows · process_creation
SAM Registry Hive Handle Request
highDetects handles requested to SAM registry hive
windows
SAML Token Issuer Anomaly
highIndicates the SAML token issuer for the associated SAML token is potentially compromised. The claims included in the token are unusual or match known attacker patterns
azure
Scanner PoC for CVE-2019-0708 RDP RCE Vuln
highDetects the use of a scanner by zerosum0x0 that discovers targets vulnerable to CVE-2019-0708 RDP RCE aka BlueKeep
windows
Scheduled Task Creation Masquerading as System Processes
highDetects the creation of scheduled tasks that involve system processes, which may indicate malicious actors masquerading as or abusing these processes to execute payloads or maintain persistence.
windows · process_creation
Scheduled Task Executing Encoded Payload from Registry
highDetects the creation of a schtask that potentially executes a base64 encoded payload stored in the Windows Registry using PowerShell.
windows · process_creation
Scheduled TaskCache Change by Uncommon Program
highMonitor the creation of a new key under 'TaskCache' when a new scheduled task is registered by a process that is not svchost.exe, which is suspicious
windows · registry_set
Scheduled Tasks Names Used By SVR For GraphicalProton Backdoor
highHunts for known SVR-specific scheduled task names
windows
Scheduled Tasks Names Used By SVR For GraphicalProton Backdoor - Task Scheduler
highHunts for known SVR-specific scheduled task names
windows
Schtasks Creation Or Modification With SYSTEM Privileges
highDetects the creation or update of a scheduled task to run with "NT AUTHORITY\SYSTEM" privileges
windows · process_creation
Schtasks From Suspicious Folders
highDetects scheduled task creations that have suspicious action command and folder combinations
windows · process_creation
ScreenConnect - SlashAndGrab Exploitation Indicators
highDetects indicators of exploitation by threat actors during exploitation of the "SlashAndGrab" vulnerability related to ScreenConnect as reported Team Huntress
windows · file_event
Script Event Consumer Spawning Process
highDetects a suspicious child process of Script Event Consumer (scrcons.exe).
windows · process_creation
Script Interpreter Execution From Suspicious Folder
highDetects suspicious script execution from suspicious directories or folders accessible by environment variables that may indicate malware activity. Script interpreters (cscript, wscript, mshta, powershell) executing from folders like Temp, Public, or user profile directories may suggest attempts to evade detection or execute malicious scripts.
windows · process_creation
Script Interpreter Spawning Credential Scanner - Linux
highDetects a script interpreter process (like node.js or bun) spawning a known credential scanning tool (e.g., trufflehog, gitleaks). This behavior is indicative of an attempt to find and steal secrets, as seen in the "Shai-Hulud: The Second Coming" campaign.
linux · process_creation
Script Interpreter Spawning Credential Scanner - Windows
highDetects a script interpreter process (like node.js or bun) spawning a known credential scanning tool (e.g., trufflehog, gitleaks). This behavior is indicative of an attempt to find and steal secrets, as seen in the "Shai-Hulud: The Second Coming" campaign.
windows · process_creation
Sdiagnhost Calling Suspicious Child Process
highDetects sdiagnhost.exe calling a suspicious child process (e.g. used in exploits for Follina / CVE-2022-30190)
windows · process_creation
Security Event Logging Disabled via MiniNt Registry Key - Process
highDetects attempts to disable security event logging by adding the `MiniNt` registry key. This key is used to disable the Windows Event Log service, which collects and stores event logs from the operating system and applications. Adversaries may want to disable this service to prevent logging of security events that could be used to detect their activities.
windows · process_creation
Security Event Logging Disabled via MiniNt Registry Key - Registry Set
highDetects the addition of the 'MiniNt' key to the registry. Upon a reboot, Windows Event Log service will stop writing events. Windows Event Log is a service that collects and stores event logs from the operating system and applications. It is an important component of Windows security and auditing. Adversary may want to disable this service to disable logging of security events which could be used to detect their activities.
windows · registry_set
Security Eventlog Cleared
highOne of the Windows Eventlogs has been cleared. e.g. caused by "wevtutil cl" command execution
windows
Security Privileges Enumeration Via Whoami.EXE
highDetects a whoami.exe executed with the /priv command line flag instructing the tool to show all current user privileges. This is often used after a privilege escalation attempt.
windows · process_creation
Security Service Disabled Via Reg.EXE
highDetects execution of "reg.exe" to disable security services such as Windows Defender.
windows · process_creation
Security Support Provider (SSP) Added to LSA Configuration
highDetects the addition of a SSP to the registry. Upon a reboot or API call, SSP DLLs gain access to encrypted and plaintext passwords stored in Windows.
windows · registry_event
Self Extracting Package Creation Via Iexpress.EXE From Potentially Suspicious Location
highDetects the use of iexpress.exe to create binaries via Self Extraction Directive (SED) files located in potentially suspicious locations. This behavior has been observed in-the-wild by different threat actors.
windows · process_creation
Sensitive File Access Via Volume Shadow Copy Backup
highDetects a command that accesses the VolumeShadowCopy in order to extract sensitive files such as the Security or SAM registry hives or the AD database (ntds.dit)
windows · process_creation
Sensitive File Dump Via Print.EXE
highDetects the abuse of the Print.exe utility for credential harvesting which involves using Print.Exe to copy sensitive files such as ntds.dit, SAM, SECURITY, or SYSTEM from the Windows directory in order to extract credentials, locally or remotely.
windows · process_creation
Sensitive File Dump Via Wbadmin.EXE
highDetects the dump of highly sensitive files such as "NTDS.DIT" and "SECURITY" hive. Attackers can leverage the "wbadmin" utility in order to dump sensitive files that might contain credential or sensitive information.
windows · process_creation
Sensitive File Recovery From Backup Via Wbadmin.EXE
highDetects the dump of highly sensitive files such as "NTDS.DIT" and "SECURITY" hive. Attackers can leverage the "wbadmin" utility in order to dump sensitive files that might contain credential or sensitive information.
windows · process_creation
Serpent Backdoor Payload Execution Via Scheduled Task
highDetects post exploitation execution technique of the Serpent backdoor. According to Proofpoint, one of the commands that the backdoor ran was via creating a temporary scheduled task using an unusual method. It creates a fictitious windows event and a trigger in which once the event is created, it executes the payload.
windows · process_creation
Server Side Template Injection Strings
highDetects SSTI attempts sent via GET requests in access logs
webserver
Service Binary in Suspicious Folder
highDetect the creation of a service with a service binary located in a suspicious directory
windows · registry_set
Service DACL Abuse To Hide Services Via Sc.EXE
highDetects usage of the "sc.exe" utility adding a new service with special permission seen used by threat actors which makes the service hidden and unremovable.
windows · process_creation
Service Installation with Suspicious Folder Pattern
highDetects service installation with suspicious folder patterns
windows
Service Installed By Unusual Client - Security
highDetects a service installed by a client which has PID 0 or whose parent has PID 0
windows
Service Installed By Unusual Client - System
highDetects a service installed by a client which has PID 0 or whose parent has PID 0
windows
Service Registry Key Deleted Via Reg.EXE
highDetects execution of "reg.exe" commands with the "delete" flag on services registry key. Often used by attacker to remove AV software services
windows · process_creation
Set Suspicious Files as System Files Using Attrib.EXE
highDetects the usage of attrib with the "+s" option to set scripts or executables located in suspicious locations as system files to hide them from users and make them unable to be deleted with simple rights. The rule limits the search to specific extensions and directories to avoid FPs
windows · process_creation
Shadow Copies Deletion Using Operating Systems Utilities
highShadow Copies deletion using operating systems utilities
windows · process_creation
Shai-Hulud 2.0 Malicious NPM Package Installation
highDetects the command-line installation of specific malicious npm packages and versions associated with the Shai-Hulud 2.0 supply chain attack.
windows · process_creation
Shai-Hulud 2.0 Malicious NPM Package Installation - Linux
highDetects the command-line installation of specific malicious npm packages and versions associated with the Shai-Hulud 2.0 supply chain attack.
linux · process_creation
Shai-Hulud Malicious Bun Execution
highDetects the execution of `bun_environment.js` via the Bun runtime, a behavior associated with the Shai-Hulud "Second Coming" NPM supply chain attack. The malware uses a `setup_bun.js` script to install the Bun runtime if not present, and then executes the malicious `bun_environment.js` payload.
windows · process_creation
Shai-Hulud Malicious Bun Execution - Linux
highDetects the execution of `bun_environment.js` via the Bun runtime, a behavior associated with the Shai-Hulud "Second Coming" NPM supply chain attack. The malware uses a `setup_bun.js` script to install the Bun runtime if not present, and then executes the malicious `bun_environment.js` payload.
linux · process_creation
Shai-Hulud Malicious GitHub Workflow Creation
highDetects creation of shai-hulud-workflow.yml file associated with Shai Hulud worm targeting NPM supply chain attack that exfiltrates GitHub secrets
linux · file_event
Shai-Hulud Malware Indicators - Linux
highDetects potential Shai-Hulud malware indicators based on specific command line arguments associated with its execution.
linux · process_creation
Shai-Hulud Malware Indicators - Windows
highDetects potential Shai-Hulud malware indicators based on specific command line arguments associated with its execution.
windows · process_creation
Shai-Hulud NPM Package Malicious Exfiltration via Curl
highDetects potential Shai Hulud NPM package attack attempting to exfiltrate data via curl to external webhook sites.
linux · process_creation
SharpHound Recon Account Discovery
highDetects remote RPC calls useb by SharpHound to map remote connections and local group membership.
rpc_firewall · application
SharpHound Recon Sessions
highDetects remote RPC calls useb by SharpHound to map remote connections and local group membership.
rpc_firewall · application
Shell Execution GCC - Linux
highDetects the use of the "gcc" utility to execute a shell. Such behavior may be associated with privilege escalation, unauthorized command execution, or to break out from restricted environments.
linux · process_creation
Shell Execution Of Process Located In Tmp Directory
highDetects execution of shells from a parent process located in a temporary (/tmp) directory
linux · process_creation
Shell Execution via Find - Linux
highDetects the use of the find command to execute a shell. Such behavior may be associated with privilege escalation, unauthorized command execution, or exploitation attempt.
linux · process_creation
Shell Execution via Flock - Linux
highDetects the use of the "flock" command to execute a shell. Such behavior may be associated with privilege escalation, unauthorized command execution, or to break out from restricted environments.
linux · process_creation
Shell Execution via Git - Linux
highDetects the use of the "git" utility to execute a shell. Such behavior may be associated with privilege escalation, unauthorized command execution, or to break out from restricted environments.
linux · process_creation
Shell Execution via Nice - Linux
highDetects the use of the "nice" utility to execute a shell. Such behavior may be associated with privilege escalation, unauthorized command execution, or to break out from restricted environments.
linux · process_creation
Shell Execution via Rsync - Linux
highDetects the use of the "rsync" utility to execute a shell. Such behavior may be associated with privilege escalation, unauthorized command execution, or to break out from restricted environments.
linux · process_creation
Shell Invocation via Env Command - Linux
highDetects the use of the env command to invoke a shell. This may indicate an attempt to bypass restricted environments, escalate privileges, or execute arbitrary commands.
linux · process_creation
Shell Invocation Via Ssh - Linux
highDetects the use of the "ssh" utility to execute a shell. Such behavior may be associated with privilege escalation, unauthorized command execution, or to break out from restricted environments.
linux · process_creation
Shell Open Registry Keys Manipulation
highDetects the shell open key manipulation (exefile and ms-settings) used for persistence and the pattern of UAC Bypass using fodhelper.exe, computerdefaults.exe, slui.exe via registry keys (e.g. UACMe 33 or 62)
windows · registry_event
Shell32 DLL Execution in Suspicious Directory
highDetects shell32.dll executing a DLL in a suspicious directory
windows · process_creation
Shellshock Expression
highDetects shellshock expressions in log files
linux
ShimCache Flush
highDetects actions that clear the local ShimCache and remove forensic evidence
windows · process_creation
Sign-in Failure Due to Conditional Access Requirements Not Met
highDefine a baseline threshold for failed sign-ins due to Conditional Access failures
azure
Sign-In From Malware Infected IP
highIndicates sign-ins from IP addresses infected with malware that is known to actively communicate with a bot server.
azure
Sign-ins from Non-Compliant Devices
highMonitor and alert for sign-ins where the device was non-compliant.
azure
Silenttrinity Stager Msbuild Activity
highDetects a possible remote connections to Silenttrinity c2
windows · network_connection
Sitecore Pre-Auth RCE CVE-2021-42237
highDetects exploitation attempts of Sitecore Experience Platform Pre-Auth RCE CVE-2021-42237 found in Report.ashx
webserver
Sliver C2 Default Service Installation
highDetects known malicious service installation that appear in cases in which a Sliver implants execute the PsExec commands
windows
Small Sieve Malware CommandLine Indicator
highDetects specific command line argument being passed to a binary as seen being used by the malware Small Sieve.
windows · process_creation
Small Sieve Malware File Indicator Creation
highDetects filename indicators that contain a specific typo seen used by the Small Sieve malware.
windows · file_event
Small Sieve Malware Registry Persistence
highDetects registry value with specific intentional typo and strings seen used by the Small Sieve malware
windows · registry_set
SMB Create Remote File Admin Share
highLook for non-system accounts SMB accessing a file with write (0x2) access mask via administrative share (i.e C$).
windows
smbexec.py Service Installation
highDetects the use of smbexec.py tool by detecting a specific service installation
windows
SNAKE Malware Covert Store Registry Key
highDetects any registry event that targets the key 'SECURITY\Policy\Secrets\n' which is a key related to SNAKE malware as described by CISA
windows · registry_event
SNAKE Malware WerFault Persistence File Creation
highDetects the creation of a file named "WerFault.exe" in the WinSxS directory by a non-system process, which can be indicative of potential SNAKE malware activity
windows · file_event
Sofacy Trojan Loader Activity
highDetects Trojan loader activity as used by APT28
windows · process_creation
SonicWall SSL/VPN Jarrewrite Exploitation
highDetects exploitation attempts of the SonicWall Jarrewrite Exploit
webserver
SOURGUM Actor Behaviours
highSuspicious behaviours related to an actor tracked by Microsoft as SOURGUM
windows · process_creation
SQL Injection Strings In URI
highDetects potential SQL injection attempts via GET requests in access logs.
webserver
SQLite Chromium Profile Data DB Access
highDetect usage of the "sqlite" binary to query databases in Chromium-based browsers for potential data stealing.
windows · process_creation
SQLite Firefox Profile Data DB Access
highDetect usage of the "sqlite" binary to query databases in Firefox and other Gecko-based browsers for potential data stealing.
windows · process_creation
Stale Accounts In A Privileged Role
highIdentifies when an account hasn't signed in during the past n number of days.
azure
StoneDrill Service Install
highThis method detects a service install of the malicious Microsoft Network Realtime Inspection Service service described in StoneDrill report by Kaspersky
windows
Successful Overpass the Hash Attempt
highDetects successful logon with logon type 9 (NewCredentials) which matches the Overpass the Hash behavior of e.g Mimikatz's sekurlsa::pth module.
windows
Sudo Privilege Escalation CVE-2019-14287
highDetects users trying to exploit sudo vulnerability reported in CVE-2019-14287
linux · process_creation
Suspect Svchost Activity
highIt is extremely abnormal for svchost.exe to spawn without any CLI arguments and is normally observed when a malicious process spawns the process and injects code into the process memory space.
windows · process_creation
Suspicious Active Directory Database Snapshot Via ADExplorer
highDetects the execution of Sysinternals ADExplorer with the "-snapshot" flag in order to save a local copy of the active directory database to a suspicious directory. This can be used by attackers to extract data for Bloodhound, usernames for password spraying or use the meta data for social engineering. The snapshot doesn't contain password hashes but there have been cases, where administrators put passwords in the comment field.
windows · process_creation
Suspicious Activity in Shell Commands
highDetects suspicious shell commands used in various exploit codes (see references)
linux
Suspicious AddinUtil.EXE CommandLine Execution
highDetects execution of the Add-In deployment cache updating utility (AddInutil.exe) with suspicious Addinroot or Pipelineroot paths. An adversary may execute AddinUtil.exe with uncommon Addinroot/Pipelineroot paths that point to the adversaries Addins.Store payload.
windows · process_creation
Suspicious Advpack Call Via Rundll32.EXE
highDetects execution of "rundll32" calling "advpack.dll" with potential obfuscated ordinal calls in order to leverage the "RegisterOCX" function
windows · process_creation
Suspicious AgentExecutor PowerShell Execution
highDetects execution of the AgentExecutor.exe binary. Which can be abused as a LOLBIN to execute powershell scripts with the ExecutionPolicy "Bypass" or any binary named "powershell.exe" located in the path provided by 6th positional argument
windows · process_creation
Suspicious Application Allowed Through Exploit Guard
highDetects applications being added to the "allowed applications" list of exploit guard in order to bypass controlled folder settings
windows · registry_set
Suspicious ArcSOC.exe Child Process
highDetects script interpreters, command-line tools, and similar suspicious child processes of ArcSOC.exe. ArcSOC.exe is the process name which hosts ArcGIS Server REST services. If an attacker compromises an ArcGIS Server system and uploads a malicious Server Object Extension (SOE), they can send crafted requests to the corresponding service endpoint and remotely execute code from the ArcSOC.exe process.
windows · process_creation
Suspicious ASPX File Drop by Exchange
highDetects suspicious file type dropped by an Exchange component in IIS into a suspicious folder
windows · file_event
Suspicious Autorun Registry Modified via WMI
highDetects suspicious activity where the WMIC process is used to create an autorun registry entry via reg.exe, which is often indicative of persistence mechanisms employed by malware.
windows · process_creation
Suspicious Binaries and Scripts in Public Folder
highDetects the creation of a file with a suspicious extension in the public folder, which could indicate potential malicious activity.
windows · file_event
Suspicious Binary In User Directory Spawned From Office Application
highDetects an executable in the users directory started from one of the Microsoft Office suite applications (Word, Excel, PowerPoint, Publisher, Visio)
windows · process_creation
Suspicious Binary Writes Via AnyDesk
highDetects AnyDesk writing binary files to disk other than "gcapi.dll". According to RedCanary research it is highly abnormal for AnyDesk to write executable files to disk besides gcapi.dll, which is a legitimate DLL that is part of the Google Chrome web browser used to interact with the Google Cloud API. (See reference section for more details)
windows · file_event
Suspicious BitLocker Access Agent Update Utility Execution
highDetects the execution of the BitLocker Access Agent Update Utility (baaupdate.exe) which is not a common parent process for other processes. Suspicious child processes spawned by baaupdate.exe could indicate an attempt at lateral movement via BitLocker DCOM & COM Hijacking.
windows · process_creation
Suspicious Browser Activity
highIndicates anomalous behavior based on suspicious sign-in activity across multiple tenants from different countries in the same browser
azure
Suspicious Calculator Usage
highDetects suspicious use of 'calc.exe' with command line parameters or in a suspicious directory, which is likely caused by some PoC or detection evasion.
windows · process_creation
Suspicious Camera and Microphone Access
highDetects Processes accessing the camera and microphone from suspicious folder
windows · registry_event
Suspicious CertReq Command to Download
highDetects a suspicious CertReq execution downloading a file. This behavior is often used by attackers to download additional payloads or configuration files. Certreq is a built-in Windows utility used to request and retrieve certificates from a certification authority (CA). However, it can be abused by threat actors for malicious purposes.
windows · process_creation
Suspicious Child Process Created as System
highDetection of child processes spawned with SYSTEM privileges by parents with LOCAL SERVICE or NETWORK SERVICE accounts
windows · process_creation
Suspicious Child Process of AspNetCompiler
highDetects potentially suspicious child processes of "aspnet_compiler.exe".
windows · process_creation
Suspicious Child Process Of BgInfo.EXE
highDetects suspicious child processes of "BgInfo.exe" which could be a sign of potential abuse of the binary to proxy execution via external VBScript
windows · process_creation
Suspicious Child Process Of Manage Engine ServiceDesk
highDetects suspicious child processes of the "Manage Engine ServiceDesk Plus" Java web service
windows · process_creation
Suspicious Child Process of Notepad++ Updater - GUP.Exe
highDetects suspicious child process creation by the Notepad++ updater process (gup.exe). This could indicate potential exploitation of the updater component to deliver unwanted malware.
windows · process_creation
Suspicious Child Process of SolarWinds WebHelpDesk
highDetects suspicious child processes spawned by SolarWinds WebHelpDesk (WHD) application, which may indicate exploitation activity leveraging RCE vulnerabilities such as CVE-2025-40551, CVE-2025-40536, or CVE-2025-26399
windows · process_creation
Suspicious Child Process Of SQL Server
highDetects suspicious child processes of the SQLServer process. This could indicate potential RCE or SQL Injection.
windows · process_creation
Suspicious Child Process Of Wermgr.EXE
highDetects suspicious Windows Error Reporting manager (wermgr.exe) child process
windows · process_creation
Suspicious Chromium Browser Instance Executed With Custom Extension
highDetects a suspicious process spawning a Chromium based browser process with the 'load-extension' flag to start an instance with a custom extension
windows · process_creation
Suspicious ClickFix/FileFix Execution Pattern
highDetects suspicious execution patterns where users are tricked into running malicious commands via clipboard manipulation, either through the Windows Run dialog (ClickFix) or File Explorer address bar (FileFix). Attackers leverage social engineering campaigns—such as fake CAPTCHA challenges or urgent alerts—encouraging victims to paste clipboard contents, often executing mshta.exe, powershell.exe, or similar commands to infect systems.
windows · process_creation
Suspicious Command Patterns In Scheduled Task Creation
highDetects scheduled task creation using "schtasks" that contain potentially suspicious or uncommon commands
windows · process_creation
Suspicious Computer Account Name Change CVE-2021-42287
highDetects the renaming of an existing computer account to a account name that doesn't contain a $ symbol as seen in attacks against CVE-2021-42287
windows
Suspicious Control Panel DLL Load
highDetects suspicious Rundll32 execution from control.exe as used by Equation Group and Exploit Kits
windows · process_creation
Suspicious Creation with Colorcpl
highOnce executed, colorcpl.exe will copy the arbitrary file to c:\windows\system32\spool\drivers\color\
windows · file_event
Suspicious Curl.EXE Download
highDetects a suspicious curl process start on Windows and outputs the requested document to a local file
windows · process_creation
Suspicious CustomShellHost Execution
highDetects the execution of CustomShellHost.exe where the child isn't located in 'C:\Windows\explorer.exe'. CustomShellHost is a known LOLBin that can be abused by attackers for defense evasion techniques.
windows · process_creation
Suspicious Debugger Registration Cmdline
highDetects the registration of a debugger for a program that is available in the logon screen (sticky key backdoor).
windows · process_creation
Suspicious Desktopimgdownldr Command
highDetects a suspicious Microsoft desktopimgdownldr execution with parameters used to download files from the Internet
windows · process_creation
Suspicious Desktopimgdownldr Target File
highDetects a suspicious Microsoft desktopimgdownldr file creation that stores a file to a suspicious location or contains a file with a suspicious extension
windows · file_event
Suspicious DLL Loaded via CertOC.EXE
highDetects when a user installs certificates by using CertOC.exe to load the target DLL file.
windows · process_creation
Suspicious DNS Query Indicating Kerberos Coercion via DNS Object SPN Spoofing
highDetects DNS queries containing patterns associated with Kerberos coercion attacks via DNS object spoofing. The pattern "1UWhRCAAAAA..BAAAA" is a base64-encoded signature that corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure. Attackers can use this technique to coerce authentication from victim systems to attacker-controlled hosts. It is one of the strong indicators of a Kerberos coercion attack, where adversaries manipulate DNS records to spoof Service Principal Names (SPNs) and redirect authentication requests like CVE-2025-33073.
windows · dns_query
Suspicious DNS Query Indicating Kerberos Coercion via DNS Object SPN Spoofing - Network
highDetects DNS queries containing patterns associated with Kerberos coercion attacks via DNS object spoofing. The pattern "1UWhRCAAAAA..BAAAA" is a base64-encoded signature that corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure. Attackers can use this technique to coerce authentication from victim systems to attacker-controlled hosts. It is one of the strong indicators of a Kerberos coercion attack, where adversaries manipulate DNS records to spoof Service Principal Names (SPNs) and redirect authentication requests like CVE-2025-33073.
zeek
Suspicious DotNET CLR Usage Log Artifact
highDetects the creation of Usage Log files by the CLR (clr.dll). These files are named after the executing process once the assembly is finished executing for the first time in the (user) session context.
windows · file_event
Suspicious Double Extension File Execution
highDetects suspicious use of an .exe extension after a non-executable file extension like .pdf.exe, a set of spaces or underlines to cloak the executable file in spear phishing campaigns
windows · process_creation
Suspicious Double Extension Files
highDetects dropped files with double extensions, which is often used by malware as a method to abuse the fact that Windows hide default extensions by default.
windows · file_event
Suspicious Download and Execute Pattern via Curl/Wget
highDetects suspicious use of command-line tools such as curl or wget to download remote content - particularly scripts - into temporary directories (e.g., /dev/shm, /tmp), followed by immediate execution, indicating potential malicious activity. This pattern is commonly used by malicious scripts, stagers, or downloaders in fileless or multi-stage Linux attacks.
linux · process_creation
Suspicious Download From Direct IP Via Bitsadmin
highDetects usage of bitsadmin downloading a file using an URL that contains an IP
windows · process_creation
Suspicious Download From File-Sharing Website Via Bitsadmin
highDetects usage of bitsadmin downloading a file from a suspicious domain
windows · process_creation
Suspicious Download from Office Domain
highDetects suspicious ways to download files from Microsoft domains that are used to store attachments in Emails or OneNote documents
windows · process_creation
Suspicious Driver/DLL Installation Via Odbcconf.EXE
highDetects execution of "odbcconf" with the "INSTALLDRIVER" action where the driver doesn't contain a ".dll" extension. This is often used as a defense evasion method.
windows · process_creation
Suspicious Dropbox API Usage
highDetects an executable that isn't dropbox but communicates with the Dropbox API
windows · network_connection
Suspicious DumpMinitool Execution
highDetects suspicious ways to use the "DumpMinitool.exe" binary
windows · process_creation
Suspicious Encoded And Obfuscated Reflection Assembly Load Function Call
highDetects suspicious base64 encoded and obfuscated "LOAD" keyword used in .NET "reflection.assembly"
windows · process_creation
Suspicious Encoded PowerShell Command Line
highDetects suspicious powershell process starts with base64 encoded commands (e.g. Emotet)
windows · process_creation
Suspicious Encoded Scripts in a WMI Consumer
highDetects suspicious encoded payloads in WMI Event Consumers
windows · wmi_event
Suspicious Environment Variable Has Been Registered
highDetects the creation of user-specific or system-wide environment variables via the registry. Which contains suspicious commands and strings
windows · registry_set
Suspicious Eventlog Clearing or Configuration Change Activity
highDetects the clearing or configuration tampering of EventLog using utilities such as "wevtutil", "powershell" and "wmic". This technique were seen used by threat actors and ransomware strains in order to evade defenses.
windows · process_creation
Suspicious Executable File Creation
highDetect creation of suspicious executable file names. Some strings look for suspicious file extensions, others look for filenames that exploit unquoted service paths.
windows · file_event
Suspicious Execution From Outlook Temporary Folder
highDetects a suspicious program execution in Outlook temp folder
windows · process_creation
Suspicious Execution Location Of Wermgr.EXE
highDetects suspicious Windows Error Reporting manager (wermgr.exe) execution location.
windows · process_creation
Suspicious Execution Of Renamed Sysinternals Tools - Registry
highDetects the creation of the "accepteula" key related to the Sysinternals tools being created from executables with the wrong name (e.g. a renamed Sysinternals tool)
windows · registry_set
Suspicious Explorer Process with Whitespace Padding - ClickFix/FileFix
highDetects process creation with suspicious whitespace padding followed by a '#' character, which may indicate ClickFix or FileFix techniques used to conceal malicious commands from visual inspection. ClickFix and FileFix are social engineering attack techniques where adversaries distribute phishing documents or malicious links that deceive users into opening the Windows Run dialog box or File Explorer search bar. The victims are then instructed to paste commands from their clipboard, which contain extensive whitespace padding using various Unicode space characters to push the actual malicious command far to the right, effectively hiding it from immediate view.
windows · process_creation
Suspicious External WebDAV Execution
highDetects executables launched from external WebDAV shares using the WebDAV Explorer integration, commonly seen in initial access campaigns.
proxy
Suspicious File Created by ArcSOC.exe
highDetects instances where the ArcGIS Server process ArcSOC.exe, which hosts REST services running on an ArcGIS server, creates a file with suspicious file type, indicating that it may be an executable, script file, or otherwise unusual.
windows · file_event
Suspicious File Created in Outlook Temporary Directory
highDetects the creation of files with suspicious file extensions in the temporary directory that Outlook uses when opening attachments. This can be used to detect spear-phishing campaigns that use suspicious files as attachments, which may contain malicious code.
windows · file_event
Suspicious File Created Via OneNote Application
highDetects suspicious files created via the OneNote application. This could indicate a potential malicious ".one"/".onepkg" file was executed as seen being used in malware activity in the wild
windows · file_event
Suspicious File Creation Activity From Fake Recycle.Bin Folder
highDetects file write event from/to a fake recycle bin folder that is often used as a staging directory for malware
windows · file_event
Suspicious File Creation In Uncommon AppData Folder
highDetects the creation of suspicious files and folders inside the user's AppData folder but not inside any of the common and well known directories (Local, Romaing, LocalLow). This method could be used as a method to bypass detection who exclude the AppData folder in fear of FPs
windows · file_event
Suspicious File Download From File Sharing Domain Via Curl.EXE
highDetects potentially suspicious file download from file sharing domains using curl.exe
windows · process_creation
Suspicious File Download From File Sharing Domain Via Wget.EXE
highDetects potentially suspicious file downloads from file sharing domains using wget.exe
windows · process_creation
Suspicious File Download From File Sharing Websites - File Stream
highDetects the download of suspicious file type from a well-known file and paste sharing domain
windows · create_stream_hash
Suspicious File Download From IP Via Curl.EXE
highDetects potentially suspicious file downloads directly from IP addresses using curl.exe
windows · process_creation
Suspicious File Download From IP Via Wget.EXE
highDetects potentially suspicious file downloads directly from IP addresses using Wget.exe
windows · process_creation
Suspicious File Download From IP Via Wget.EXE - Paths
highDetects potentially suspicious file downloads directly from IP addresses and stored in suspicious locations using Wget.exe
windows · process_creation
Suspicious File Downloaded From Direct IP Via Certutil.EXE
highDetects the execution of certutil with certain flags that allow the utility to download files from direct IPs.
windows · process_creation
Suspicious File Downloaded From File-Sharing Website Via Certutil.EXE
highDetects the execution of certutil with certain flags that allow the utility to download files from file-sharing websites.
windows · process_creation
Suspicious File Encoded To Base64 Via Certutil.EXE
highDetects the execution of certutil with the "encode" flag to encode a file to base64 where the extensions of the file is suspicious
windows · process_creation
Suspicious File Execution From Internet Hosted WebDav Share
highDetects the execution of the "net use" command to mount a WebDAV server and then immediately execute some content in it. As seen being used in malicious LNK files
windows · process_creation
Suspicious File Write to SharePoint Layouts Directory
highDetects suspicious file writes to SharePoint layouts directory which could indicate webshell activity or post-exploitation. This behavior has been observed in the exploitation of SharePoint vulnerabilities such as CVE-2025-49704, CVE-2025-49706 or CVE-2025-53770.
windows · file_event
Suspicious FileFix Execution Pattern
highDetects suspicious FileFix execution patterns where users are tricked into running malicious commands through browser file upload dialog manipulation. This attack typically begins when users visit malicious websites impersonating legitimate services or news platforms, which may display fake CAPTCHA challenges or direct instructions to open file explorer and paste clipboard content. The clipboard content usually contains commands that download and execute malware, such as information stealing tools.
windows · process_creation
Suspicious Filename with Embedded Base64 Commands
highDetects files with specially crafted filenames that embed Base64-encoded bash payloads designed to execute when processed by shell scripts. These filenames exploit shell interpretation quirks to trigger hidden commands, a technique observed in VShell malware campaigns.
linux · file_event
Suspicious Get-ADDBAccount Usage
highDetects suspicious invocation of the Get-ADDBAccount script that reads from a ntds.dit file and may be used to get access to credentials without using any credential dumpers
windows · ps_module
Suspicious Get-Variable.exe Creation
highGet-Variable is a valid PowerShell cmdlet WindowsApps is by default in the path where PowerShell is executed. So when the Get-Variable command is issued on PowerShell execution, the system first looks for the Get-Variable executable in the path and executes the malicious binary instead of looking for the PowerShell cmdlet.
windows · file_event
Suspicious Greedy Compression Using Rar.EXE
highDetects RAR usage that creates an archive from a suspicious folder, either a system folder or one of the folders often used by attackers for staging purposes
windows · process_creation
Suspicious GrpConv Execution
highDetects the suspicious execution of a utility to convert Windows 3.x .grp files or for persistence purposes by malicious software or actors
windows · process_creation
Suspicious GUP Usage
highDetects execution of the Notepad++ updater in a suspicious directory, which is often used in DLL side-loading attacks
windows · process_creation
Suspicious HH.EXE Execution
highDetects a suspicious execution of a Microsoft HTML Help (HH.exe)
windows · process_creation
Suspicious HWP Sub Processes
highDetects suspicious Hangul Word Processor (Hanword) sub processes that could indicate an exploitation
windows · process_creation
Suspicious IIS Module Registration
highDetects a suspicious IIS module registration as described in Microsoft threat report on IIS backdoors
windows · process_creation
Suspicious Inbox Forwarding Identity Protection
highIndicates suspicious rules such as an inbox rule that forwards a copy of all emails to an external address
azure
Suspicious Inbox Manipulation Rules
highDetects suspicious rules that delete or move messages or folders are set on a user's inbox.
azure
Suspicious Interactive PowerShell as SYSTEM
highDetects the creation of files that indicator an interactive use of PowerShell in the SYSTEM user context
windows · file_event
Suspicious Invocation of Shell via AWK - Linux
highDetects the execution of "awk" or it's sibling commands, to invoke a shell using the system() function. This behavior is commonly associated with attempts to execute arbitrary commands or escalate privileges, potentially leading to unauthorized access or further exploitation.
linux · process_creation
Suspicious Invocation of Shell via Rsync
highDetects the execution of a shell as sub process of "rsync" without the expected command line flag "-e" being used, which could be an indication of exploitation as described in CVE-2024-12084. This behavior is commonly associated with attempts to execute arbitrary commands or escalate privileges, potentially leading to unauthorized access or further exploitation.
linux · process_creation
Suspicious Invoke-WebRequest Execution
highDetects a suspicious call to Invoke-WebRequest cmdlet where the and output is located in a suspicious location
windows · process_creation
Suspicious Java Children Processes
highDetects java process spawning suspicious children
linux · process_creation
Suspicious JavaScript Execution Via Mshta.EXE
highDetects execution of javascript code using "mshta.exe".
windows · process_creation
Suspicious Kerberos Ticket Request via CLI
highDetects suspicious Kerberos ticket requests via command line using System.IdentityModel.Tokens.KerberosRequestorSecurityToken class. Threat actors may use command line interfaces to request Kerberos tickets for service accounts in order to perform offline password cracking attacks commonly known as Kerberoasting or other Kerberos ticket abuse techniques like silver ticket attacks.
windows · process_creation
Suspicious Kerberos Ticket Request via PowerShell Script - ScriptBlock
highDetects PowerShell scripts that utilize native PowerShell Identity modules to request Kerberos tickets. This behavior is typically seen during a Kerberos or silver ticket attack. A successful execution will output the SPNs for the endpoint in question.
windows · ps_script
Suspicious Kernel Dump Using Dtrace
highDetects suspicious way to dump the kernel on Windows systems using dtrace.exe, which is available on Windows systems since Windows 10 19H1
windows · process_creation
Suspicious Key Manager Access
highDetects the invocation of the Stored User Names and Passwords dialogue (Key Manager)
windows · process_creation
Suspicious LDAP-Attributes Used
highDetects the usage of particular AttributeLDAPDisplayNames, which are known for data exchange via LDAP by the tool LDAPFragger and are additionally not commonly used in companies.
windows
Suspicious LNK Command-Line Padding with Whitespace Characters
highDetects exploitation of LNK file command-line length discrepancy, where attackers hide malicious commands beyond the 260-character UI limit while the actual command-line argument field supports 4096 characters using whitespace padding (e.g., 0x20, 0x09-0x0D). Adversaries insert non-printable whitespace characters (e.g., Line Feed \x0A, Carriage Return \x0D) to pad the visible section of the LNK file, pushing malicious commands past the UI-visible boundary. The hidden payload, executed at runtime but invisible in Windows Explorer properties, enables stealthy execution and evasion—commonly used for social engineering attacks. This rule flags suspicious use of such padding observed in real-world attacks.
windows · process_creation
Suspicious Loading of Dbgcore/Dbghelp DLLs from Uncommon Location
highDetects loading of dbgcore.dll or dbghelp.dll from uncommon locations such as user directories. These DLLs contain the MiniDumpWriteDump function, which can be abused for credential dumping purposes or in some cases for evading EDR/AV detection by suspending processes.
windows · image_load
Suspicious LSASS Access Via MalSecLogon
highDetects suspicious access to LSASS handle via a call trace to "seclogon.dll" with a suspicious access right.
windows · process_access
Suspicious Manipulation Of Default Accounts Via Net.EXE
highDetects suspicious manipulations of default accounts such as 'administrator' and 'guest'. For example 'enable' or 'disable' accounts or change the password...etc
windows · process_creation
Suspicious Microsoft Office Child Process
highDetects a suspicious process spawning from one of the Microsoft Office suite products (Word, Excel, PowerPoint, Publisher, Visio, etc.)
windows · process_creation
Suspicious Microsoft Office Child Process - MacOS
highDetects suspicious child processes spawning from microsoft office suite applications such as word or excel. This could indicates malicious macro execution
macos · process_creation
Suspicious Microsoft OneNote Child Process
highDetects suspicious child processes of the Microsoft OneNote application. This may indicate an attempt to execute malicious embedded objects from a .one file.
windows · process_creation
Suspicious Modification Of Scheduled Tasks
highDetects when an attacker tries to modify an already existing scheduled tasks to run from a suspicious location Attackers can create a simple looking task in order to avoid detection on creation as it's often the most focused on Instead they modify the task after creation to include their malicious payload
windows · process_creation
Suspicious MSDT Parent Process
highDetects msdt.exe executed by a suspicious parent as seen in CVE-2022-30190 / Follina exploitation
windows · process_creation
Suspicious MSExchangeMailboxReplication ASPX Write
highDetects suspicious activity in which the MSExchangeMailboxReplication process writes .asp and .apsx files to disk, which could be a sign of ProxyShell exploitation
windows · file_event
Suspicious MSHTA Child Process
highDetects a suspicious process spawning from an "mshta.exe" process, which could be indicative of a malicious HTA script execution
windows · process_creation
Suspicious Mshta.EXE Execution Patterns
highDetects suspicious mshta process execution patterns
windows · process_creation
Suspicious Mstsc.EXE Execution With Local RDP File
highDetects potential RDP connection via Mstsc using a local ".rdp" file located in suspicious locations.
windows · process_creation
Suspicious Named Error
highDetects suspicious DNS error messages that indicate a fatal or suspicious error that could be caused by exploiting attempts
linux
Suspicious Network Connection Binary No CommandLine
highDetects suspicious network connections made by a well-known Windows binary run with no command line parameters
windows · network_connection
Suspicious New Service Creation
highDetects creation of a new service via "sc" command or the powershell "new-service" cmdlet with suspicious binary paths
windows · process_creation
Suspicious Nohup Execution
highDetects execution of binaries located in potentially suspicious locations via "nohup"
linux · process_creation
Suspicious NTLM Authentication on the Printer Spooler Service
highDetects a privilege elevation attempt by coercing NTLM authentication on the Printer Spooler service
windows · process_creation
Suspicious Obfuscated PowerShell Code
highDetects suspicious UTF16 and base64 encoded and often obfuscated PowerShell code often used in command lines
windows · process_creation
Suspicious Outlook Child Process
highDetects a suspicious process spawning from an Outlook process.
windows · process_creation
Suspicious Outlook Macro Created
highDetects the creation of a macro file for Outlook.
windows · file_event
Suspicious Parent Double Extension File Execution
highDetect execution of suspicious double extension files in ParentCommandLine
windows · process_creation
Suspicious Path In Keyboard Layout IME File Registry Value
highDetects usage of Windows Input Method Editor (IME) keyboard layout feature, which allows an attacker to load a DLL into the process after sending the WM_INPUTLANGCHANGEREQUEST message. Before doing this, the client needs to register the DLL in a special registry key that is assumed to implement this keyboard layout. This registry key should store a value named "Ime File" with a DLL path. IMEs are essential for languages that have more characters than can be represented on a standard keyboard, such as Chinese, Japanese, and Korean.
windows · registry_set
Suspicious Persistence Via VMwareToolBoxCmd.EXE VM State Change Script
highDetects execution of the "VMwareToolBoxCmd.exe" with the "script" and "set" flag to setup a specific script that's located in a potentially suspicious location to run for a specific VM state
windows · process_creation
Suspicious Ping/Del Command Combination
highDetects a method often used by ransomware. Which combines the "ping" to wait a couple of seconds and then "del" to delete the file in question. Its used to hide the file responsible for the initial infection for example
windows · process_creation
Suspicious Plink Port Forwarding
highDetects suspicious Plink tunnel port forwarding to a local port
windows · process_creation
Suspicious PowerShell Download and Execute Pattern
highDetects suspicious PowerShell download patterns that are often used in malicious scripts, stagers or downloaders (make sure that your backend applies the strings case-insensitive)
windows · process_creation
Suspicious PowerShell Encoded Command Patterns
highDetects PowerShell command line patterns in combincation with encoded commands that often appear in malware infection chains
windows · process_creation
Suspicious PowerShell IEX Execution Patterns
highDetects suspicious ways to run Invoke-Execution using IEX alias
windows · process_creation
Suspicious PowerShell Invocations - Generic
highDetects suspicious PowerShell invocation command parameters
windows · ps_script
Suspicious PowerShell Invocations - Generic - PowerShell Module
highDetects suspicious PowerShell invocation command parameters
windows · ps_module
Suspicious PowerShell Invocations - Specific
highDetects suspicious PowerShell invocation command parameters
windows · ps_script
Suspicious PowerShell Invocations - Specific - PowerShell Module
highDetects suspicious PowerShell invocation command parameters
windows · ps_module
Suspicious PowerShell Parameter Substring
highDetects suspicious PowerShell invocation with a parameter substring
windows · process_creation
Suspicious PowerShell Parent Process
highDetects a suspicious or uncommon parent processes of PowerShell
windows · process_creation
Suspicious Printer Driver Empty Manufacturer
highDetects a suspicious printer driver installation with an empty Manufacturer value
windows · registry_set
Suspicious PrinterPorts Creation (CVE-2020-1048)
highDetects new commands that add new printer port which point to suspicious file
windows · process_creation
Suspicious Process Access of MsMpEng by WerFaultSecure - EDR-Freeze
highDetects process access events where WerFaultSecure accesses MsMpEng.exe with dbgcore.dll or dbghelp.dll in the call trace, indicating potential EDR freeze techniques. This technique leverages WerFaultSecure.exe running as a Protected Process Light (PPL) with WinTCB protection level to call MiniDumpWriteDump and suspend EDR/AV processes, allowing malicious activity to execute undetected during the suspension period.
windows · process_access
Suspicious Process Access to LSASS with Dbgcore/Dbghelp DLLs
highDetects suspicious process access to LSASS.exe from processes located in uncommon locations with dbgcore.dll or dbghelp.dll in the call trace. These DLLs contain functions like MiniDumpWriteDump that can be abused for credential dumping purposes. While modern tools like Mimikatz have moved to using ntdll.dll, dbgcore.dll and dbghelp.dll are still used by basic credential dumping utilities and legacy tools for LSASS memory access and process suspension techniques.
windows · process_access
Suspicious Process By Web Server Process
highDetects potentially suspicious processes being spawned by a web server process which could be the result of a successfully placed web shell or exploitation
windows · process_creation
Suspicious Process Created Via Wmic.EXE
highDetects WMIC executing "process call create" with suspicious calls to processes such as "rundll32", "regsrv32", etc.
windows · process_creation
Suspicious Process Execution From Fake Recycle.Bin Folder
highDetects process execution from a fake recycle bin folder, often used to avoid security solution.
windows · process_creation
Suspicious Process Masquerading As SvcHost.EXE
highDetects a suspicious process that is masquerading as the legitimate "svchost.exe" by naming its binary "svchost.exe" and executing from an uncommon location. Adversaries often disguise their malicious binaries by naming them after legitimate system processes like "svchost.exe" to evade detection.
windows · process_creation
Suspicious Process Parents
highDetects suspicious parent processes that should not have any children or should only have a single possible child program
windows · process_creation
Suspicious Process Patterns NTDS.DIT Exfil
highDetects suspicious process patterns used in NTDS.DIT exfiltration
windows · process_creation
Suspicious Process Spawned by CentreStack Portal AppPool
highDetects unexpected command shell execution (cmd.exe) from w3wp.exe when tied to CentreStack's portal.config, indicating potential exploitation (e.g., CVE-2025-30406)
windows · process_creation
Suspicious Processes Spawned by Java.EXE
highDetects suspicious processes spawned from a Java host process which could indicate a sign of exploitation (e.g. log4j)
windows · process_creation
Suspicious Processes Spawned by WinRM
highDetects suspicious processes including shells spawnd from WinRM host process
windows · process_creation
Suspicious Program Location Whitelisted In Firewall Via Netsh.EXE
highDetects Netsh command execution that whitelists a program located in a suspicious location in the Windows Firewall
windows · process_creation
Suspicious Program Names
highDetects suspicious patterns in program names or folders that are often found in malicious samples or hacktools
windows · process_creation
Suspicious Provlaunch.EXE Child Process
highDetects suspicious child processes of "provlaunch.exe" which might indicate potential abuse to proxy execution.
windows · process_creation
Suspicious PsExec Execution
highdetects execution of psexec or paexec with renamed service name, this rule helps to filter out the noise if psexec is used for legit purposes or if attacker uses a different psexec client other than sysinternal one
windows
Suspicious PsExec Execution - Zeek
highdetects execution of psexec or paexec with renamed service name, this rule helps to filter out the noise if psexec is used for legit purposes or if attacker uses a different psexec client other than sysinternal one
zeek
Suspicious RazerInstaller Explorer Subprocess
highDetects a explorer.exe sub process of the RazerInstaller software which can be invoked from the installer to select a different installation folder but can also be exploited to escalate privileges to LOCAL SYSTEM
windows · process_creation
Suspicious RDP Redirect Using TSCON
highDetects a suspicious RDP session redirect using tscon.exe
windows · process_creation
Suspicious Reconnaissance Activity Via GatherNetworkInfo.VBS
highDetects execution of the built-in script located in "C:\Windows\System32\gatherNetworkInfo.vbs". Which can be used to gather information about the target machine
windows · process_creation
Suspicious Redirection to Local Admin Share
highDetects a suspicious output redirection to the local admins share, this technique is often found in malicious scripts or hacktool stagers
windows · process_creation
Suspicious Reg Add BitLocker
highDetects suspicious addition to BitLocker related registry keys via the reg.exe utility
windows · process_creation
Suspicious Registry Modification From ADS Via Regini.EXE
highDetects the import of an alternate data stream with regini.exe, regini.exe can be used to modify registry keys.
windows · process_creation
Suspicious Regsvr32 Execution From Remote Share
highDetects REGSVR32.exe to execute DLL hosted on remote shares
windows · process_creation
Suspicious Remote Child Process From Outlook
highDetects a suspicious child process spawning from Outlook where the image is located in a remote location (SMB/WebDav shares).
windows · process_creation
Suspicious Renamed Comsvcs DLL Loaded By Rundll32
highDetects rundll32 loading a renamed comsvcs.dll to dump process memory
windows · image_load
Suspicious Response File Execution Via Odbcconf.EXE
highDetects execution of "odbcconf" with the "-f" flag in order to load a response file with a non-".rsp" extension.
windows · process_creation
Suspicious Reverse Shell Command Line
highDetects suspicious shell commands or program code that may be executed or used in command line to establish a reverse shell
linux
Suspicious Run Key from Download
highDetects the suspicious RUN keys created by software located in Download or temporary Outlook/Internet Explorer directories
windows · registry_event
Suspicious Rundll32 Activity Invoking Sys File
highDetects suspicious process related to rundll32 based on command line that includes a *.sys file as seen being used by UNC2452
windows · process_creation
Suspicious Rundll32 Execution With Image Extension
highDetects the execution of Rundll32.exe with DLL files masquerading as image files
windows · process_creation
Suspicious Rundll32 Invoking Inline VBScript
highDetects suspicious process related to rundll32 based on command line that invokes inline VBScript as seen being used by UNC2452
windows · process_creation
Suspicious Scheduled Task Creation
highDetects suspicious scheduled task creation events. Based on attributes such as paths, commands line flags, etc.
windows
Suspicious Scheduled Task Creation Involving Temp Folder
highDetects the creation of scheduled tasks that involves a temporary folder and runs only once
windows · process_creation
Suspicious Scheduled Task Update
highDetects update to a scheduled task event that contain suspicious keywords.
windows
Suspicious Scheduled Task Write to System32 Tasks
highDetects the creation of tasks from processes executed from suspicious locations
windows · file_event
Suspicious Schtasks Execution AppData Folder
highDetects the creation of a schtask that executes a file from C:\Users\<USER>\AppData\Local
windows · process_creation
Suspicious Schtasks Schedule Types
highDetects scheduled task creations or modification on a suspicious schedule type
windows · process_creation
Suspicious Scripting in a WMI Consumer
highDetects suspicious commands that are related to scripting/powershell in WMI Event Consumers
windows · wmi_event
Suspicious Serv-U Process Pattern
highDetects a suspicious process pattern which could be a sign of an exploited Serv-U service
windows · process_creation
Suspicious Service Binary Directory
highDetects a service binary running in a suspicious directory
windows · process_creation
Suspicious Service DACL Modification Via Set-Service Cmdlet
highDetects suspicious DACL modifications via the "Set-Service" cmdlet using the "SecurityDescriptorSddl" flag (Only available with PowerShell 7) that can be used to hide services or make them unstopable
windows · process_creation
Suspicious Service DACL Modification Via Set-Service Cmdlet - PS
highDetects usage of the "Set-Service" powershell cmdlet to configure a new SecurityDescriptor that allows a service to be hidden from other utilities such as "sc.exe", "Get-Service"...etc. (Works only in powershell 7)
windows · ps_script
Suspicious Service Installation
highDetects suspicious service installation commands
windows
Suspicious Service Installation Script
highDetects suspicious service installation scripts
windows
Suspicious Service Path Modification
highDetects service path modification via the "sc" binary to a suspicious command or path
windows · process_creation
Suspicious ShellExec_RunDLL Call Via Ordinal
highDetects suspicious call to the "ShellExec_RunDLL" exported function of SHELL32.DLL through the ordinal number to launch other commands. Adversary might only use the ordinal number in order to bypass existing detection that alert on usage of ShellExec_RunDLL on CommandLine.
windows · process_creation
Suspicious Shells Spawn by Java Utility Keytool
highDetects suspicious shell spawn from Java utility keytool process (e.g. adselfservice plus exploitation)
windows · process_creation
Suspicious Shim Database Patching Activity
highDetects installation of new shim databases that try to patch sections of known processes for potential process injection or persistence.
windows · registry_set
Suspicious SignIns From A Non Registered Device
highDetects risky authentication from a non AD registered device without MFA being required.
azure
Suspicious Space Characters in RunMRU Registry Path - ClickFix
highDetects the occurrence of numerous space characters in RunMRU registry paths, which may indicate execution via phishing lures using clickfix techniques to hide malicious commands in the Windows Run dialog box from naked eyes.
windows · registry_set
Suspicious Space Characters in TypedPaths Registry Path - FileFix
highDetects the occurrence of numerous space characters in TypedPaths registry paths, which may indicate execution via phishing lures using file-fix techniques to hide malicious commands.
windows · registry_set
Suspicious Speech Runtime Binary Child Process
highDetects suspicious Speech Runtime Binary Execution by monitoring its child processes. Child processes spawned by SpeechRuntime.exe could indicate an attempt for lateral movement via COM & DCOM hijacking.
windows · process_creation
Suspicious Splwow64 Without Params
highDetects suspicious Splwow64.exe process without any command line parameters
windows · process_creation
Suspicious Spool Service Child Process
highDetects suspicious print spool service (spoolsv.exe) child processes.
windows · process_creation
Suspicious SQL Error Messages
highDetects SQL error messages that indicate probing for an injection attack
sql · application
Suspicious Startup Folder Persistence
highDetects the creation of potentially malicious script and executable files in Windows startup folders, which is a common persistence technique used by threat actors. These files (.ps1, .vbs, .js, .bat, etc.) are automatically executed when a user logs in, making the Startup folder an attractive target for attackers. This technique is frequently observed in malvertising campaigns and malware distribution where attackers attempt to maintain long-term access to compromised systems.
windows · file_event
Suspicious Svchost Process Access
highDetects suspicious access to the "svchost" process such as that used by Invoke-Phantom to kill the thread of the Windows event logging service.
windows · process_access
Suspicious Sysmon as Execution Parent
highDetects suspicious process executions in which Sysmon itself is the parent of a process, which could be a sign of exploitation (e.g. CVE-2022-41120)
windows · process_creation
Suspicious SYSTEM User Process Creation
highDetects a suspicious process creation as SYSTEM user (suspicious program or command line parameter)
windows · process_creation
Suspicious Teams Application Related ObjectAcess Event
highDetects an access to authentication tokens and accounts of Microsoft Teams desktop application.
windows
Suspicious TSCON Start as SYSTEM
highDetects a tscon.exe start as LOCAL SYSTEM
windows · process_creation
Suspicious UltraVNC Execution
highDetects suspicious UltraVNC command line flag combination that indicate a auto reconnect upon execution, e.g. startup (as seen being used by Gamaredon threat group)
windows · process_creation
Suspicious Uninstall of Windows Defender Feature via PowerShell
highDetects the use of PowerShell with Uninstall-WindowsFeature or Remove-WindowsFeature cmdlets to disable or remove the Windows Defender GUI feature, a common technique used by adversaries to evade defenses.
windows · process_creation
Suspicious Unsigned Dbghelp/Dbgcore DLL Loaded
highDetects the load of dbghelp/dbgcore DLL (used to make memory dumps) by suspicious processes. Tools like ProcessHacker and some attacker tradecract use MiniDumpWriteDump API found in dbghelp.dll or dbgcore.dll. As an example, SilentTrynity C2 Framework has a module that leverages this API to dump the contents of Lsass.exe and transfer it over the network back to the attacker's machine.
windows · image_load
Suspicious Unsigned Thor Scanner Execution
highDetects loading and execution of an unsigned thor scanner binary.
windows · image_load
Suspicious Usage Of ShellExec_RunDLL
highDetects suspicious usage of the ShellExec_RunDLL function to launch other commands as seen in the the raspberry-robin attack
windows · process_creation
Suspicious Use of CSharp Interactive Console
highDetects the execution of CSharp interactive console by PowerShell
windows · process_creation
Suspicious User Agent
highDetects suspicious malformed user agent strings in proxy logs
proxy
Suspicious VBScript UN2452 Pattern
highDetects suspicious inline VBScript keywords as used by UNC2452
windows · process_creation
Suspicious Velociraptor Child Process
highDetects the suspicious use of the Velociraptor DFIR tool to execute other tools or download additional payloads, as seen in a campaign where it was abused for remote access and to stage further attacks.
windows · process_creation
Suspicious Volume Shadow Copy VSS_PS.dll Load
highDetects the image load of vss_ps.dll by uncommon executables. This DLL is used by the Volume Shadow Copy Service (VSS) to manage shadow copies of files and volumes. It is often abused by attackers to delete or manipulate shadow copies, which can hinder forensic investigations and data recovery efforts. The fact that it is loaded by processes that are not typically associated with VSS operations can indicate suspicious activity.
windows · image_load
Suspicious Volume Shadow Copy Vssapi.dll Load
highDetects the image load of VSS DLL by uncommon executables
windows · image_load
Suspicious WebDav Client Execution Via Rundll32.EXE
highDetects "svchost.exe" spawning "rundll32.exe" with command arguments like C:\windows\system32\davclnt.dll,DavSetCookie. This could be an indicator of exfiltration or use of WebDav to launch code (hosted on WebDav Server) or potentially a sign of exploitation of CVE-2023-23397
windows · process_creation
Suspicious Windows ANONYMOUS LOGON Local Account Created
highDetects the creation of suspicious accounts similar to ANONYMOUS LOGON, such as using additional spaces. Created as an covering detection for exclusion of Logon Type 3 from ANONYMOUS LOGON accounts.
windows
Suspicious Windows Defender Registry Key Tampering Via Reg.EXE
highDetects the usage of "reg.exe" to tamper with different Windows Defender registry keys in order to disable some important features related to protection and detection
windows · process_creation
Suspicious Windows Service Tampering
highDetects the usage of binaries such as 'net', 'sc' or 'powershell' in order to stop, pause, disable or delete critical or important Windows services such as AV, Backup, etc. As seen being used in some ransomware scripts
windows · process_creation
Suspicious Windows Strings In URI
highDetects suspicious Windows strings in URI which could indicate possible exfiltration or webshell communication
webserver
Suspicious Windows Trace ETW Session Tamper Via Logman.EXE
highDetects the execution of "logman" utility in order to disable or delete Windows trace sessions
windows · process_creation
Suspicious Windows Update Agent Empty Cmdline
highDetects suspicious Windows Update Agent activity in which a wuauclt.exe process command line doesn't contain any command line flags
windows · process_creation
Suspicious WMIC Execution Via Office Process
highOffice application called wmic to proxye execution through a LOLBIN process. This is often used to break suspicious parent-child chain (Office app spawns LOLBin).
windows · process_creation
Suspicious WmiPrvSE Child Process
highDetects suspicious and uncommon child processes of WmiPrvSE
windows · process_creation
Suspicious Word Cab File Write CVE-2021-40444
highDetects file creation patterns noticeable during the exploitation of CVE-2021-40444
windows · file_event
Symlink Etc Passwd
highDetects suspicious command lines that look as if they would create symbolic links to /etc/passwd
linux
Sysinternals PsSuspend Suspicious Execution
highDetects suspicious execution of Sysinternals PsSuspend, where the utility is used to suspend critical processes such as AV or EDR to bypass defenses
windows · process_creation
SysKey Registry Keys Access
highDetects handle requests and access operations to specific registry keys to calculate the SysKey
windows
Syslog Clearing or Removal Via System Utilities
highDetects specific commands commonly used to remove or empty the syslog. Which is a technique often used by attacker as a method to hide their tracks
linux · process_creation
Sysmon Application Crashed
highDetects application popup reporting a failure of the Sysmon service
windows
Sysmon Blocked Executable
highTriggers on any Sysmon "FileBlockExecutable" event, which indicates a violation of the configured block policy
windows
Sysmon Blocked File Shredding
highTriggers on any Sysmon "FileBlockShredding" event, which indicates a violation of the configured shredding policy.
windows
Sysmon Channel Reference Deletion
highPotential threat actor tampering with Sysmon manifest and eventually disabling it
windows
Sysmon Configuration Error
highDetects when an adversary is trying to hide it's action from Sysmon logging based on error messages
windows · sysmon_error
Sysmon Configuration Modification
highDetects when an attacker tries to hide from Sysmon by disabling or stopping it
windows · sysmon_status
Sysmon Discovery Via Default Driver Altitude Using Findstr.EXE
highDetects usage of "findstr" with the argument "385201". Which could indicate potential discovery of an installed Sysinternals Sysmon service using the default driver altitude (even if the name is changed).
windows · process_creation
Sysmon Driver Altitude Change
highDetects changes in Sysmon driver altitude value. If the Sysmon driver is configured to load at an altitude of another registered service, it will fail to load at boot.
windows · registry_set
Sysmon Driver Unloaded Via Fltmc.EXE
highDetects possible Sysmon filter driver unloaded via fltmc.exe
windows · process_creation
System Control Panel Item Loaded From Uncommon Location
highDetects image load events of system control panel items (.cpl) from uncommon or non-system locations that may indicate DLL sideloading or other abuse techniques.
windows · image_load
System File Execution Location Anomaly
highDetects the execution of a Windows system binary that is usually located in the system folder from an uncommon location.
windows · process_creation
System Restore Registry Modification via CommandLine
highDetects system restore registry modification via command line, which can be used by adversaries to disable system restore on the computer.
windows · process_creation
T1047 Wmiprvse Wbemcomn DLL Hijack
highDetects a threat actor creating a file named `wbemcomn.dll` in the `C:\Windows\System32\wbem\` directory over the network for a WMI DLL Hijack scenario.
windows
TAIDOOR RAT DLL Load
highDetects specific process characteristics of Chinese TAIDOOR RAT malware load
windows · process_creation
Tamper Windows Defender - PSClassic
highAttempting to disable scheduled scanning and other parts of Windows Defender ATP or set default actions to allow.
windows · ps_classic_provider_start
Tamper Windows Defender - ScriptBlockLogging
highDetects PowerShell scripts attempting to disable scheduled scanning and other parts of Windows Defender ATP or set default actions to allow.
windows · ps_script
Tamper Windows Defender Remove-MpPreference
highDetects attempts to remove Windows Defender configurations using the 'MpPreference' cmdlet
windows · process_creation
Tamper Windows Defender Remove-MpPreference - ScriptBlockLogging
highDetects attempts to remove Windows Defender configuration using the 'MpPreference' cmdlet
windows · ps_script
Tamper With Sophos AV Registry Keys
highDetects tamper attempts to sophos av functionality via registry key modification
windows · registry_set
TanStack Supply-Chain Attack Execution Indicators - Linux
highDetects process execution indicators associated with the Mini Shai-Hulud supply-chain campaign targeting TanStack npm packages and others such as mistralai and uipath reported on early May 2026. The preinstall hook runs setup.mjs, which downloads a platform-specific Bun runtime.
linux · process_creation
TanStack Supply-Chain Attack Execution Indicators - Windows
highDetects process execution indicators associated with the Mini Shai-Hulud supply-chain campaign targeting TanStack npm packages and others such as mistralai, uipath reported on early May 2026.
windows · process_creation
Taskkill Symantec Endpoint Protection
highDetects one of the possible scenarios for disabling Symantec Endpoint Protection. Symantec Endpoint Protection antivirus software services incorrectly implement the protected service mechanism. As a result, the NT AUTHORITY/SYSTEM user can execute the taskkill /im command several times ccSvcHst.exe /f, thereby killing the process belonging to the service, and thus shutting down the service.
windows · process_creation
Taskmgr as LOCAL_SYSTEM
highDetects the creation of taskmgr.exe process in context of LOCAL_SYSTEM
windows · process_creation
Tasks Folder Evasion
highThe Tasks folder in system32 and syswow64 are globally writable paths. Adversaries can take advantage of this and load or influence any script hosts or ANY .NET Application in Tasks to load and execute a custom assembly into cscript, wscript, regsvr32, mshta, eventvwr
windows · process_creation
TeamPCP LiteLLM Supply Chain Attack Persistence Indicators
highDetects the creation of specific persistence files as observed in the LiteLLM PyPI supply chain attack. In March 2026, a supply chain attack was discovered involving the popular open-source LLM framework LiteLLM by Threat Actor TeamPCP. The malicious package harvests every credential on the system, encrypts and exfiltrates them, and installs a persistent C2 backdoor.
linux · file_event
Temporary Access Pass Added To An Account
highDetects when a temporary access pass (TAP) is added to an account. TAPs added to priv accounts should be investigated
azure
Terminal Server Client Connection History Cleared - Registry
highDetects the deletion of registry keys containing the MSTSC connection history
windows · registry_delete
Terminal Service Process Spawn
highDetects a process spawned by the terminal service server process (this could be an indicator for an exploitation of CVE-2019-0708)
windows · process_creation
TerraMaster TOS CVE-2020-28188
highDetects the exploitation of the TerraMaster TOS vulnerability described in CVE-2020-28188
webserver
Time Travel Debugging Utility Usage
highDetects usage of Time Travel Debugging Utility. Adversaries can execute malicious processes and dump processes, such as lsass.exe, via tttracer.exe.
windows · process_creation
Time Travel Debugging Utility Usage - Image
highDetects usage of Time Travel Debugging Utility. Adversaries can execute malicious processes and dump processes, such as lsass.exe, via tttracer.exe.
windows · image_load
Too Many Global Admins
highIdentifies an event where there are there are too many accounts assigned the Global Administrator role.
azure
Tor Client/Browser Execution
highDetects the use of Tor or Tor-Browser to connect to onion routing networks
windows · process_creation
Trickbot Malware Activity
highDetects Trickbot malware process tree pattern in which "rundll32.exe" is a parent of "wermgr.exe"
windows · process_creation
Triple Cross eBPF Rootkit Default LockFile
highDetects the creation of the file "rootlog" which is used by the TripleCross rootkit as a way to check if the backdoor is already running.
linux · file_event
Triple Cross eBPF Rootkit Default Persistence
highDetects the creation of "ebpfbackdoor" files in both "cron.d" and "sudoers.d" directories. Which both are related to the TripleCross persistence method
linux · file_event
Triple Cross eBPF Rootkit Execve Hijack
highDetects execution of a the file "execve_hijack" which is used by the Triple Cross rootkit as a way to elevate privileges
linux · process_creation
Triple Cross eBPF Rootkit Install Commands
highDetects default install commands of the Triple Cross eBPF rootkit based on the "deployer.sh" script
linux · process_creation
TropicTrooper Campaign November 2018
highDetects TropicTrooper activity, an actor who targeted high-profile organizations in the energy and food and beverage sectors in Asia
windows · process_creation
Trust Access Disable For VBApplications
highDetects registry changes to Microsoft Office "AccessVBOM" to a value of "1" which disables trust access for VBA on the victim machine and lets attackers execute malicious macros without any Microsoft Office warnings.
windows · registry_set
Trusted Path Bypass via Windows Directory Spoofing
highDetects DLLs loading from a spoofed Windows directory path with an extra space (e.g "C:\Windows \System32") which can bypass Windows trusted path verification. This technique tricks Windows into treating the path as trusted, allowing malicious DLLs to load with high integrity privileges bypassing UAC.
windows · image_load
Turla Service Install
highThis method detects a service install of malicious services mentioned in Carbon Paper - Turla report by ESET
windows
UAC Bypass Abusing Winsat Path Parsing - File
highDetects the pattern of UAC Bypass using a path parsing issue in winsat.exe (UACMe 52)
windows · file_event
UAC Bypass Abusing Winsat Path Parsing - Process
highDetects the pattern of UAC Bypass using a path parsing issue in winsat.exe (UACMe 52)
windows · process_creation
UAC Bypass Abusing Winsat Path Parsing - Registry
highDetects the pattern of UAC Bypass using a path parsing issue in winsat.exe (UACMe 52)
windows · registry_set
UAC Bypass Tools Using ComputerDefaults
highDetects tools such as UACMe used to bypass UAC with computerdefaults.exe (UACMe 59)
windows · process_creation
UAC Bypass Using .NET Code Profiler on MMC
highDetects the pattern of UAC Bypass using .NET Code Profiler and mmc.exe DLL hijacking (UACMe 39)
windows · file_event
UAC Bypass Using ChangePK and SLUI
highDetects an UAC bypass that uses changepk.exe and slui.exe (UACMe 61)
windows · process_creation
UAC Bypass Using Consent and Comctl32 - File
highDetects the pattern of UAC Bypass using consent.exe and comctl32.dll (UACMe 22)
windows · file_event
UAC Bypass Using Consent and Comctl32 - Process
highDetects the pattern of UAC Bypass using consent.exe and comctl32.dll (UACMe 22)
windows · process_creation
UAC Bypass Using Disk Cleanup
highDetects the pattern of UAC Bypass using scheduled tasks and variable expansion of cleanmgr.exe (UACMe 34)
windows · process_creation
UAC Bypass Using DismHost
highDetects the pattern of UAC Bypass using DismHost DLL hijacking (UACMe 63)
windows · process_creation
UAC Bypass Using Event Viewer RecentViews
highDetects the pattern of UAC Bypass using Event Viewer RecentViews
windows · process_creation
UAC Bypass Using EventVwr
highDetects the pattern of a UAC bypass using Windows Event Viewer
windows · file_event
UAC Bypass Using IDiagnostic Profile
highDetects the "IDiagnosticProfileUAC" UAC bypass technique
windows · process_creation
UAC Bypass Using IDiagnostic Profile - File
highDetects the creation of a file by "dllhost.exe" in System32 directory part of "IDiagnosticProfileUAC" UAC bypass technique
windows · file_event
UAC Bypass Using IEInstal - File
highDetects the pattern of UAC Bypass using IEInstal.exe (UACMe 64)
windows · file_event
UAC Bypass Using IEInstal - Process
highDetects the pattern of UAC Bypass using IEInstal.exe (UACMe 64)
windows · process_creation
UAC Bypass Using Iscsicpl - ImageLoad
highDetects the "iscsicpl.exe" UAC bypass technique that leverages a DLL Search Order hijacking technique to load a custom DLL's from temp or a any user controlled location in the users %PATH%
windows · image_load
UAC Bypass Using MSConfig Token Modification - File
highDetects the pattern of UAC Bypass using a msconfig GUI hack (UACMe 55)
windows · file_event
UAC Bypass Using MSConfig Token Modification - Process
highDetects the pattern of UAC Bypass using a msconfig GUI hack (UACMe 55)
windows · process_creation
UAC Bypass Using NTFS Reparse Point - File
highDetects the pattern of UAC Bypass using NTFS reparse point and wusa.exe DLL hijacking (UACMe 36)
windows · file_event
UAC Bypass Using NTFS Reparse Point - Process
highDetects the pattern of UAC Bypass using NTFS reparse point and wusa.exe DLL hijacking (UACMe 36)
windows · process_creation
UAC Bypass Using PkgMgr and DISM
highDetects the pattern of UAC Bypass using pkgmgr.exe and dism.exe (UACMe 23)
windows · process_creation
UAC Bypass Using Windows Media Player - File
highDetects the pattern of UAC Bypass using Windows Media Player osksupport.dll (UACMe 32)
windows · file_event
UAC Bypass Using Windows Media Player - Process
highDetects the pattern of UAC Bypass using Windows Media Player osksupport.dll (UACMe 32)
windows · process_creation
UAC Bypass Using Windows Media Player - Registry
highDetects the pattern of UAC Bypass using Windows Media Player osksupport.dll (UACMe 32)
windows · registry_set
UAC Bypass Using WOW64 Logger DLL Hijack
highDetects the pattern of UAC Bypass using a WoW64 logger DLL hijack (UACMe 30)
windows · process_access
UAC Bypass via Event Viewer
highDetects UAC bypass method using Windows event viewer
windows · registry_set
UAC Bypass via ICMLuaUtil
highDetects the pattern of UAC Bypass using ICMLuaUtil Elevated COM interface
windows · process_creation
UAC Bypass via Sdclt
highDetects the pattern of UAC Bypass using registry key manipulation of sdclt.exe (e.g. UACMe 53)
windows · registry_set
UAC Bypass Via Wsreset
highUnfixed method for UAC bypass from Windows 10. WSReset.exe file associated with the Windows Store. It will run a binary file contained in a low-privilege registry.
windows · registry_event
UAC Bypass With Fake DLL
highAttempts to load dismcore.dll after dropping it
windows · image_load
UAC Bypass WSReset
highDetects the pattern of UAC Bypass via WSReset usable by default sysmon-config
windows · process_creation
UEFI Persistence Via Wpbbin - FileCreation
highDetects creation of a file named "wpbbin" in the "%systemroot%\system32\" directory. Which could be indicative of UEFI based persistence method
windows · file_event
UEFI Persistence Via Wpbbin - ProcessCreation
highDetects execution of the binary "wpbbin" which is used as part of the UEFI based persistence method described in the reference section
windows · process_creation
UNC2452 Process Creation Patterns
highDetects a specific process creation patterns as seen used by UNC2452 and provided by Microsoft as Microsoft Defender ATP queries
windows · process_creation
UNC4841 - Barracuda ESG Exploitation Indicators
highDetects file indicators as seen used by UNC4841 during their Barracuda ESG zero day exploitation.
linux · file_event
UNC4841 - Download Compressed Files From Temp.sh Using Wget
highDetects execution of "wget" to download a ".zip" or ".rar" files from "temp.sh". As seen used by UNC4841 during their Barracuda ESG zero day exploitation.
linux · process_creation
UNC4841 - Download Tar File From Untrusted Direct IP Via Wget
highDetects execution of "wget" to download a "tar" from an IP address that doesn't have a trusted certificate. As seen used by UNC4841 during their Barracuda ESG zero day exploitation.
linux · process_creation
UNC4841 - Email Exfiltration File Pattern
highDetects filename pattern of email related data used by UNC4841 for staging and exfiltration
linux · file_event
UNC4841 - SSL Certificate Exfiltration Via Openssl
highDetects the execution of "openssl" to connect to an IP address. This techniques was used by UNC4841 to exfiltrate SSL certificates and as a C2 channel with named pipes. Investigate commands executed in the temporal vicinity of this command.
linux · process_creation
Uncommon Child Process Of Setres.EXE
highDetects uncommon child process of Setres.EXE. Setres.EXE is a Windows server only process and tool that can be used to set the screen resolution. It can potentially be abused in order to launch any arbitrary file with a name containing the word "choice" from the current execution path.
windows · process_creation
Uncommon Extension In Keyboard Layout IME File Registry Value
highDetects usage of Windows Input Method Editor (IME) keyboard layout feature, which allows an attacker to load a DLL into the process after sending the WM_INPUTLANGCHANGEREQUEST message. Before doing this, the client needs to register the DLL in a special registry key that is assumed to implement this keyboard layout. This registry key should store a value named "Ime File" with a DLL path. IMEs are essential for languages that have more characters than can be represented on a standard keyboard, such as Chinese, Japanese, and Korean.
windows · registry_set
Uncommon File Created by Notepad++ Updater Gup.EXE
highDetects when the Notepad++ updater (gup.exe) creates files in suspicious or uncommon locations. This could indicate potential exploitation of the updater component to deliver unwanted malware or unwarranted files.
windows · file_event
Uncommon File Created In Office Startup Folder
highDetects the creation of a file with an uncommon extension in an Office application startup folder
windows · file_event
Uncommon File Creation By Mysql Daemon Process
highDetects the creation of files with scripting or executable extensions by Mysql daemon. Which could be an indicator of "User Defined Functions" abuse to download malware.
windows · file_event
Uncommon FileSystem Load Attempt By Format.com
highDetects the execution of format.com with an uncommon filesystem selection that could indicate a defense evasion activity in which "format.com" is used to load malicious DLL files or other programs.
windows · process_creation
Uncommon Microsoft Office Trusted Location Added
highDetects changes to registry keys related to "Trusted Location" of Microsoft Office where the path is set to something uncommon. Attackers might add additional trusted locations to avoid macro security restrictions.
windows · registry_set
Uncommon Network Connection Initiated By Certutil.EXE
highDetects a network connection initiated by the certutil.exe utility. Attackers can abuse the utility in order to download malware or additional payloads.
windows · network_connection
Uncommon One Time Only Scheduled Task At 00:00
highDetects scheduled task creation events that include suspicious actions, and is run once at 00:00
windows · process_creation
Uncommon Svchost Command Line Parameter
highDetects instances of svchost.exe running with an unusual or uncommon command line parameter by excluding known legitimate or common patterns. This could point at a file masquerading as svchost, a process injection, or hollowing of a legitimate svchost instance.
windows · process_creation
Uncommon Userinit Child Process
highDetects uncommon "userinit.exe" child processes, which could be a sign of uncommon shells or login scripts used for persistence.
windows · process_creation
Unfamiliar Sign-In Properties
highDetects sign-in with properties that are unfamiliar to the user. The detection considers past sign-in history to look for anomalous sign-ins.
azure
Uninstall Crowdstrike Falcon Sensor
highAdversaries may disable security tools to avoid possible detection of their tools and activities by uninstalling Crowdstrike Falcon
windows · process_creation
Uninstall Sysinternals Sysmon
highDetects the removal of Sysmon, which could be a potential attempt at defense evasion
windows · process_creation
Unsigned Binary Loaded From Suspicious Location
highDetects Code Integrity (CI) engine blocking processes from loading unsigned DLLs residing in suspicious locations
windows
Unsigned Mfdetours.DLL Sideloading
highDetects DLL sideloading of unsigned "mfdetours.dll". Executing "mftrace.exe" can be abused to attach to an arbitrary process and force load any DLL named "mfdetours.dll" from the current directory of execution.
windows · image_load
Unusual Child Process of dns.exe
highDetects an unexpected process spawning from dns.exe which may indicate activity related to remote code execution or other forms of exploitation as seen in CVE-2020-1350 (SigRed)
windows · process_creation
Unusual File Deletion by Dns.exe
highDetects an unexpected file being deleted by dns.exe which my indicate activity related to remote code execution or other forms of exploitation as seen in CVE-2020-1350 (SigRed)
windows · file_delete
Unusual File Download from Direct IP Address
highDetects the download of suspicious file type from URLs with IP
windows · create_stream_hash
Unusual File Modification by dns.exe
highDetects an unexpected file being modified by dns.exe which my indicate activity related to remote code execution or other forms of exploitation as seen in CVE-2020-1350 (SigRed)
windows · file_change
Ursnif Malware Download URL Pattern
highDetects download of Ursnif malware done by dropper documents.
proxy
Ursnif Redirection Of Discovery Commands
highDetects the redirection of Ursnif discovery commands as part of the initial execution of the malware.
windows · process_creation
Usage of Renamed Sysinternals Tools - RegistrySet
highDetects non-sysinternals tools setting the "accepteula" key which normally is set on sysinternals tool execution
windows · registry_set
Use of Legacy Authentication Protocols
highAlert on when legacy authentication has been used on an account
azure
Use of W32tm as Timer
highWhen configured with suitable command line arguments, w32tm can act as a delay mechanism
windows · process_creation
User Added To Highly Privileged Group
highDetects addition of users to highly privileged groups via "Net" or "Add-LocalGroupMember".
windows · process_creation
User Added To Privilege Role
highDetects when a user is added to a privileged role.
azure
User Added to Remote Desktop Users Group
highDetects addition of users to the local Remote Desktop Users group via "Net" or "Add-LocalGroupMember".
windows · process_creation
User Couldn't Call a Privileged Service 'LsaRegisterLogonProcess'
highThe 'LsaRegisterLogonProcess' function verifies that the application making the function call is a logon process by checking that it has the SeTcbPrivilege privilege set. Possible Rubeus tries to get a handle to LSA.
windows
User Risk and MFA Registration Policy Updated
highDetects changes and updates to the user risk and MFA registration policy. Attackers can modified the policies to Bypass MFA, weaken security thresholds, facilitate further attacks, maintain persistence.
azure
User Shell Folders Registry Modification via CommandLine
highDetects modifications to User Shell Folders registry values via reg.exe or PowerShell, which could indicate persistence attempts. Attackers may modify User Shell Folders registry values to point to malicious executables or scripts that will be executed during startup. This technique is often used to maintain persistence on a compromised system by ensuring that malicious payloads are executed automatically.
windows · process_creation
Users Added to Global or Device Admin Roles
highMonitor and alert for users added to device admin roles.
azure
Using SettingSyncHost.exe as LOLBin
highDetects using SettingSyncHost.exe to run hijacked binary
windows · process_creation
VBA DLL Loaded Via Office Application
highDetects VB DLL's loaded by an office application. Which could indicate the presence of VBA Macros.
windows · image_load
VBScript Payload Stored in Registry
highDetects VBScript content stored into registry keys as seen being used by UNC2452 group
windows · registry_set
Veeam Backup Servers Credential Dumping Script Execution
highDetects execution of a PowerShell script that contains calls to the "Veeam.Backup" class, in order to dump stored credentials.
windows · ps_script
VeeamBackup Database Credentials Dump Via Sqlcmd.EXE
highDetects dump of credentials in VeeamBackup dbo
windows · process_creation
Vim GTFOBin Abuse - Linux
highDetects the use of "vim" and it's siblings commands to execute a shell or proxy commands. Such behavior may be associated with privilege escalation, unauthorized command execution, or to break out from restricted environments.
linux · process_creation
Visual Basic Command Line Compiler Usage
highDetects successful code compilation via Visual Basic Command Line Compiler that utilizes Windows Resource to Object Converter.
windows · process_creation
VMMap Unsigned Dbghelp.DLL Potential Sideloading
highDetects potential DLL sideloading of an unsigned dbghelp.dll by the Sysinternals VMMap.
windows · image_load
VMToolsd Suspicious Child Process
highDetects suspicious child process creations of VMware Tools process which may indicate persistence setup
windows · process_creation
VMware vCenter Server File Upload CVE-2021-22005
highDetects exploitation attempts using file upload vulnerability CVE-2021-22005 in the VMWare vCenter Server.
webserver
VolumeShadowCopy Symlink Creation Via Mklink
highShadow Copies storage symbolic link creation using operating systems utilities
windows · process_creation
Vulnerable Driver Blocklist Registry Tampering Via CommandLine
highDetects tampering of the Vulnerable Driver Blocklist registry via command line tools such as PowerShell or REG.EXE. The Vulnerable Driver Blocklist is a security feature that helps prevent the loading of known vulnerable drivers. Disabling this feature may indicate an attempt to bypass security controls, often targeted by threat actors to facilitate the installation of malicious or vulnerable drivers, particularly in scenarios involving Endpoint Detection and Response
windows · process_creation
Vulnerable Driver Load
highDetects loading of known vulnerable drivers via their hash.
windows · driver_load
Vulnerable HackSys Extreme Vulnerable Driver Load
highDetects the load of HackSys Extreme Vulnerable Driver which is an intentionally vulnerable Windows driver developed for security enthusiasts to learn and polish their exploitation skills at Kernel level and often abused by threat actors
windows · driver_load
Vulnerable Netlogon Secure Channel Connection Allowed
highDetects that a vulnerable Netlogon secure channel connection was allowed, which could be an indicator of CVE-2020-1472.
windows
Vulnerable WinRing0 Driver Load
highDetects the load of a signed WinRing0 driver often used by threat actors, crypto miners (XMRIG) or malware for privilege escalation
windows · driver_load
Wab Execution From Non Default Location
highDetects execution of wab.exe (Windows Contacts) and Wabmig.exe (Microsoft Address Book Import Tool) from non default locations as seen with bumblebee activity
windows · process_creation
Wab/Wabmig Unusual Parent Or Child Processes
highDetects unusual parent or children of the wab.exe (Windows Contacts) and Wabmig.exe (Microsoft Address Book Import Tool) processes as seen being used with bumblebee activity
windows · process_creation
Wannacry Killswitch Domain
highDetects wannacry killswitch domain dns queries
dns
Wdigest CredGuard Registry Modification
highDetects potential malicious modification of the property value of IsCredGuardEnabled from HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest to disable Cred Guard on a system. This is usually used with UseLogonCredential to manipulate the caching credentials.
windows · registry_event
Wdigest Enable UseLogonCredential
highDetects potential malicious modification of the property value of UseLogonCredential from HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest to enable clear-text credentials
windows · registry_set
Weak Encryption Enabled and Kerberoast
highDetects scenario where weak encryption is enabled for a user profile which could be used for hash/password cracking.
windows
Webshell Detection With Command Line Keywords
highDetects certain command line parameters often used during reconnaissance activity via web shells
windows · process_creation
Webshell Hacking Activity Patterns
highDetects certain parent child patterns found in cases in which a web shell is used to perform certain credential dumping or exfiltration activities on a compromised system
windows · process_creation
Webshell ReGeorg Detection Via Web Logs
highCertain strings in the uri_query field when combined with null referer and null user agent can indicate activity associated with the webshell ReGeorg.
webserver
Webshell Tool Reconnaissance Activity
highDetects processes spawned from web servers (PHP, Tomcat, IIS, etc.) that perform reconnaissance looking for the existence of popular scripting tools (perl, python, wget) on the system via the help commands
windows · process_creation
WerFault LSASS Process Memory Dump
highDetects WerFault creating a dump file with a name that indicates that the dump file could be an LSASS process memory, which contains user credentials
windows · file_event
WhoAmI as Parameter
highDetects a suspicious process command line that uses whoami as first parameter (as e.g. used by EfsPotato)
windows · process_creation
Whoami.EXE Execution From Privileged Process
highDetects the execution of "whoami.exe" by privileged accounts that are often abused by threat actors
windows · process_creation
Win Defender Restored Quarantine File
highDetects the restoration of files from the defender quarantine
windows
WinDivert Driver Load
highDetects the load of the Windiver driver, a powerful user-mode capture/sniffing/modification/blocking/re-injection package for Windows
windows · driver_load
Windows AMSI Related Registry Tampering Via CommandLine
highDetects tampering of AMSI (Anti-Malware Scan Interface) related registry values via command line tools such as reg.exe or PowerShell. AMSI provides a generic interface for applications and services to integrate with antimalware products. Adversaries may disable AMSI to evade detection of malicious scripts and code execution.
windows · process_creation
Windows Binaries Write Suspicious Extensions
highDetects Windows executables that write files with suspicious extensions
windows · file_event
Windows Credential Guard Disabled - Registry
highDetects attempts to disable Windows Credential Guard by setting registry values to 0. Credential Guard uses virtualization-based security to isolate secrets so that only privileged system software can access them. Adversaries may disable Credential Guard to gain access to sensitive credentials stored in the system, such as NTLM hashes and Kerberos tickets, which can be used for lateral movement and privilege escalation.
windows · registry_set
Windows Credential Guard Registry Tampering Via CommandLine
highDetects attempts to add, modify, or delete Windows Credential Guard related registry keys or values via command line tools such as Reg.exe or PowerShell. Credential Guard uses virtualization-based security to isolate secrets so that only privileged system software can access them. Adversaries may disable Credential Guard to gain access to sensitive credentials stored in the system, such as NTLM hashes and Kerberos tickets, which can be used for lateral movement and privilege escalation. The rule matches suspicious command lines that target DeviceGuard or LSA registry paths and manipulate keys like EnableVirtualizationBasedSecurity, RequirePlatformSecurityFeatures, or LsaCfgFlags. Such activity may indicate an attempt to disable or tamper with Credential Guard, potentially exposing sensitive credentials for misuse.
windows · process_creation
Windows Credential Guard Related Registry Value Deleted - Registry
highDetects attempts to disable Windows Credential Guard by deleting registry values. Credential Guard uses virtualization-based security to isolate secrets so that only privileged system software can access them. Adversaries may disable Credential Guard to gain access to sensitive credentials stored in the system, such as NTLM hashes and Kerberos tickets, which can be used for lateral movement and privilege escalation.
windows · registry_delete
Windows Defender AMSI Trigger Detected
highDetects triggering of AMSI by Windows Defender.
windows
Windows Defender Configuration Changes
highDetects suspicious changes to the Windows Defender configuration
windows
Windows Defender Context Menu Removed
highDetects the use of reg.exe or PowerShell to delete the Windows Defender context menu handler registry keys. This action removes the "Scan with Microsoft Defender" option from the right-click menu for files, directories, and drives. Attackers may use this technique to hinder manual, on-demand scans and reduce the visibility of the security product.
windows · process_creation
Windows Defender Definition Files Removed
highAdversaries may disable security tools to avoid possible detection of their tools and activities by removing Windows Defender Definition Files
windows · process_creation
Windows Defender Disabled Via SystemSettingsAdminFlows.EXE
highDetects the usage of SystemSettingsAdminFlows.exe to disable Windows Defender. SystemSettingsAdminFlows.exe is a legitimate Windows component used for administrative configuration tasks. However, attackers may abuse it to disable Windows Defender as part of their attack chain, especially in the context of ransomware or other malware campaigns.
windows · process_creation
Windows Defender Exploit Guard Tamper
highDetects when someone is adding or removing applications or folders from exploit guard "ProtectedFolders" or "AllowedApplications"
windows
Windows Defender Grace Period Expired
highDetects the expiration of the grace period of Windows Defender. This means protection against viruses, spyware, and other potentially unwanted software is disabled.
windows
Windows Defender Malware And PUA Scanning Disabled
highDetects disabling of the Windows Defender feature of scanning for malware and other potentially unwanted software
windows
Windows Defender Real-time Protection Disabled
highDetects disabling of Windows Defender Real-time Protection. As this event doesn't contain a lot of information on who initiated this action you might want to reduce it to a "medium" level if this occurs too many times in your environment
windows
Windows Defender Service Disabled - Registry
highDetects when an attacker or tool disables the Windows Defender service (WinDefend) via the registry
windows · registry_set
Windows Defender Threat Detected
highDetects actions taken by Windows Defender malware detection engines
windows
Windows Defender Threat Severity Default Action Modified
highDetects modifications or creations of Windows Defender's default threat action settings based on severity to 'allow' or take 'no action'. This is a highly suspicious configuration change that effectively disables Defender's ability to automatically mitigate threats of a certain severity level, allowing malicious software to run unimpeded. An attacker might use this technique to bypass defenses before executing payloads.
windows · registry_event
Windows Defender Virus Scanning Feature Disabled
highDetects disabling of the Windows Defender virus scanning feature
windows
Windows Event Log Access Tampering Via Registry
highDetects changes to the Windows EventLog channel permission values. It focuses on changes to the Security Descriptor Definition Language (SDDL) string, as modifications to these values can restrict access to specific users or groups, potentially aiding in defense evasion by controlling who can view or modify a event log channel. Upon execution, the user shouldn't be able to access the event log channel via the event viewer or via utilities such as "Get-EventLog" or "wevtutil".
windows · registry_set
Windows EventLog Autologger Session Registry Modification Via CommandLine
highDetects attempts to disable Windows EventLog autologger sessions via registry modification. The AutoLogger event tracing session records events that occur early in the operating system boot process. Applications and device drivers can use the AutoLogger session to capture traces before the user logs in. Adversaries may disable these sessions to evade detection and prevent security monitoring of early boot activities and system events.
windows · process_creation
Windows Filtering Platform Blocked Connection From EDR Agent Binary
highDetects a Windows Filtering Platform (WFP) blocked connection event involving common Endpoint Detection and Response (EDR) agents. Adversaries may use WFP filters to prevent Endpoint Detection and Response (EDR) agents from reporting security events.
windows
Windows Hypervisor Enforced Code Integrity Disabled
highDetects changes to the HypervisorEnforcedCodeIntegrity registry key and the "Enabled" value being set to 0 in order to disable the Hypervisor Enforced Code Integrity feature. This allows an attacker to load unsigned and untrusted code to be run in the kernel
windows · registry_set
Windows Internet Hosted WebDav Share Mount Via Net.EXE
highDetects when an internet hosted webdav share is mounted using the "net.exe" utility
windows · process_creation
Windows LAPS Credential Dump From Entra ID
highDetects when an account dumps the LAPS password from Entra ID.
azure
Windows Shell/Scripting Application File Write to Suspicious Folder
highDetects Windows shells and scripting applications that write files to suspicious folders
windows · file_event
Windows Shell/Scripting Processes Spawning Suspicious Programs
highDetects suspicious child processes of a Windows shell and scripting processes such as wscript, rundll32, powershell, mshta...etc.
windows · process_creation
Windows Suspicious Child Process from Node.js - React2Shell
highDetects suspicious child processes started by Node.js server processes on Windows, which may indicate exploitation of vulnerabilities like CVE-2025-55182 (React2Shell). Attackers can abuse the Node.js 'child_process' module to run system commands or scripts using methods such as spawn(), exec(), execFile(), fork(), or execSync(). If execSync() or exec() is used in the exploit, the command line often shows a shell (e.g., cmd.exe /d /s /c ...) running a suspicious command unless other shells are explicitly invoked. For other methods, the spawned process appears directly in the Image field unless a shell is explicitly used.
windows · process_creation
Windows Vulnerable Driver Blocklist Disabled
highDetects when the Windows Vulnerable Driver Blocklist is set to disabled. This setting is crucial for preventing the loading of known vulnerable drivers, and its modification may indicate an attempt to bypass security controls. It is often targeted by threat actors to facilitate the installation of malicious or vulnerable drivers, particularly in scenarios involving Endpoint Detection and Response (EDR) bypass techniques. This rule applies to systems that support the Vulnerable Driver Blocklist feature, including Windows 10 version 1903 and later, and Windows Server 2022 and later. Note that this change will require a reboot to take effect, and this rule only detects the registry modification action.
windows · registry_set
Windows WebDAV User Agent
highDetects WebDav DownloadCradle
proxy
Windows Webshell Strings
highDetects common commands used in Windows webshells
webserver
WINEKEY Registry Modification
highDetects potential malicious modification of run keys by winekey or team9 backdoor
windows · registry_event
Winlogon Notify Key Logon Persistence
highAdversaries may abuse features of Winlogon to execute DLLs and/or executables when a user logs in. Winlogon.exe is a Windows component responsible for actions at logon/logoff as well as the secure attention sequence (SAS) triggered by Ctrl-Alt-Delete.
windows · registry_set
WinRAR Creating Files in Startup Locations
highDetects WinRAR creating files in Windows startup locations, which may indicate an attempt to establish persistence by adding malicious files to the Startup folder. This kind of behaviour has been associated with exploitation of WinRAR path traversal vulnerability CVE-2025-6218 or CVE-2025-8088.
windows · file_event
Winrs Local Command Execution
highDetects the execution of Winrs.exe where it is used to execute commands locally. Commands executed this way are launched under Winrshost.exe and can represent proxy execution used for defense evasion or lateral movement.
windows · process_creation
WMI Persistence - Command Line Event Consumer
highDetects WMI command line event consumers
windows · image_load
WMI Persistence - Script Event Consumer File Write
highDetects file writes of WMI script event consumer
windows · file_event
WMImplant Hack Tool
highDetects parameters used by WMImplant
windows · ps_script
Wmiprvse Wbemcomn DLL Hijack
highDetects a threat actor creating a file named `wbemcomn.dll` in the `C:\Windows\System32\wbem\` directory over the network and loading it for a WMI DLL Hijack scenario.
windows · image_load
WordPress Wp2shell Exploitation Tool User-Agent
highDetects the hardcoded "wp2shell" User-Agent string used by the wp2shell PoC tool during all phases of CVE-2026-63030 and CVE-2026-60137 exploitation.
webserver
WScript or CScript Dropper - File
highDetects a file ending in jse, vbe, js, vba, vbs, wsf, wsh written by cscript.exe or wscript.exe
windows · file_event
WSL Kali-Linux Usage
highDetects the use of Kali Linux through Windows Subsystem for Linux
windows · process_creation
Wusa.EXE Executed By Parent Process Located In Suspicious Location
highDetects execution of the "wusa.exe" (Windows Update Standalone Installer) utility by a parent process that is located in a suspicious location. Attackers could instantiate an instance of "wusa.exe" in order to bypass User Account Control (UAC). They can duplicate the access token from "wusa.exe" to gain elevated privileges.
windows · process_creation
Xwizard.EXE Execution From Non-Default Location
highDetects the execution of Xwizard tool from a non-default directory. When executed from a non-default directory, this utility can be abused in order to side load a custom version of "xwizards.dll".
windows · process_creation