Interview question
Ransomware has been deployed across part of your estate. A known family was used, a ransom note was left, but no data exfiltration has been observed despite C2 being active for six days beforehand. What are your hypotheses, and how would you test them?
A case built around one diagnostic anomaly. The scoring is about whether you notice that the missing exfiltration is the interesting part.
What a strong answer covers
- Identifies the absence of exfiltration as the diagnostic anomaly, given six days of access and a family associated with double extortion.
- Generates several genuinely distinct hypotheses rather than one.
- Hypotheses should include: normal ransomware operation where exfiltration happened but was not detected; an affiliate who chose not to exfiltrate; destructive activity disguised as ransomware; an intrusion interrupted before exfiltration; and an insider.
- Recognises that "known family was used" is consistent with all hypotheses and therefore has no diagnostic value — the affiliate model means tooling identifies the service, not the operator.
- Tests visibility first: could we even see exfiltration, given our egress monitoring, retention and coverage gaps.
- Names concrete tests — proxy and DNS volume analysis, cloud storage uploads, staging archives on hosts, deleted volume shadow copies, whether a working decryption path exists.
- Notes that whether the encryption is genuinely reversible distinguishes ransomware from destructive activity.
- Applies ACH-style reasoning: rank by inconsistency, identify what would falsify the lead hypothesis.
- Holds attribution loosely and does not name a group.
- Notes the consequence for the business decision — exfiltration status drives regulatory notification and negotiation posture.
Expert answer
The interesting fact is the one that is missing. Six days of active C2 followed by encryption, with no exfiltration observed, is inconsistent with how double-extortion operations typically behave, and that inconsistency is what should drive the analysis.
Before generating hypotheses I would flag that "a known family was used" tells me very little. Under the affiliate model the family identifies the service, not the operator, and the same encryptor is used by many unrelated affiliates with different tradecraft. It is consistent with every hypothesis below, so it has no diagnostic value and I would set it aside rather than treat it as a lead.
Hypotheses:
One, this is a normal ransomware operation and exfiltration did occur but we did not see it. Two, an affiliate chose not to exfiltrate — some do not, particularly where the data has little resale or extortion value. Three, this is destructive activity presented as ransomware, where the encryption is cover and there was never an intention to decrypt. Four, the intrusion was interrupted — they were still staging when something forced their hand. Five, an insider, where the six days look different because the access was legitimate.
The first test is about my own visibility, and it comes before everything else: could we have seen exfiltration at all? What egress monitoring do we have, what is the retention, and are there gaps — an unmonitored path, a cloud storage service on the allow-list, an encrypted channel we do not inspect. If the answer is that we could not have seen it, hypothesis one moves straight to the front and the others lose most of their support.
Assuming we do have visibility, concrete tests. Proxy and DNS volume analysis over the six days, looking for sustained outbound transfer or a large number of uploads to cloud storage or file-sharing services. Host evidence of staging — archive files, unusual compression tool execution, large temporary files in staging directories. Whether volume shadow copies and backups were deliberately destroyed, which is common to both hypotheses one and three but tells me about intent. And critically, whether the encryptor has a functioning decryption path and whether the C2 infrastructure supports key retrieval — if the encryption is not actually reversible, hypothesis three jumps sharply.
For hypothesis four I would look at the timeline for signs of a truncated operation: incomplete lateral movement, encryption starting before the actor had reached the highest-value systems, or a detection or containment action on our side that preceded it.
For hypothesis five, authentication patterns before the compromise window and whether the initial credentials were valid beforehand.
I would rank by inconsistency rather than by supporting evidence, and I would be explicit about what would falsify my lead. If my lead is that exfiltration occurred undetected, then confirming comprehensive egress coverage with no matching volume would be the thing that breaks it.
I would not name a group. The family gets used by many affiliates and there is nothing here that supports an operator-level identification.
Finally, the business consequence, because this is not an academic exercise: whether data was exfiltrated drives regulatory notification obligations, breach disclosure, and the negotiation posture. I would tell the incident commander that the exfiltration question is currently unresolved, what my current judgement and confidence are, what I am doing to resolve it, and by when — rather than letting an unstated assumption drive a legal decision.
Mistakes that cost candidates points
- Not noticing that the absence of exfiltration is the anomaly.
- Treating the malware family as diagnostic of the operator.
- Generating one hypothesis and defending it.
- Not checking whether exfiltration was detectable before concluding it did not happen.
- Naming a specific group from the family used.
- Missing that reversibility of the encryption distinguishes ransomware from destructive activity.
- No connection to the regulatory and business decisions that depend on the answer.
You have read the answer, which is the easy part. Answer it in your own words and get graded against this same rubric, with the follow-up probe an interviewer would ask next.
Go deeper
Related questions
- An executive wants a named attacker for a board slide tomorrow. Your evidence supports clustering the activity but not naming a group. What do you do?
- Which classes of attribution evidence are hardest for an adversary to fake, and which are easiest? How does that change how you weight them?
- The SOC escalates: a finance team member's account authenticated successfully from an IP in a country the company has no presence in, at 03:00 local time. MFA was satisfied. No alerts have fired since. What do you do, and what do you tell the SOC lead?
- A vendor publishes a report claiming an intrusion set is actively targeting your sector, with 200 indicators appended. Your CISO forwards it and asks "are we affected?" Walk me through your response.
- You receive TLP:RED intelligence in a trust group indicating a specific vulnerability is being exploited against your sector. Your organisation is exposed. What do you do?