<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Logs - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/logs/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 18 Sep 2026 19:09:28 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/logs/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Detection of Web Server Access Log Deletion</title><link>https://feed.craftedsignal.io/briefs/2026-09-websvr-log-deletion/</link><pubDate>Fri, 18 Sep 2026 19:09:28 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-websvr-log-deletion/</guid><description>Adversaries often delete web server access logs to destroy forensic evidence and evade detection after unauthorized activity, a behavior monitorable through file deletion events on common web server log paths.</description><content:encoded><![CDATA[<p>Adversaries frequently target web server access logs during the post-exploitation phase to cover their tracks and impede incident response. By deleting these files, attackers aim to destroy records of their initial access, C2 communication, or internal reconnaissance activities. This behavior is cross-platform, affecting common web server architectures including Microsoft IIS, Apache, and HTTPd. Detection engineering teams should monitor for file deletion events occurring within standard directory paths dedicated to log storage. While this activity is often malicious, defenders must differentiate between attacker-led indicator removal and routine administrative tasks such as log rotation, automated backups, or environment resets.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains unauthorized access to a web server via exploit or credential misuse.</li>
<li>Attacker executes commands to explore the file system and locate web server log directories.</li>
<li>Attacker identifies the specific log files that record their malicious activities.</li>
<li>Attacker issues delete commands (e.g., 'del' on Windows or 'rm' on Linux/macOS) to target the log files.</li>
<li>The OS records a 'file deletion' event within the EDR or system logging subsystem.</li>
<li>Security tools trigger an alert based on the file path matching web server log conventions.</li>
<li>Attacker continues unauthorized activity with reduced visibility for responders.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful deletion of web server access logs results in the permanent loss of critical forensic data required for determining the scope of a breach, identifying the attacker's IP address, and mapping the timeline of an incident. Without these logs, defenders may be unable to confirm if sensitive data was exfiltrated or which specific web application vulnerabilities were exploited, forcing a reliance on secondary, potentially less reliable telemetry.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the detection rule below to identify unauthorized file deletion events targeting web server logs.</li>
<li>Establish a baseline of authorized log rotation processes, backup scripts, and maintenance tasks; use these as filters to reduce noise.</li>
<li>Audit access controls on web server log directories to restrict write and delete permissions to service accounts and authorized administrative roles only.</li>
<li>Correlate log deletion alerts with preceding web server requests or unauthorized process executions to confirm malicious intent.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>defense-evasion</category><category>file-integrity</category><category>logs</category><category>cross-platform</category></item></channel></rss>