IONSEC

Topic hub

Incident response

Definition

Incident response — is the structured process an organization follows to detect, contain, eradicate and recover from a cyber attack, and to establish how the attacker got in and what they accessed.

Containment is not the finish line. Isolating the host that tripped the alert stops the symptom you can see; it does not tell you which credentials were taken, what else was touched, or whether the access that let the attacker in is still open. This hub collects what we have published on running an incident to a real conclusion.

The phases of an incident response engagement

A complete engagement runs six phases: preparation, identification, containment, eradication, recovery and lessons learned. Preparation happens before anything goes wrong — it is the readiness work that decides how fast the other five can run. Identification establishes that an incident is real and what its scope is. Containment stops the spread without destroying the evidence needed to understand it. Eradication removes the attacker and closes the access path. Recovery restores operations and verifies the environment is genuinely clean. Lessons learned turns the incident into changes that prevent a repeat.

What to do in the first hour

The decisions taken in the first hour determine how much of the incident can ever be reconstructed. Do not power off affected machines — shutting down destroys memory, which is frequently the only place evidence of the attack exists. Do not rebuild or reimage before evidence is captured. Do preserve systems in place, disconnect from the network if lateral movement is a live risk, start a written timeline of what you observe and when, and contact responders before remediating. The full do/do-not checklist is on our under attack page.

Why incidents recur

An incident closed at the symptom is the one that comes back. When the root cause is never established — the initial access vector, the credential that was stolen, the persistence mechanism that survived the cleanup — the same actor returns through the same door, and the second intrusion is usually quieter than the first.

Everything we have published on incident response

16 pieces of research, tooling and case-study work.

ArticleXSS2Shell: One Failed Login to PHP on the ServerCVE-2026-64638 is a reflected XSS on the WordPress login page — the finding most teams close as medium. Six gadgets sit between it and a PHP shell, and every one of them was already in core. Here is the chain, the log signatures, and what to harden after you patch.Aug 2026 · 14 minArticleXSS2Shell: מניסיון התחברות כושל אחד ועד PHP על השרתCVE-2026-64638 היא חולשת XSS מוחזר בעמוד ההתחברות של וורדפרס — בדיוק הממצא שרוב הצוותים סוגרים כבינוני. בין החולשה הזו לבין הרצת PHP על השרת עומדים שישה שלבים נוספים, וכולם כבר היו בליבת המערכת. הנה השרשרת המלאה, חתימות הזיהוי בלוגים, וההקשחה שצריך לעשות אחרי העדכון.Aug 2026 · 15 minArticleThe Machine Has No Disk: Forensic Readiness for AI Agent RuntimesForensic readiness for AI agent runtimes — Cloudflare Computer, NVIDIA OpenShell, and the collapse of the endpoint as an evidence source.Aug 2026 · 30 minArticleCoercion to krbtgt: NTLM Relay and ADCS ESC8 in 2026A full ESC8 walkthrough against a lab domain, then the forensic reconstruction — why the certificate serial, not the source IP, is the artifact that ties the whole chain together.Jul 2026 · 15 minBlogThe 60-Minute Site: Phishing That Deletes Its Own EvidenceCloudflare Drop publishes a site on a trusted workers.dev address with no account, then deletes it after an hour. That one-hour fuse burns your forensic evidence with it.Jul 2026 · 6 minToolsMAES: The M365 Analyzer & Extractor SuiteAt IONSEC, we’re excited to introduce MAES: The M365 Analyzer & Extractor Suite — an open-source platform purpose-built to simplify and accelerate Microsoft 365 (M365) forensic investigations.Aug 2025 · 2 minToolsDO Audit Log Scraper v2.0The DO Audit Log Scraper is a Chrome/Chromium extension that enables forensic-grade audit log extraction.Aug 2025 · 3 minToolsForti-DFIR: Open-Source Framework for Fortinet Forensics & Incident ResponseAt IONSEC, we’re proud to introduce Forti-DFIR — an open-source initiative created to give security teams the tools they need for forensic investigations and incident response in Fortinet environments.Aug 2025 · 2 minCase StudyWhen Research Meets RealityHow Threat-Actor Campaigns Cast a Shadow on Legitimate npm Binaries (and What IONSEC IR Sees in the wild)Jul 2025 · 8 minCase StudyHow a Weaponized Zoom Installer Opened the Door for BlueNoroffIONSEC investigates a BlueNoroff intrusion that began with a weaponized Zoom installer, combining deepfakes, social engineering and evasive scripting.Jul 2025 · 8 minCase StudyIranian Threat Actor Hijacks DNSקבוצת התקיפה האיראנית פתח אלקודס פרצה לרשם דומיינים ישראלי ושינתה רשומות DNS ו-MX של יותר מ-1,000 דומיינים, והפנתה אותם לשרת זדוני ולדף תעמולה.Jul 2025 · 9 minToolsRansomProtect – Open-Source Defense Against Ransomware & WipersRansomProtect is our open-source tool that detects and blocks ransomware and wipers early in the infection chain, where built-in OS defenses fall short.Jul 2025 · 1 minArticleWhy Malware Analysis Training is Vital: Lessons from Real-World Cyber AttacksPicture this: airport metal detectors efficiently catch large, obvious weapons, but small components slip through unnoticed. Once inside, attackers assemble them into a complete weapon.Dec 2024 · 1 minNewsIONSEC at HackExpo 2024 – Breach at the FrontlineAt HackExpo 2024, IONSEC CEO Nir Halfon shared practical strategies for responding to exploits in fintech first-party applications under live pressure.Nov 2024 · 3 minBlogClearing the Mist: Unveiling Fog RansomwareA full analysis of the Fog Ransomware Group: the malware it deploys, the TTPs it relies on to infiltrate high-tech firms, and how defenders can disrupt it.Aug 2024 · 5 minBlogSovaTeam - New State-Sponsored APTHow IONSEC and White-Hat traced the Sova Team threat actor through a ransom note to uncover a state-sponsored APT operating past strict security controls.Mar 2024 · 8 min

Common questions

What is incident response?

Incident response is the structured process an organization follows to detect, contain, eradicate and recover from a cyber attack, and to establish how the attacker got in and what they accessed. A complete response does not stop at isolating the affected system: it reconstructs the full attack chain, because an incident closed at the symptom is the one that recurs.

What are the phases of incident response?

The six phases of incident response are preparation, identification, containment, eradication, recovery, and lessons learned. Preparation happens before an incident and determines how quickly the remaining five can run; lessons learned closes the loop by turning the incident into changes that prevent a repeat.

What should you do first if you have been breached?

Contact an incident response team before you start remediating, and preserve the affected systems in place. Rebuilding, reimaging or powering off a compromised machine destroys the volatile evidence needed to establish how far the attacker got and what they took.

Should you shut down a computer that has been hacked?

No — powering off a compromised machine destroys the contents of memory, which is often the only place evidence of the attack exists. Disconnecting it from the network to stop lateral movement is usually the safer action, but confirm with your responders first, because some malware reacts to losing connectivity.

How fast should an incident response team respond?

Response time should be measured from first contact to the start of investigative work, not to an acknowledgement email. IONSEC commits to an assured four-hour response from first contact, 24 hours a day, every day of the year, with forensic acquisition and volatile-memory capture performed remotely.

What is the difference between incident response and disaster recovery?

Incident response deals with an adversary: it establishes what an attacker did, removes them, and closes the path they used. Disaster recovery deals with restoring service after an outage, whatever its cause. Restoring from backup without an incident response process risks restoring the attacker along with the data.

Talk to the team that does the work

The people who publish the research above are the people who take your escalations.