IOCs: The Digital Fingerprints Attackers Leave Behind
An indicator of compromise is a clue: a file fingerprint, address or domain that suggests something malicious happened.
2 min readBeginner Sep 11, 2026
Explain Like I'm Not a Hacker
IOCs are the muddy footprints on the floor: they tell you someone was here, and where they walked.
The 30-second explanation
Like fingerprints or footprints at a crime scene, IOCs are the small traces attackers leave, which defenders can search for across their own systems.
How it works
- 1
1. Investigate
Analysts examine an incident.
- 2
2. Extract
Hashes, domains and addresses are noted.
- 3
3. Share
Indicators are passed to other defenders.
- 4
4. Search
Logs are checked for the same traces.
When an incident is investigated, analysts extract the traces the attacker left: the fingerprint of a malicious file, the servers it contacted, the domain used in a phishing email. Those indicators are shared so other defenders can search their own logs for the same items. Because attackers can change these easily, IOCs are a fast, useful starting point but a weak long-term defence, which is why behaviour-based detection matters too.
Real-world example
A report lists a domain used in a phishing campaign. A defender searches their proxy logs for that domain and finds one user visited it yesterday. They reset that user's password and check for any related activity.
How to spot it
Expired indicators
Old IOCs may no longer belong to the attacker.
Shared infrastructure
An address used by many innocent sites can cause false alarms.
One-off matches
A single hit needs context before acting.
No source
An indicator with no explanation of where it came from.
What to do
- 1Check the age and source of an indicator before you block anything based on it.
- 2Search historical logs as well as new ones: a match from last week still matters.
- 3Pair IOCs with behavioural detections, since attackers change indicators easily.
Stay curious. Stay safer.
This is one piece of a bigger picture. Explore more real-world examples, concepts and tips to build your cybersecurity awareness.
Keep reading
- Threat Intelligence
Threat Intelligence: How Defenders Learn to Think Like Attackers
2 min read - Threat Intelligence
MITRE ATT&CK: The Attacker's Playbook, Published for Defenders
2 min read - Threat Intelligence
OSINT: Investigating With Nothing but Public Information
2 min read - Security Basics
MFA: The Second Lock That Hackers Can Still Pick
3 min read