Triage and containment
Stopping the bleeding first: identifying what is actively serving malicious content, containing it, and keeping the site available where that is possible. Under an active incident the sequence is contain, then investigate, then clean — not the reverse.
Evidence preservation
Capturing logs, access records and file state before anything is removed, because the entry point is usually reconstructable only from what existed at the time. This is the step most often skipped under pressure and the one that determines whether the incident is genuinely closed.
Entry-point investigation
Establishing how access was obtained — an unpatched component, a compromised credential, an exposed administrative path, a vulnerable integration — and confirming which of those it was rather than assuming the most common one.
Scope determination
Working out what was actually touched. An injected file in a public directory and a modified authentication routine are very different incidents, and the second is not found by looking at the front end.
Malware and injected-content removal
Removal across the application, the database, upload directories and build artefacts — including the compiled and cached locations where injected content survives a source-level cleanup.
Entry-point remediation
Closing the route that was used, then addressing the paths most likely to be tried next. Removal without remediation is why the same site appears on the same list three months later.
Credential rotation
Rotating access credentials through a process that does not involve sending them to us: the accounts are changed by you, or through a channel you control, on a schedule we set together. We do not ask for them and we do not want them.
Safety-flag clearance
Establishing which security vendors have flagged the domain, supplying each with the evidence its own process requires, and confirming clearance per vendor — because they assess independently and clear independently.
Search recovery
Restoring crawl and indexation after clearance, including any reconsideration request, and verifying recovery against a pre-incident baseline rather than assuming it.
Relapse prevention and handover
Public-surface monitoring, a written incident record, and a handover to whoever owns the site day to day — so the next anomaly is caught by monitoring rather than by a customer.