MITRE ATT&CK — Map the Attack Chain
Medium Threat Intel · 30 min
MITRE ATT&CK — Map the Attack Chain
Scenario
An incident timeline from a real(-ish) breach is in the right pane. Map each of the 5 numbered attacker actions to the correct MITRE ATT&CK Enterprise technique ID (format TXXXX or TXXXX.YYY for sub-techniques).
Steps in the timeline
- Attacker scans
acme-corp.exampleand discovers exposed RDP on port 3389 - Attacker tries 200 username/password pairs from a leak database
- After successful login, the attacker creates a new local admin account
svc-update - The attacker schedules a task that runs
powershell -enc <base64>every 60 min - The attacker uploads stolen documents to a Dropbox-controlled URL via curl
Answer format
Submit 5 ATT&CK IDs comma-separated, in step order:
T1595,T1110.003,T1136.001,T1053.005,T1567.002
(Example shape — not the answer.)
Tips
- Step 1 = Reconnaissance phase, active scan.
- Step 2 = Credential Access via password spraying.
- Step 3 = Persistence via local account creation.
- Step 4 = Execution + Persistence via Scheduled Task/Job.
- Step 5 = Exfiltration over Web Service.
Hints
Hint 1 (−10 pts)
Tactics in order: Reconnaissance → Credential Access → Persistence → Execution → Exfiltration. Look up each numbered technique in the ATT&CK matrix.
Hint 2 (−10 pts)
Step 1 = T1595 (Active Scanning). Step 2 = T1110.003 (Brute Force: Password Spraying). Step 3 = T1136.001 (Create Account: Local Account). Step 4 = T1053.005 (Scheduled Task/Job: Scheduled Task). Step 5 = T1567.002 (Exfil over Web Service: Cloud Storage).
Hint 3 (−10 pts)
Answer: T1595,T1110.003,T1136.001,T1053.005,T1567.002
Lab environment · sandboxed iframe · auto-resets every 60 min