Tag
Suspicious Csc.exe Execution via Unconventional Parent Processes
1 rule 1 TTPAdversaries frequently leverage the C# compiler (csc.exe) to compile malicious code on-the-fly, often triggered by suspicious parent processes such as office applications or script engines.
Detection of Suspicious File Writes by Core Windows Processes
1 rule 1 TTPDetection of suspicious file creation events where critical Windows system binaries write files with potentially malicious extensions, indicating potential process masquerading or system compromise.
Detection of PowerShell-Based Timestomping Activity
1 rule 1 TTPAdversaries utilize PowerShell commands to modify file system metadata, specifically targeting creation, access, and modification timestamps to evade detection and hinder forensic analysis.
Detection of Suspicious PowerShell WindowStyle Hidden Usage
1 rule 1 TTPAdversaries utilize the PowerShell WindowStyle parameter to execute scripts in a hidden window, a technique often used to conceal malicious activity from user visibility.
Suspicious PowerShell Start-Process PassThru Usage
1 rule 1 TTPDetection logic for PowerShell scripts utilizing the Start-Process cmdlet with the -PassThru parameter to execute processes in the background, a technique often used for stealthy execution.
Suspicious Hyper-V Cmdlet Execution
1 rule 1 TTPAdversaries may use Hyper-V PowerShell cmdlets to create and manipulate virtual machines to conceal malicious activity or establish persistence.
Detection of In-Memory Assembly Loading via PowerShell Reflection
1 rule 1 TTPThis brief documents the use of .NET reflection techniques within PowerShell to execute arbitrary code in-memory, a method frequently utilized to bypass file-based security controls.
PowerShell Virtualization Environment Detection Discovery
1 rule 1 TTPAdversaries utilize PowerShell commands to query WMI objects and check for virtualization artifacts to evade sandbox and analysis environments.
Detection of Suspicious Double Extension File Names
1 rule 1 TTPAdversaries frequently employ files with double extensions to bypass user skepticism and exploit Windows default settings that hide common file extensions.
Unsigned .node Module Loading in Electron Applications
1 rule 2 TTPsAdversaries, such as the DripLoader malware, are abusing the lack of integrity checks in Electron applications to execute malicious native code via unsigned .node modules.
Detection of LOLBin Relocation Techniques
1 rule 1 TTPAdversaries frequently copy Living-off-the-Land Binaries (LOLBins) from protected system directories to arbitrary locations to evade security controls that rely on path-based allowlisting.
Detection of Renamed CreateDump Utility Execution
1 rule 2 TTPsAdversaries may rename the legitimate createdump.exe utility to evade detection while performing unauthorized process memory dumps for credential access.
PowerShell Script Execution from Alternate Data Streams
1 rule 1 TTPDetection of attackers using NTFS Alternate Data Streams (ADS) to hide and execute malicious PowerShell scripts, effectively bypassing simple file-based scanning.
Detection of PowerShell Base64 Decoding Techniques
1 rule 2 TTPsThis brief documents the use of the 'FromBase64String' method within PowerShell command lines, a common technique for obfuscating malicious payloads to bypass signature-based detection.
Suspicious JavaScript Execution Via Mshta.EXE
1 rule 1 TTPDetection of attackers using the Windows mshta.exe utility to execute malicious JavaScript code for living-off-the-land stealth execution.
Detection of NTFS Alternate Data Stream Manipulation via PowerShell
1 rule 1 TTPAdversaries utilize NTFS Alternate Data Streams (ADS) to conceal malicious payloads and configuration data on Windows systems by appending information to existing files.
Detection of Windows Console History Clearing
1 rule 1 TTPAdversaries often attempt to clear PowerShell command history to conceal malicious activities conducted during a security incident.
Detection of Sysinternals Procdump Execution
1 rule 2 TTPsDetection of the execution of the Sysinternals Procdump utility, which is frequently used by attackers to dump process memory for credential access.
Abuse of NTFS INDEX_ALLOCATION Stream for Directory Obfuscation
1 rule 1 TTPAttackers can abuse the NTFS $INDEX_ALLOCATION stream to create directories that are inaccessible to standard Windows utilities like Explorer and PowerShell, facilitating stealthy data storage.
Execution via NTFS Alternate Data Streams
1 rule 1 TTPAdversaries utilize NTFS Alternate Data Streams to hide and execute malicious payloads, evading detection by conventional file analysis tools.
Service Security Descriptor Tampering via Sc.exe
1 rule 1 TTPAdversaries use the sc.exe utility to modify service security descriptors to achieve persistence, escalate privileges, or hide malicious services from standard management tools.
Suspicious Rundll32 Execution via Uncommon File Extensions
1 rule 1 TTPAdversaries may execute malicious payloads by leveraging rundll32.exe with non-standard file extensions to bypass simple filename-based security controls.
Suspicious Rundll32 Proxy Execution Patterns
1 rule 1 TTPThis brief documents common LOLBIN usage of rundll32.exe to execute arbitrary code or bypass security controls through legitimate Windows DLLs.
Detection of XORDump Credential Dumping Activity
1 rule 2 TTPsXORDump is a utility used by attackers to dump process memory, specifically targeting lsass.exe to facilitate credential theft.
Remote File Download Using Findstr.exe
1 rule 1 TTPAttackers can leverage the findstr.exe utility to download or read content from remote SMB shares using specific command-line arguments, potentially facilitating file exfiltration or second-stage payload delivery.
Suspicious Dynamic .NET Compilation via Csc.exe
1 rule 1 TTPAttackers utilize the C# compiler (csc.exe) to dynamically compile and execute malicious code in memory, enabling evasion of signature-based defenses and EDR hooks.
Detection of PowerShell Alternate Data Stream File Storage
1 rule 1 TTPAdversaries utilize PowerShell to store malicious payloads within NTFS Alternate Data Streams (ADS) to evade detection and maintain stealthy persistence.
Detection of Hidden Executables in NTFS Alternate Data Streams
1 rule 1 TTPAdversaries utilize NTFS Alternate Data Streams (ADS) to conceal malicious executables, effectively bypassing basic file visibility checks and traditional security scans.
Abuse of AppX Deployment Service for Malicious Package Installation
1 ruleAdversaries are leveraging the Windows AppX deployment mechanism to execute malicious packages by placing them in non-standard file paths to bypass traditional deployment directory restrictions.
Detection of Registry Modifications to Disable Hidden File Visibility
1 rule 1 TTPAdversaries frequently modify Windows registry keys to prevent users from viewing hidden and system files, a technique used to maintain persistence and camouflage malicious artifacts.
Detection of PowerShell Token Obfuscation Techniques
1 rule 1 TTPThis brief documents detection logic for PowerShell command-line obfuscation methods commonly utilized by the Invoke-Obfuscation framework to bypass security monitoring.
Detection of Direct Volume Access via PowerShell IO.FileStream
1 rule 1 TTPAdversaries may use PowerShell to open a handle to disk volumes via DOS device paths to perform direct, unauthorized file system access or bypass security controls.
Suspicious Cross-User Process Spawning Behavior
1 rule 2 TTPsDetection of common user-space applications being spawned under different user contexts, which often indicates privilege escalation testing or sacrificial process execution.
PSScriptPolicyTest Creation By Uncommon Process
1 rule 1 TTPThis brief describes a detection opportunity for the stealthy creation of the 'PSScriptPolicyTest' PowerShell script by processes other than standard PowerShell executables or legitimate Windows components, a behavior potentially indicative of advanced adversaries attempting to bypass PowerShell logging and security policies.
Suspicious System Process Names in Unusual File Locations
1 rule 1 TTPThis brief detects an attacker's attempt to evade detection and maintain persistence by creating executable files with names identical to legitimate Windows system processes in non-standard directories, a tactic associated with stealth and defense evasion.
Rundll32 UNC Path Execution for Malicious DLL Loading
1 rule 2 TTPsThreat actors are observed abusing the legitimate Windows utility rundll32.exe to execute malicious DLLs from remote UNC network paths, facilitating execution and lateral movement within compromised environments.
System File Execution Location Anomaly
1 rule 4 TTPsThis brief describes the detection of Windows system binaries executing from uncommon locations, a defense evasion and stealth technique employed by various threat actors including Lazarus Group and Sidewinder APT, indicating potential malicious activity on an endpoint.
Execution Of Non-Existing File via Process Ghosting
1 rule 2 TTPsThis brief details the Process Ghosting technique, an advanced evasion method leveraged by attackers to create and execute processes from files that no longer exist on disk, challenging traditional endpoint detection solutions and hindering forensic investigations.
Remote AppX Package Downloaded from File Sharing or CDN Domain
1 rule 3 TTPs 35 IOCsThis brief details the detection of a malicious AppX package downloaded from untrusted file-sharing or CDN domains, a technique employed by threat actors like BazarLoader to deliver malware via abused Windows app mechanisms, potentially leading to system compromise and ransomware.
Suspicious Process Execution from Linux Shared Memory (/dev/shm)
1 rule 1 TTPAttackers are abusing the Linux shared memory directory, `/dev/shm`, for fileless malware staging and execution to evade disk-based detection mechanisms, posing a high risk for persistent access and system compromise.
Detecting Renamed ProcDump Execution for Evasion
1 rule 2 TTPsThis brief focuses on the detection of renamed Sysinternals ProcDump executables, a technique often employed by threat actors to evade security controls and perform credential dumping from LSASS memory on Windows systems, leading to potential lateral movement and privilege escalation.
Legitimate Application Dropped Script Detection
1 rule 2 TTPsThis brief describes the detection of Living Off The Land Binaries (LOLBINs) and legitimate Windows applications being abused to drop various script files to disk, indicating malware staging or script-based code execution attempts.
Suspicious PowerShell Start-Process with PassThru for Stealth Execution
1 rule 1 TTPThis brief details a PowerShell defense evasion technique where adversaries utilize the `Start-Process` cmdlet with the `-PassThru` parameter to execute commands or programs in a hidden, background manner, enabling covert persistent access or malicious payload execution on Windows systems.
GitHub SSH Certificate Configuration Changed
2 rules 4 TTPsAttackers can modify SSH certificate configurations in GitHub organizations to gain unauthorized access, persist in the environment, escalate privileges, and operate stealthily.
Kubernetes Event Deletion for Defense Evasion
2 rules 1 TTPAn adversary may delete Kubernetes events to evade detection and hide malicious activity within a Kubernetes environment by removing audit logs.
Suspicious AWS SAML Activity Detection
2 rules 3 TTPsThis rule identifies suspicious SAML activity in AWS, such as AssumeRoleWithSAML and UpdateSAMLProvider events, which could indicate an attacker gaining backdoor access, escalating privileges, or establishing persistence.
Azure AD User Password Reset Detection
2 rules 1 TTPDetects when a user successfully resets their own password in Azure Active Directory, which may indicate malicious activity or account compromise.
Azure Service Principal Removal Detection
2 rules 1 TTPDetection of a service principal removal in Azure, potentially indicating malicious activity or an attempt to remove evidence of a compromise.
Unauthorized Guest User Invitation Attempt in Azure
2 rules 1 TTPDetection of a failed attempt to invite an external guest user by an Azure user lacking the necessary permissions, potentially indicating privilege escalation or malicious insider activity.
Azure Subscription Permission Elevation via Activity Logs
2 rules 1 TTPAn attacker elevates their Azure subscription permissions to manage all subscriptions, potentially leading to unauthorized access and control over the environment.
Azure AD Account Created and Deleted Within a Close Time Frame
2 rules 3 TTPsDetection of Azure Active Directory accounts that are created and deleted within a short timeframe, potentially indicating malicious activity such as privilege escalation or persistence attempts.
AWS Root Account Usage Detected
3 rules 3 TTPsThe AWS root account, which grants unrestricted access to all resources within an AWS account, was used, potentially indicating unauthorized activity, privilege escalation, or a breach of security best practices.