Case Library / Phishing / Target's 2013 Data Breach: A Phished HVAC Vendor as the Way In
Phishing Confirmed

Target's 2013 Data Breach: A Phished HVAC Vendor as the Way In

A mass-phishing malware infection at Target's small HVAC contractor harvested vendor-portal credentials that attackers reused to pivot into Target's network and plant POS malware, exposing ~40M payment cards and ~70M customer records.

Share:

Reviewed by the Social Engineering Examples team.

What Happened

In late 2013, attackers stole payment-card and personal data from Target during the holiday shopping season. Investigators and a US Senate Commerce Committee staff report ("A 'Kill Chain' Analysis of the 2013 Target Data Breach") concluded the intrusion began not at Target directly but at a third party: Fazio Mechanical Services, a small Sharpsburg, PA refrigeration/HVAC contractor. Fazio had remote access to Target's systems strictly for electronic billing, contract submission, and project management (via portals a former Target insider identified as Ariba and Partners Online). KrebsOnSecurity broke the vendor angle, and sources said Fazio was compromised by a malware-laced phishing email at least about two months before the Target card theft, with the malware reported (unconfirmed) as Citadel, a password-stealing bot derived from the Zeus banking trojan. Attackers used the harvested vendor credentials to reach Target's network, moved laterally into more sensitive systems, and planted RAM-scraping malware on point-of-sale terminals. Target has confirmed the breach exposed ~40M card accounts (Nov 27-Dec 15, 2013) and ~70M records of customer PII, and publicly acknowledged the breach on Dec 19, 2013. Several details (the specific Citadel malware, the exact lateral-movement path from the billing portal into the POS environment) remain reported-but-unconfirmed in public sources; the core facts (vendor-credential origin, phishing vector, card/PII counts, costs) are corroborated by Target SEC filings, the Senate report, Fazio's own statement, and settlement documents.

How the Attack Worked

This was a supply-chain compromise that began with commodity, non-targeted email phishing. Security researchers noted the attack on Fazio most likely started as a broad "shotgun" malware-spam blast rather than a bespoke spear-phish; once the criminals reviewed the pool of infected machines, they realized one victim (Fazio) had a business relationship with Target and prioritized it. Password-stealing malware on Fazio's systems captured the vendor's Target-portal login. Because those credentials were legitimate, they let the attackers slip past the perimeter as a trusted vendor. From that foothold the attackers moved laterally: the Senate report faults Target for not requiring two-factor authentication for low-privilege vendors, not adequately isolating sensitive cardholder systems from the vendor-facing portal, and ignoring automated intrusion alerts. Attackers then deployed RAM-scraping POS malware to harvest card data from live transactions and exfiltrated it out of the network. Krebs also documented that Target left extensive vendor documentation on public, login-free web pages, whose file metadata could help an attacker map internal Windows domains and usernames for reconnaissance.

The Lure & the Tell

Lure: a routine-looking business email carrying a malicious attachment (reported as likely a PDF or Office document) sent to employees at the HVAC vendor. The "tell" for the vendor was largely invisible because detection was so weak: Fazio's primary anti-malware was reported to be the free, consumer version of Malwarebytes, which does not provide real-time protection. General warning signs of this pattern: unexpected attachments to staff, reliance on free/consumer-grade endpoint tools in a business, vendor accounts with broad or poorly segmented network access, and absence of multifactor authentication on vendor logins.

Outcome

~40M payment cards and ~70M PII records exposed; Target's CEO and CIO later departed; the company faced congressional scrutiny, a Senate staff "kill chain" report, and years of litigation. Financial outcomes included cumulative gross breach costs of about $292M (net ~$202M after insurance recoveries), an $18.5M multistate AG settlement (2017), a ~$10M consumer class settlement (2015), and separate settlements with banks and card networks. The incident became a landmark case for third-party/vendor risk and network segmentation.

Why It Matters

It is the canonical example of how a security failure at a small, low-profile supplier can cascade into one of the largest retail breaches in history. The initial vector was ordinary mass phishing, not a sophisticated targeted attack, which underscores that any vendor with network access expands an enterprise's attack surface. It drove mainstream adoption of vendor-risk management, least-privilege vendor access, network segmentation, and MFA for third parties, and accelerated the US shift to chip (EMV) cards.

Defenses

Enforce multifactor authentication for all vendor and remote logins; grant vendors least-privilege access and segment vendor-facing portals from cardholder/POS environments; monitor for anomalous use of vendor credentials in unrelated network areas; require and verify baseline security (real-time, business-grade endpoint protection, patching, phishing training) in vendor contracts; act on automated intrusion/malware alerts rather than suppressing them; limit publicly exposed internal documentation and strip revealing file metadata; deploy phishing-resistant email defenses and user reporting; use POS hardening and file-integrity monitoring to detect RAM-scraping malware.

