GRC Careers

HomeResourcesIndicators of Attack (IOAs)

CS-090 · Threat Intelligence

Indicators of Attack (IOAs)

Behavior-focused signals that reveal an attack in progress, regardless of the specific tools used.

Executive Summary

An indicator of attack, or IOA, is a behavioral signal that reveals malicious intent and an attack in progress, rather than a static artifact left behind. Instead of asking what specific file or address was involved, IOAs ask what the actor is doing, for example escalating privileges, disabling security tools, or moving laterally. Because behavior is harder to change than a file hash or an IP address, IOAs aim to catch attacks earlier and even when the attacker uses new or unknown tools.

What It Is

An indicator of attack describes the sequence of actions and intent that characterize an intrusion, independent of the exact tooling. Where an indicator of compromise is a specific artifact such as a hash or domain, an IOA is a pattern of behavior: a document that spawns a scripting engine, a process reading credentials from memory, a sudden burst of internal network scanning, or an account being granted administrator rights outside normal change windows. IOAs are closely tied to the tactics, techniques, and procedures that attackers reuse across campaigns, and frameworks such as MITRE ATT&CK provide a common vocabulary for describing those behaviors. The goal is to detect the how and the why of an attack, which persists even when the specific what changes.

Why It Matters

Attackers routinely change their infrastructure and recompile their malware, which defeats detection that relies only on static artifacts. Behavior, however, is far more stable: to achieve their goals attackers still need to gain access, escalate, persist, and act, and those steps produce observable patterns. Detecting on behavior lets defenders catch novel and fileless attacks that leave few traditional artifacts, and it can raise an alarm earlier in the intrusion, before data is stolen or systems are encrypted. For professionals, the ability to think in terms of attacker behavior rather than lists of known bad values is what separates reactive alert-chasing from proactive defense, and it is a core competency in modern detection engineering and threat hunting.

How It Works

IOA-based detection watches for meaningful sequences of activity rather than single values. A detection engineer studies how attackers operate, often mapping techniques to a framework like MITRE ATT&CK, and then writes logic that fires when that behavior appears: a chain of events such as a phishing attachment launching a command shell that then contacts an external host. Modern endpoint and analytics platforms stream detailed telemetry so these patterns can be evaluated continuously, and some use statistical or machine learning models to flag deviations from normal behavior. Because a single suspicious action may be legitimate in context, IOAs usually rely on combinations and sequences to reduce false positives. The tradeoff is that behavior-based rules take more expertise to write and tune, and they require rich telemetry to work well.

Architecture Diagram

Stream detailed behavioral telemetryEvaluate sequences, not single valuesMap behavior to known techniquesFlag intent and attack in progressAlert early and respond before impact
Behavioral telemetry is evaluated as a sequence, mapped to known techniques, and flagged as an attack in progress before the objective is reached.

Visual Workflow

Study how real attackers operate and map their techniques to a framework such as MITRE ATT&CK.Collect rich behavioral telemetry from endpoints, identity systems, and the network.Write detection logic that fires on meaningful sequences of behavior rather than single values.Tune the logic against normal activity to control false positives.Alert on matches early in the intrusion and route them for rapid triage.Refine rules continuously as attacker behavior and the environment change.

Common Attacks

Common Mistakes

Best Practices

Quick Checklist

Recommended Tools

Endpoint Detection and Response (EDR)
Streams behavioral telemetry and evaluates attack sequences on hosts
SIEM with behavioral analytics
Correlates events across sources to detect patterns of attack
User and entity behavior analytics (UEBA)
Flags deviations from normal user and system behavior
Adversary emulation tooling
Safely reproduces attacker techniques to validate detections

Industry Standards

MITRE ATT&CK
Common vocabulary of adversary tactics and techniques that IOAs detect
NIST SP 800-61
Incident handling guidance where behavioral detection supports early analysis
MITRE ATT&CK Evaluations
Public methodology for testing detection against real techniques

Career Relevance

Indicators of attack are central to detection engineers who build behavior-based rules, threat hunters searching for activity that has evaded signatures, SOC analysts triaging behavioral alerts, and security engineers who design telemetry pipelines. Thinking in attacker behavior rather than static lists is a defining skill of modern defensive roles, and it informs how GRC and AI governance professionals assess whether a detection program can catch novel threats.

Interview Questions

Related Certifications

GIAC Certified Detection Analyst (GCDA) GIAC Cyber Threat Intelligence (GCTI) CompTIA CySA+

Further Reading

Key Takeaways

Download PDFDownload PNG

FAQ

Do IOAs replace IOCs?

No. They are complementary. Indicators of compromise are precise and fast to match against known bad artifacts, while indicators of attack catch novel behavior that has no known artifact yet. Mature programs use both, matching known indicators while also watching for malicious behavior.

Why are IOAs better at catching new threats?

Attackers can change their files and infrastructure cheaply, but the underlying steps of an intrusion, gaining access, escalating, persisting, and acting, still produce recognizable behavior. Detecting on that behavior catches attacks even when the specific tools are unknown.

What makes IOA-based detection harder to build?

It requires rich telemetry and expertise to write rules that fire on genuine attacks without flagging normal activity. Single actions are often legitimate, so effective IOAs rely on sequences and context, and they need ongoing tuning and testing.

Get all 116 reference sheets
The complete AGJ Cybersecurity Professional Reference Library, print-ready PDFs and PNGs.
Browse the library

Related Careers

Related certifications

GIAC Certified Detection Analyst (GCDA)GIAC Cyber Threat Intelligence (GCTI)CompTIA CySA+

Current openings

Live openings appear on the web version. Browse the job board for current GRC and security roles.
Browse all jobs

Suggested learning path

  1. Ground the basics with CS-001 Cybersecurity
  2. Study this sheet: Indicators of Attack (IOAs)
  3. Go deeper: Indicators of Compromise (IOCs)
  4. Go deeper: Threat Feeds
  5. Validate it: work toward GIAC Certified Detection Analyst (GCDA)
  6. Find the role: browse current openings

Related sheets

More in Threat Intelligence

Share this LinkedIn Facebook X Email