Skip to main content
T1070Defense Evasionmedium difficulty

Indicator Removal

Indicator Removal is the cleanup step: an adversary deletes or alters the artifacts that would expose the intrusion, clearing event logs, wiping command history, removing dropped files, or tampering with timestamps. Because defenders rely on those very artifacts, their disappearance is itself a high-fidelity signal. Watch for Security log clears (Event ID 1102), the logging service stopping (1100), bulk file deletion, history files truncated to zero, and timestomped files whose metadata contradicts itself.

Practice detecting Indicator Removal on realistic SIEM, XDR alerts in SOCSimulator Operations.

SIEMXDR

What is Indicator Removal?

Indicator Removal is documented as technique T1070 in MITRE ATT&CK® v19.1 under the Defense Evasion tactic. Detection requires visibility into SIEM, XDR telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Indicator Removal activity. These methods apply across SIEM, XDR environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    Monitor for Windows Event Log clearing events including Event ID 1102 (Security log cleared) and 1100 (Event logging service shutdown), as legitimate administrators rarely need to clear security logs during normal operations.

  2. 2

    Alert on processes accessing and modifying or deleting files in Windows Event Log directories, Prefetch directories, and other forensic artifact storage locations outside of normal administrative tools.

  3. 3

    Detect execution of commands designed to clear bash history on Unix systems including history -c, unset HISTFILE, and modification of .bash_history files, particularly on servers accessed by multiple users.

  4. 4

    Monitor for timestomping activity using filesystem audit logs and file integrity monitoring, alerting on file modification times that predate the file system or that match known malware activity patterns.

  5. 5

    Correlate gaps in log data with other security events to identify periods where logging may have been disabled or logs deleted, using log volume baselines to detect unexplained reductions in log generation rates.

Example Alerts

These realistic alert examples show what Indicator Removal looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

CriticalSIEM

Windows Security Event Log Cleared

Event ID 1102 recorded on domain controller DC-01: Security audit log was cleared. The log clearing was performed by account DA_temp which was created 48 hours prior during a suspected compromise. Log entries prior to this clearance are no longer available, hampering forensic investigation of the intrusion timeline and eliminating evidence of lateral movement activity.

HighXDR

Batch Deletion of Forensic Artifacts

Script execution detected targeting deletion of multiple forensic artifact types simultaneously: clearing Prefetch files, deleting Windows Event Logs via wevtutil.exe, clearing Recent Files history, and deleting temporary files from attack staging directories. This coordinated cleanup activity strongly suggests a deliberate anti-forensic operation by a threat actor with knowledge of digital forensics.

HighSIEM

Bash History Cleared on Production Server

Auditd detected execution of history -c followed by export HISTFILE=/dev/null on production server APP-PROD-07 by the root account. These commands clear the current bash session history and prevent future commands from being recorded. This activity occurred 15 minutes after an SSH login from an unusual IP address that has not previously accessed this server.

Frequently Asked Questions

How do SOC analysts detect Indicator Removal?
Detection centers on SIEM, XDR telemetry for the defense evasion phase of the attack. Monitor for Windows Event Log clearing events including Event ID 1102 (Security log cleared) and 1100 (Event logging service shutdown), as legitimate administrators rarely need to clear security logs during normal operations. Alert on processes accessing and modifying or deleting files in Windows Event Log directories, Prefetch directories, and other forensic artifact storage locations outside of normal administrative tools.
What does a Indicator Removal alert look like?
A representative SIEM detection is "Windows Security Event Log Cleared" (critical severity): Event ID 1102 recorded on domain controller DC-01: Security audit log was cleared. The log clearing was performed by account DA_temp which was created 48 hours prior during a suspected compromise. Log entries prior to this clearance are no longer available, hampering forensic investigation of the intrusion timeline and eliminating evidence of lateral movement activity.
Which tools detect Indicator Removal, and how can I practice?
Indicator Removal (T1070) is best surfaced with SIEM, XDR telemetry, which exposes the defense evasion signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.
Glossary

What is False Positive? SOC Glossary

A false positive is a security alert that fires on legitimate, benign activity, incorrectly classifying safe behavior as…

Read more
Glossary

What is EDR? SOC Glossary

Endpoint Detection and Response (EDR) is a security technology that continuously monitors endpoint activity, recording p…

Read more
Glossary

What is Threat Hunting? SOC Glossary

Threat hunting is the proactive, human-led process of searching through security telemetry to find hidden threats that e…

Read more
Glossary

What is Log Management? SOC Glossary

Log management is the process of collecting, normalizing, storing, retaining, and analyzing log data from across the IT …

Read more
Career Path

Detection Engineer Career Guide: Salary & Skills

Detection Engineers build the rules, analytics, and automated workflows that determine what the SOC can see. You transla…

Read more
Career Path

Threat Hunter Career Guide: Salary & Skills

Threat Hunters do not wait for alerts. You develop hypotheses based on threat intelligence and adversary behavior models…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more
Feature

Shift Mode: Real-Time SOC Simulation

Practice alert triage under realistic time pressure with SLA timers and noise injection.

Read more
Feature

Operations: Guided Training Operations

Structured CTF-style investigation operations covering real-world attack scenarios.

Read more