A single spear-phishing email titled "2011 Recruitment Plan," with a booby-trapped Excel attachment.
Social Engineering Examples·9 sources
In March 2011, RSA Security, the EMC division that makes the widely deployed SecurID two-factor authentication tokens, detected an intrusion it disclosed publicly on March 17 via an open letter from Executive Chairman Art Coviello and an EMC Form 8-K filed with the SEC. RSA characterized the intrusion as an Advanced Persistent Threat (APT) and said attackers had extracted information "specifically related to" its SecurID products.
At the time, RSA declined to specify what was taken, saying only that it "could potentially be used to reduce the effectiveness of a current two-factor authentication implementation as part of a broader attack."
In early April, RSA's Uri Rivner published a blog post ("Anatomy of an Attack") that revealed the entry point was mundane social engineering, not a novel exploit chain. Over a two-day period, attackers sent two spear-phishing emails to two small groups of ordinary, non-high-profile employees. The email carried the subject line "2011 Recruitment Plan" and a spoofed sender resembling a recruiting website (F-Secure later recovered a candidate sample spoofed to look like it came from webmaster@beyond.com).
The single-line body read, roughly, "I forward this file to you for review. Please open and view it." Attached was an Excel spreadsheet, "2011 Recruitment plan.xls," embedding a Flash object that exploited an Adobe Flash zero-day (CVE-2011-0609). Although at least one message was routed to a junk/spam folder, an employee retrieved it and opened the attachment, executing the exploit and dropping a variant of the Poison Ivy remote-access trojan.
From that foothold the attackers harvested credentials, escalated privileges from non-administrative users, and moved laterally to higher-value systems and administrators. They aggregated data on internal staging servers, compressed and encrypted it into password-protected RAR archives, and exfiltrated it via FTP to an external compromised host. The stolen SecurID data, widely believed to include token "seed" records, degraded the security guarantee of tokens already in the field.
The consequences became concrete in late May and were confirmed by RSA on June 2, 2011: information taken from RSA had been used as an element of an attempted broader attack on Lockheed Martin, the largest U.S. defense contractor, which pulled remote VPN access and reset passwords for roughly 120,000 workers. RSA then offered to replace SecurID tokens for customers focused on protecting intellectual property and corporate networks (of an estimated 40 million tokens in circulation) and offered monitoring to others.
EMC disclosed on its Q2 2011 earnings call that the incident cost about $66 million in that quarter alone.
At an awareness level, the attack shows how a world-class security company can be breached through one person and one click. The kill chain: (1) Recon and contact, attackers picked a pretext relevant to corporate life, a "recruitment plan," and sent it to small groups of rank-and-file employees rather than executives, lowering suspicion. (2) Rapport and legitimacy, the sender was spoofed to resemble a known recruiting service, and the ask ("please review this file") mirrored routine forwarding of documents. (3) Exploitation, opening the Excel attachment silently triggered an embedded Flash zero-day that installed a remote-access trojan; because it was a zero-day, patching could not have prevented it, which is why the human decision to open the file was the decisive control that failed. (4) Escalation and spread, with a foothold, attackers stole credentials, elevated privileges, and pivoted to administrators and systems holding SecurID secrets. (5) Payout and exfiltration, data was staged internally, packaged into encrypted archives, and shipped out to an external host.
The strategic lesson: the initial compromise looked ordinary, but because the victim was an authentication vendor, the stolen data became a master key enabling a second-stage supply-chain attack on RSA's own customers.
Pretext: an email subject-lined "2011 Recruitment Plan" with a one-line body ("I forward this file to you for review. Please open and view it.") and an attachment "2011 Recruitment plan.xls," from a sender spoofed to look like a recruiting site. Red flags visible in hindsight: the message had already been auto-classified as junk/spam and had to be pulled out of the spam folder; the body was a terse, generic one-liner with no personalization or context; the "recruitment plan" was unsolicited and irrelevant to most recipients' actual duties; and it pushed an unexplained attachment with an urgent "open and view it" ask.
The tell was less about a typo than about an unexpected, contextless file-open request from an outside party.
Attackers exfiltrated SecurID-related data (widely believed to include token seed records). RSA disclosed the breach March 17, 2011, and confirmed on June 2 that the stolen data was used in an attempted attack on Lockheed Martin. RSA offered mass token replacement (against an estimated 40 million tokens in the field) and customer monitoring; EMC reported ~$66M in Q2 2011 remediation costs.
No public attribution, arrest, or indictment was ever confirmed. The incident became a landmark case study in spear phishing, supply-chain risk, and the limits of two-factor authentication when the vendor itself is compromised.
This is the canonical example that a single well-placed email can defeat even a security company, and that a breach of a trusted vendor cascades into a supply-chain attack on its customers. It reframed "advanced persistent threat" for the public: the exploit was advanced (a Flash zero-day), but the way in was a plain, unsophisticated phishing email that one employee chose to open.
It also punctured the assumption that hardware two-factor tokens are unbreakable, since the secrets behind them can be stolen upstream. For awareness training, it is the definitive lesson that people, not just patches, are the last line of defense, and that "it was in my spam folder" is a warning, not a hurdle to clear.
User awareness that unexpected, contextless attachments (especially ones already flagged as spam) should be verified out-of-band, not retrieved and opened; treating "please open and view this file" from external senders as a phishing indicator. Technical controls: robust email filtering and not letting users trivially override quarantine; disabling or sandboxing risky active content (Flash/macros/embedded objects) in Office documents; application allow-listing and least-privilege to blunt privilege escalation; network segmentation and monitoring to detect lateral movement and large encrypted-archive FTP exfiltration; egress filtering to block unexpected outbound FTP to unknown hosts; and protecting authentication seed material (segmentation, HSMs, strict access controls) so a single foothold cannot reach crown-jewel secrets.
Post-incident, transparent and specific customer disclosure would have let downstream victims like Lockheed Martin defend themselves sooner.
Social Engineering Examples. “RSA SecurID Breach: The "2011 Recruitment Plan" Spear-Phishing Email (2011)”. Accessed 20 September 2026. https://socialengineeringexamples.com/rsa-securid-spearphish-2011
the attacker(s) likely researched RSA/EMC's organizational structure and business rhythms well enough to pick a pretext, a routine-sounding "recruitment plan" spreadsheet, and to target small groups of ordinary, non-executive employees (consistent with RSA's own account that recipients were not high-profile or high-value individuals) rather than a random blast, reducing suspicion and detection risk.
employee-facing organizational and personnel details (team structures, plausible HR/recruiting workflows) are very hard to fully hide from a determined attacker at enterprise scale; the realistic control assumes attackers can identify a plausible internal audience and hardens the process (email handling, attachment policy) that gets used against it, rather than trying to eliminate the recon opportunity itself.
the attacker registered or used a compromised sending mechanism spoofed to resemble a known recruiting service (recovered candidate sample impersonated webmaster@beyond.com), and separately obtained or developed a then-unknown Adobe Flash zero-day (CVE-2011-0609) along with a customized variant of the commodity Poison Ivy remote-access trojan, plus command-and-control infrastructure for it to call home to.
an organization cannot prevent an attacker from acquiring or building an unknown (zero-day) exploit; the nearest practical control is reducing the attack surface those exploits land on, for example disabling or restricting risky embedded active content (Flash, macros, OLE objects) by default in office document viewers so a working exploit still has less to trigger.
the Flash zero-day exploit and the Poison Ivy payload were embedded inside a legitimate-looking Microsoft Excel file ("2011 Recruitment plan.xls") so that opening an ordinary business document would silently trigger code execution.
because the payload rode inside an ordinary-looking Office file, application allow-listing and endpoint detection that flag anomalous document behavior (rather than relying on signature-based antivirus for a brand-new payload) are the relevant backstop; this control clusters with Stage 2's active-content hardening.
over a two-day period, two spear-phishing emails carrying the "2011 Recruitment Plan" subject line and a terse one-line body ("I forward this file to you for review. Please open and view it.") were sent to two small groups of employees.
email authentication and anti-spoofing controls (SPF/DKIM/DMARC), stronger spam filtering, and, critically, not letting users trivially retrieve and act on messages already quarantined as spam without added friction or verification, would have raised the bar on delivery succeeding at all.
although at least one message was auto-routed to a junk/spam folder, an employee retrieved it and opened the attachment, triggering the embedded zero-day and installing the Poison Ivy backdoor, giving the attacker an initial foothold and remote access to that machine.
user awareness training that treats an unsolicited, contextless "please open and view this file" request, especially one pulled out of a spam folder, as a phishing indicator to verify out-of-band rather than act on; since the exploit itself was a zero-day, patching could not have stopped it, making this human decision point the actual control that failed.
from the compromised host, the attacker harvested credentials, escalated from a non-administrative account, and pivoted across the network to reach administrators and the higher-value systems holding SecurID-related data.
least-privilege access, strong credential hygiene, network segmentation, and endpoint/network monitoring tuned to detect anomalous privilege escalation and lateral movement toward administrative and high-value systems would have slowed or exposed the attacker before they reached SecurID-related data.
stolen data was aggregated on internal staging servers, compressed and encrypted into password-protected RAR archives, and transferred out via FTP to an external compromised host, consistent with typical APT data-collection tradecraft of the era.
data-loss-prevention monitoring for unusual internal data aggregation and large encrypted-archive creation, egress filtering to block unexpected outbound FTP to unknown external hosts, and strict, separately access-controlled protection (segmentation, hardware security modules) of the authentication seed material itself, so that a single compromised account could never reach the crown-jewel data, are the matched controls here.
the stolen SecurID data (believed to include token seed values) was later used, per RSA's June 2, 2011 confirmation, as an element of an attempted intrusion into Lockheed Martin, turning the initial vendor compromise into a supply-chain attack on RSA's own customers.
prompt, specific customer disclosure of exactly what categories of data were stolen (rather than the vague initial guidance RSA gave) would have let downstream customers like Lockheed Martin add compensating controls or extra authentication factors before, rather than after, attackers attempted to use the stolen SecurID data against them.
Browse by what this case has in common with others in the library.
A nation-state cyberweapon crossed an air gap into Iran's Natanz nuclear facility on infected USB drives carried in by trusted…
A mass-phishing malware infection at Target's small HVAC contractor harvested vendor-portal credentials that attackers reused to pivot.
Evaldas Rimasauskas ran a five-year, $120M fraud against Google and Facebook using forged Quanta Computer invoices.
A Lapsus$ affiliate bought a contractor's stolen Uber password, flooded them with MFA push prompts, then posed as Uber IT…
Fraudsters impersonating Ubiquiti's CEO and an outside law firm tricked its Hong Kong finance controller into wiring $46.7M abroad.
Scheme participants posed as veteran finance professionals inside private WhatsApp investment groups to lure at least 18 U.S. retail investors…
Toronto podcast-analytics company CoHost spent two months and seven interview rounds with a candidate later revealed as an AI-fabricated persona…
Spoofed emails impersonating Medidata's president, backed by a fake "lawyer" caller.
Hackers bought a $10 stolen Slack session cookie, used it to reach EA's internal Slack.
A spoofed email impersonating Seagate's CEO tricked an HR/payroll employee into emailing every 2015 W-2 to a scammer.
A fraudster impersonating CEO Rob Mee tricked a Pivotal employee into emailing back the W-2 tax data of the company's…
During an internal OpenAI benchmark run with safety refusals deliberately lowered.
Vidoc Security Lab, a Polish-founded, US-headquartered cybersecurity startup.
In late December 2012, attackers rigged the Council on Foreign Relations website to silently exploit an Internet Explorer zero-day and…
KnowBe4 unknowingly hired a North Korean operative for a software engineering role after he passed four video interviews using an…
The FTC's first major consumer alert on QR-code scams (Dec 6, 2023) warned of fake QR stickers on parking meters…
ESET researchers found "PromptLock," a Go-based ransomware sample on VirusTotal that used a locally-run open-weight AI model.
eSentire's Threat Response Unit blocked 10 separate attacks across six unnamed law firms in Jan-Feb 2023, foiling two parallel campaigns.
A nation-state cyberweapon crossed an air gap into Iran's Natanz nuclear facility on infected USB drives carried in by trusted…
A Ukrainian-language "shared document" phishing wave used a fake reCAPTCHA "verify you are human" ClickFix page to trick victims into…
Russia's Sandworm Team used spear-phishing emails with malicious Office macro attachments to plant BlackEnergy3 malware inside three Ukrainian power.
Two New Jersey men ran US "laptop farms" and shell companies that let North Korean IT workers pose as American…
A single phishing email opened by an Anthem subsidiary employee in Feb 2014 seeded a nation-state intrusion that stole data…
Russian GRU-linked Forest Blizzard (APT28/Fancy Bear) used OpenAI's GPT-4-family LLM services to research satellite communication protocols and radar.