Operation Synthetic Siege

AI · LINUX · difficulty 3 · ~22 min · 12 steps

Every infected host has a different malware hash. Signatures are useless. Adapt.

Briefing

A phishing wave hit 300 staff — each email uniquely written, no two alike, clearly LLM-generated at scale. The loader they drop is polymorphic: it mutates per host, so every infected machine has a different file hash. Your signature tooling sees 300 unrelated 'unknown' files. You cannot block your way out one hash at a time. Pivot from what the malware IS to what it DOES — the behaviour is identical even when the bytes are not — and hunt the fleet with osquery.

Objectives

Return to the range lobby

THREAT FEED ▲ lateral movement via wmiexec up 18% ▲ new loader family 'GHOSTPULSE' staging via DLL search-order hijack ▲ prompt injection in support queues now routine ▲ cron persistence campaign targeting exposed SSH ▲ poisoned model weights on public hubs ▲ remember: trust nothing, hash everything ▲
operator@dojo:~$