Sources
Attack Chain & Defense
The sequence the attacker ran
How it could have been stopped
1
Mass phishing distribution: attackers reportedly ran a broad, non-targeted "shotgun" malware-spam campaign, seeding commodity credential-stealing malware (reported, unconfirmed, as Citadel, a Zeus-derived password-stealing bot) to a wide pool of email recipients rather than pre-selecting Fazio Mechanical as a target.
Countering Stage 1: standard email security controls, being attachment sandboxing/detonation, spam and malware filtering, and staff training on unexpected attachments, catch broad commodity phishing blasts regardless of which eventual recipient the attackers later find valuable.
2
Vendor compromise and credential harvesting: the malware infected systems at Fazio Mechanical, an HVAC/refrigeration contractor whose primary anti-malware was the free, on-demand-only version of Malwarebytes; the malware captured Fazio employees' login credentials for Target's vendor portals (billing system Ariba and project/contract portal Partners Online).
Countering Stage 2: business-grade endpoint protection with real-time (not on-demand-only) detection, contractual security baselines for vendors, and MFA on vendor accounts, so a stolen static password alone cannot be reused to authenticate.
3
Target-of-opportunity selection: per investigative reporting, the attackers reviewed the population of machines their mass campaign had already infected and identified that Fazio held network access to Target, then prioritized that credential set for follow-on use rather than acting immediately on every infection.
Countering Stage 3: an attacker's post-infection triage of which victims are worth pursuing happens entirely on the attacker's own systems and is not something the victim organization can observe or block; the nearest real control is Stage 4, limiting what any single compromised vendor credential can actually reach.
4
Initial access via stolen vendor credentials: attackers authenticated into Target-facing systems from outside using Fazio's legitimate portal login, entering as an apparently trusted third party rather than as an unauthorized intruder.
Countering Stage 4: enforce multifactor authentication for all vendor and remote logins, the specific gap the Senate report identifies, so possession of a stolen password is insufficient to gain access.
5
Internal reconnaissance and lateral movement: from the low-privilege vendor-portal foothold, attackers explored and moved into more sensitive parts of Target's network; this was reportedly aided by extensive internal vendor documentation Target had left on public, login-free web pages, whose file metadata could help map internal Windows domains and usernames.
Countering Stage 5: network segmentation isolating vendor-facing systems from the cardholder-data environment, least-privilege access scoping for vendor accounts, and removing or hardening publicly exposed internal documentation and its metadata.
6
Missed detection: Target's own automated intrusion-detection and anti-malware alerting tooling generated warnings as the intrusion progressed, but per the Senate staff report these alerts were not acted upon in time to stop the attack.
Countering Stage 6: enforced alert-triage and incident-response processes and staffing, so automated security-tooling warnings trigger investigation and containment rather than being logged and ignored.
7
POS malware deployment: attackers installed RAM-scraping malware onto a small number of point-of-sale registers first to test it, then scaled it across Target's US store registers to capture card track data directly from live transactions in memory.
Countering Stage 7: POS hardening such as point-to-point encryption or tokenization so card data is never available in cleartext in register memory, plus file-integrity monitoring to flag new or unauthorized executables on point-of-sale systems.
8
Exfiltration and monetization: stolen card and customer data was moved out of Target's network to external staging infrastructure (reported by the Senate report as a server in Eastern Europe), after which stolen card data is understood to have been sold through underground card-shop markets, completing the attackers' financial objective.
Countering Stage 8: egress monitoring and data-loss-prevention controls, plus network flow-anomaly detection, to catch unusual outbound transfers of large data volumes to unfamiliar external destinations before they complete.
Quick Facts
Victim
Target Corporation (retailer); initial victim: Fazio Mechanical Services, a refrigeration/HVAC contractor in Sharpsburg, Pennsylvania
Location
United States (Target stores nationwide; vendor in Sharpsburg, PA; Target data centers in Minnesota)
Date
2013-11 to 2013-12 (breach window; POS card capture ~Nov 27-Dec 15, 2013; vendor phishing began at least ~2 months earlier; publicly disclosed Dec 19, 2013)
Impact
~40M payment card accounts and ~70M customer PII records exposed (as many as ~110M consumers affected in total, per the Senate report). By its 2016 Form 10-K, Target had incurred ~$292M in cumulative gross breach-related expenses, offset by ~$90M in insurance recoveries, for net costs of about $202M. Settlements included an $18.5M multistate settlement with 47 states and DC (2017, the largest multistate data-breach settlement at the time), a $10M federal consumer class-action settlement (2015), and separate settlements with payment-card networks and banks.
Status
Confirmed
Case Type
Real-World Incident
Sector
Financial Services & Insurance, Manufacturing & Industrial, Retail & E-commerce
Related

Related Cases

Evaldas Rimasauskas defrauds Google and Facebook of ~$120M with fake "Quanta Computer" vendor invoices

A Lithuanian fraud ring impersonated a real Taiwanese hardware supplier, Quanta Computer, and used spoofed emails and forged invoices to…

Incident 2013Read →

Scoular Company $17.2M grain-trader wire fraud (2014)

Impostors posing as Scoular's CEO and a KPMG partner convinced the controller a secret China acquisition was underway, and he…

Incident 2014Read →

Sony Pictures 'Guardians of Peace' hack: fake Apple ID emails to admins

North Korean operators spear-phished Sony Pictures staff with fake Apple ID "verify your account" emails, harvested reused credentials, and detonated…

Incident 2014Read →