-
IIS HTTP Logging Disabled
Sep 19, 2026 · Domain: Endpoint OS: Windows Use Case: Threat Detection Tactic: Defense Evasion Data Source: Elastic Endgame Resources: Investigation Guide Data Source: Elastic Defend Data Source: Windows Security Event Logs Data Source: Microsoft Defender XDR Data Source: Sysmon Data Source: SentinelOne Data Source: Crowdstrike Noise: Medium Performance: Normal Rule Type: Event Correlation (EQL) Platform: Windows Service: IIS ·Identifies when Internet Information Services (IIS) HTTP Logging is disabled on a server. An attacker with IIS server access via a webshell or other mechanism can disable HTTP Logging as an effective anti-forensics measure.
Read More -
Microsoft IIS Connection Strings Decryption
Sep 19, 2026 · Domain: Endpoint OS: Windows Use Case: Threat Detection Tactic: Credential Access Data Source: Elastic Endgame Data Source: Elastic Defend Data Source: Windows Security Event Logs Data Source: Microsoft Defender XDR Data Source: Sysmon Data Source: SentinelOne Data Source: Crowdstrike Resources: Investigation Guide Noise: Medium Performance: Normal Rule Type: Event Correlation (EQL) Platform: Windows Service: IIS ·Identifies use of aspnet_regiis to decrypt Microsoft IIS connection strings. An attacker with Microsoft IIS web server access via a webshell or similar access can decrypt and dump any hardcoded connection strings, such as the MSSQL service account password using the aspnet_regiis command.
Read More -
Microsoft IIS Service Account Password Dumped
Sep 19, 2026 · Domain: Endpoint OS: Windows Use Case: Threat Detection Tactic: Credential Access Data Source: Elastic Endgame Data Source: Elastic Defend Data Source: Windows Security Event Logs Data Source: Microsoft Defender XDR Data Source: Sysmon Data Source: SentinelOne Data Source: Crowdstrike Resources: Investigation Guide Noise: Medium Performance: Normal Rule Type: Event Correlation (EQL) Platform: Windows Service: IIS ·Identifies the Internet Information Services (IIS) command-line tool, AppCmd, being used to dump sensitive configuration data such as application pool credentials. An attacker with IIS web server access via a web shell can extract service account passwords by requesting full configuration output or targeting credential-related fields.
Read More -
Potential IIS Web Shell File Creation
Sep 19, 2026 · Domain: Endpoint OS: Windows Use Case: Threat Detection Tactic: Persistence Data Source: Elastic Endgame Data Source: Elastic Defend Data Source: Sysmon Data Source: SentinelOne Data Source: Microsoft Defender XDR Data Source: Crowdstrike Resources: Investigation Guide Noise: High Performance: Normal Profile: Aggressive Threat: Web Shell Rule Type: Event Correlation (EQL) Platform: Windows Service: IIS ·Identifies the creation of ASPX/ASHX/ASMX files in specific directories that are commonly targeted by attackers to deploy web shells.
Read More -
Potential Spike in Web Server Error Logs
Sep 19, 2026 · Domain: Web Use Case: Threat Detection Tactic: Reconnaissance Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Resources: Investigation Guide Noise: High Performance: Fast Profile: Aggressive Rule Type: ES|QL Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·This rule detects unusual spikes in error logs from web servers, which may indicate reconnaissance activities such as vulnerability scanning or fuzzing attempts by adversaries. These activities often generate a high volume of error responses as they probe for weaknesses in web applications. Error response codes may potentially indicate server-side issues that could be exploited.
Read More -
Web Server Cloud Metadata SSRF Request
Sep 19, 2026 · Domain: Web Domain: Cloud Domain: Network Use Case: Threat Detection Tactic: Credential Access Tactic: Initial Access Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Data Source: Traefik Data Source: Zeek Resources: Investigation Guide Noise: High Performance: Fast Profile: Aggressive Threat: Web Application Attack Threat: IMDS Credential Theft Rule Type: Event Correlation (EQL) Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·Detects HTTP requests to web servers whose URL or query string references cloud instance metadata endpoints or equivalent encoded variants. Attackers exploit server-side request forgery (SSRF) vulnerabilities in web applications to reach link-local metadata services on AWS, GCP, Azure, and similar cloud providers and harvest temporary credentials, tokens, or instance details.
Read More -
Web Server Discovery or Fuzzing Activity
Sep 19, 2026 · Domain: Web Use Case: Threat Detection Tactic: Reconnaissance Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Data Source: Traefik Resources: Investigation Guide Noise: Medium Performance: Normal Threat: Web Application Attack Rule Type: ES|QL Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·This rule detects potential web server discovery or fuzzing activity by identifying a high volume of HTTP GET requests resulting in 404 or 403 status codes from a single source IP address within a short timeframe. Such patterns may indicate that an attacker is attempting to discover hidden or unlinked resources on a web server, which can be a precursor to more targeted attacks.
Read More -
Web Server Local File Inclusion Activity
Sep 19, 2026 · Domain: Web Use Case: Threat Detection Tactic: Discovery Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Data Source: Traefik Resources: Investigation Guide Noise: Medium Performance: Fast Threat: Web Application Attack Rule Type: ES|QL Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·This rule detects potential Local File Inclusion (LFI) activity on web servers by identifying HTTP GET requests that attempt to access sensitive local files through directory traversal techniques or known file paths. Attackers may exploit LFI vulnerabilities to read sensitive files, gain system information, or further compromise the server.
Read More -
Web Server Potential Command Injection Request
Sep 19, 2026 · Domain: Web Use Case: Threat Detection Tactic: Reconnaissance Tactic: Persistence Tactic: Execution Tactic: Credential Access Tactic: Command and Control Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Data Source: Traefik Resources: Investigation Guide Noise: Medium Performance: Fast Threat: Web Shell Threat: Web Application Attack Rule Type: ES|QL Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·This rule detects potential command injection attempts via web server requests by identifying URLs that contain suspicious patterns commonly associated with command execution payloads. Attackers may exploit vulnerabilities in web applications to inject and execute arbitrary commands on the server, often using interpreters like Python, Perl, Ruby, PHP, or shell commands. By monitoring for these indicators in web traffic, security teams can identify and respond to potential threats early.
Read More -
Web Server Potential Remote File Inclusion Activity
Sep 19, 2026 · Domain: Web Use Case: Threat Detection Tactic: Discovery Tactic: Command and Control Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Data Source: Traefik Resources: Investigation Guide Noise: High Performance: Fast Profile: Aggressive Threat: Web Application Attack Rule Type: ES|QL Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·This rule detects potential Remote File Inclusion (RFI) activity on web servers by identifying HTTP GET requests that attempt to access sensitive remote files through directory traversal techniques or known file paths. Attackers may exploit RFI vulnerabilities to read sensitive files, gain system information, or further compromise the server.
Read More -
Web Server Potential Spike in Error Response Codes
Sep 19, 2026 · Domain: Web Use Case: Threat Detection Tactic: Reconnaissance Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Data Source: Traefik Resources: Investigation Guide Noise: High Performance: Fast Profile: Aggressive Threat: Web Application Attack Rule Type: ES|QL Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·This rule detects unusual spikes in error response codes (500, 502, 503, 504) from web servers, which may indicate reconnaissance activities such as vulnerability scanning or fuzzing attempts by adversaries. These activities often generate a high volume of error responses as they probe for weaknesses in web applications. Error response codes may potentially indicate server-side issues that could be exploited.
Read More -
Web Server Potential SQL Injection Request
Sep 19, 2026 · Domain: Web Domain: Network Use Case: Threat Detection Tactic: Reconnaissance Tactic: Credential Access Tactic: Persistence Tactic: Execution Tactic: Command and Control Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Data Source: Traefik Data Source: Zeek Resources: Investigation Guide Noise: High Performance: Normal Profile: Aggressive Threat: Web Application Attack Rule Type: Event Correlation (EQL) Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·This rule detects potential SQL injection attempts in web server requests by identifying common SQL injection patterns in URLs. Such activity may indicate reconnaissance or exploitation attempts by attackers trying to manipulate backend databases or extract sensitive information.
Read More -
Web Server Suspicious User Agent Requests
Sep 19, 2026 · Domain: Web Use Case: Threat Detection Tactic: Reconnaissance Tactic: Credential Access Data Source: Nginx Data Source: Apache Data Source: Apache Tomcat Data Source: IIS Data Source: Traefik Resources: Investigation Guide Noise: Medium Performance: Fast Threat: Web Application Attack Rule Type: ES|QL Service: Nginx Service: IIS Service: Apache Tomcat Service: Apache HTTP Server ·This rule detects unusual spikes in web server requests with uncommon or suspicious user-agent strings. Such activity may indicate reconnaissance attempts by attackers trying to identify vulnerabilities in web applications or servers. These user-agents are often associated with automated tools used for scanning, vulnerability assessment, or brute-force attacks.
Read More