ServiceDeskSimulator
AI coaching on Start

Knowledge base

Responding to a compromised account

Reference: Contoso IT security standard SEC-09 · Microsoft Learn — Responding to a compromised email account

← All articles
securityentraexchangeincidentsop

Speed matters more than certainty. Containment steps are cheap and reversible; an

attacker with a live session is not.

Containment, in order

  1. Revoke sign-in sessions. This is the step that actually ends the intrusion.

Modern attacks steal a session token, not a password — a stolen token keeps

working after a password change until it is revoked.

  1. Reset the password, and deliver the temporary password through a channel the

attacker cannot read. Not to the compromised mailbox.

  1. Review and clear authentication methods. Attackers add their own phone number

or authenticator so they can come back through self-service password reset. Any

method the user does not recognise must be removed, not merely noted.

  1. Remove malicious inbox rules and forwarding. See below.
  2. Block sign-in if you cannot reach the user quickly and the account is

actively being used.

Steps 1 and 2 belong together. Either alone leaves a way in.

Where attackers hide

Inbox rules. The classic is a rule with a one-character name — . or a single

space — that moves anything containing bank, invoice, payment, remittance or

IBAN to RSS Subscriptions or Deleted Items and marks it read. Its purpose is to

stop the real user seeing the replies to the fraud being sent in their name. Check

every rule and its creation date, not just the enabled ones.

Forwarding. Both mailbox-level ForwardingSmtpAddress and rule-level forwards.

Sent Items. Often emptied. An empty Sent Items on a busy mailbox is itself

evidence, not an absence of it.

Mailbox permissions and delegates. Check whether anything was granted recently.

App consents. An OAuth grant to a malicious application survives a password

reset and a session revocation. Review consented applications for the user.

Investigation, in parallel

session token used from two locations minutes apart — the signature of an

adversary-in-the-middle proxy, which defeats ordinary MFA because the user

genuinely approves the prompt.

that list needs warning, and if the mail concerns payments they need warning

by phone, today, before any payment run.

you what the attacker was after.

Communication

approve any further authentication prompts.

affected mailbox.

Do not

the attacker's own outbound mail that the security stack successfully stopped.

account holder — the attacker calls the service desk too.

Related