ctianalyst.com

Interview question

You have recovered a suspicious executable from an executive's laptop during a live incident. A colleague suggests uploading it to VirusTotal. What do you say?

An operational security question that catches a lot of otherwise strong candidates. The instinct to upload is exactly the instinct being tested.

What a strong answer covers

Expert answer

I would stop and treat it as a decision rather than a reflex, because uploading is irreversible.

The core risk is that public sandboxes and repositories are public. Uploaded samples are visible to other subscribers, and monitoring for your own tooling appearing in them is a routine adversary practice. If this intrusion is targeted, the upload tells the actor they have been found, and their reasonable next move is to burn infrastructure, escalate, or destroy evidence — while we are still scoping. We would have handed over the initiative for a convenience.

There is a second risk specific to targeted samples: the file itself may carry victim-identifying material. Hard-coded internal hostnames or domains, embedded credentials, a tailored lure document, or configuration naming the target. Uploading can disclose the fact and identity of the incident, which is a legal and contractual problem as well as an operational one.

The judgement depends on what we are looking at. If triage indicates widely distributed commodity malware — a known family, high prevalence, nothing tailored — the disclosure risk is minimal because the actor already knows their tooling is public, and the enrichment is genuinely useful. If there is any sign this was built for us, the answer is no.

What I would do instead. Start with a hash lookup rather than an upload — that tells us whether the sample is already known without contributing anything, though it is not entirely free, since a query on a rare hash is itself a weak signal. Detonate in our own isolated sandbox, or a commercial one with contractual confidentiality and private submission. If we need vendor help, go through a relationship with an NDA rather than a public portal.

And I would put the decision to the incident lead, with legal involved if there is any disclosure exposure. It is not an analyst's call to make alone mid-incident.

Mistakes that cost candidates points

Try answering it

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