{
 "slug": "real-estate-wire-fraud-title-escrow-payoff-diversion",
 "topic_id": "TOPIC-044",
 "cluster": "Real Estate, Title & Escrow",
 "tier": "Tier A",
 "title": "Why closing wires remain the easiest large theft in America",
 "summary": "A residential closing concentrates a household's entire savings into one irreversible transfer, coordinated by email between parties who have never met, on a date everyone knows.",
 "lede": "The attacker does not need to break anything. They read a mailbox for three weeks, learn the closing date, and send wiring instructions that look exactly like the ones the buyer was expecting — because they are a copy of them, with one field changed.",
 "date": "2026-03-27",
 "category": "Vertical",
 "author_id": "solene-beaumont-adjei",
 "tags": [
  "wire fraud",
  "title insurance",
  "escrow",
  "real estate",
  "business email compromise",
  "closing"
 ],
 "image_title": "Closing Wire Fraud Diversion",
 "schema": "Article",
 "key_takeaways": [
  "The transaction's structure creates the exposure: a large irreversible transfer, a known date, unfamiliar counterparties, and email as the coordination medium.",
  "Portals and callbacks help and are routed around, because the attacker can contact the buyer directly and redirect them.",
  "The missing artefact is proof of what the buyer was shown when they initiated the wire — which neither party currently has."
 ],
 "body": [
  {
   "type": "h2",
   "text": "Why this transaction and not others"
  },
  {
   "type": "diagram",
   "kind": "chain",
   "alt": "Three weeks of reading, one changed field",
   "caption": "After the mailbox is compromised, every remaining step is the normal process working.",
   "nodes": [
    {
     "label": "A mailbox in the transaction is compromised",
     "note": "agent, buyer or a small firm",
     "bad": true
    },
    {
     "label": "Weeks of quiet reading",
     "note": "names, tone, timeline, amount",
     "bad": true
    },
    {
     "label": "Lookalike instructions sent",
     "note": "one field changed",
     "bad": true
    },
    {
     "label": "Buyer calls the number in the email",
     "note": "reaches the attacker",
     "bad": true
    },
    {
     "label": "Wire leaves",
     "note": "discovered at closing",
     "bad": true
    }
   ]
  },
  {
   "type": "p",
   "html": "Five properties combine, and each one alone would be manageable."
  },
  {
   "type": "table",
   "head": [
    "Property",
    "Consequence"
   ],
   "rows": [
    [
     "Large single transfer",
     "One successful attack is worth six figures"
    ],
    [
     "Irreversible rail",
     "Recovery depends on speed and the receiving bank's cooperation"
    ],
    [
     "Known date",
     "The attacker knows exactly when to send the instructions"
    ],
    [
     "Unfamiliar parties",
     "The buyer has no baseline for what is normal from a title agent"
    ],
    [
     "Email coordination",
     "Unauthenticated, spoofable, and the attacker may be reading it"
    ]
   ]
  },
  {
   "type": "p",
   "html": "The fourth row is underrated. A buyer completes one or two closings in a lifetime and has no basis for recognising an unusual request. Everything is unfamiliar, so nothing seems unusual."
  },
  {
   "type": "h2",
   "text": "The attack, in its usual form"
  },
  {
   "type": "ol",
   "items": [
    "Access is obtained to a mailbox in the transaction — often the agent's or the buyer's, sometimes a smaller firm's with weaker controls.",
    "The attacker reads quietly for weeks, learning names, tone, timeline and amounts.",
    "Near the closing date, instructions are sent that copy the genuine ones with the account details changed.",
    "If the buyer calls to verify, they call the number in the fraudulent email.",
    "The wire leaves. By the time the discrepancy surfaces at closing, the funds have moved on."
   ]
  },
  {
   "type": "p",
   "html": "There is no technical exploit in this sequence after step one. The remaining steps are the normal process working as designed."
  },
  {
   "type": "h2",
   "text": "Why the current defences are routed around"
  },
  {
   "type": "table",
   "head": [
    "Defence",
    "How it is defeated"
   ],
   "rows": [
    [
     "Encrypted portal for instructions",
     "Attacker phones the buyer and directs them elsewhere"
    ],
    [
     "Callback verification",
     "Buyer calls the number in the fraudulent message"
    ],
    [
     "Email warning banner",
     "Present on every message, including the genuine ones; ignored"
    ],
    [
     "Payee bank account verification",
     "Verifies the account the title agency used, not what the buyer saw"
    ],
    [
     "Two-person review at the agency",
     "Reviews the agency's outgoing instructions, not the buyer's incoming ones"
    ]
   ]
  },
  {
   "type": "p",
   "html": "The pattern: every control operates on the agency's side of the transaction. The buyer, who initiates the wire, is outside all of them."
  },
  {
   "type": "h2",
   "text": "The artefact nobody has"
  },
  {
   "type": "p",
   "html": "After a diversion, the question is what the buyer was shown. The agency says they published correct instructions; the buyer says they received different ones. Both are telling the truth."
  },
  {
   "type": "p",
   "html": "There is no record of what the buyer actually saw at the moment they instructed their bank. That record is what would resolve the dispute, and it is also what would prevent it."
  },
  {
   "type": "code",
   "text": "# What the buyer signs, on their own device, before wiring\n\n  Wire instructions — closing 2026-09-18\n\n  Property:     1420 Fillmore Street\n  File:         ESC-2026-4471\n  Send to:      First National Trust\n  Routing:      021000021\n  Account:      ****8823\n  Beneficiary:  Cascade Title & Escrow LLC\n  Amount:       $389,142.00\n\n  Issued by Cascade Title & Escrow, countersigned 2026-09-16.\n\n  [Touch ID] I have read these instructions and am sending\n             this amount to this account.\n\n→ receipt held by buyer, agency and lender; verifiable offline"
  },
  {
   "type": "p",
   "html": "The buyer's bank can be shown this before releasing the wire. A buyer presenting instructions with no valid receipt is, at minimum, a reason to pause."
  },
  {
   "type": "h2",
   "text": "What changes for each party"
  },
  {
   "type": "ul",
   "items": [
    "<strong style=\"font-weight:600\">The buyer</strong> has one place to look and one action to take, instead of judging which of several emails is genuine.",
    "<strong style=\"font-weight:600\">The title agency</strong> can prove what it issued, which matters both for prevention and for the negligence claim afterwards.",
    "<strong style=\"font-weight:600\">The lender and the receiving bank</strong> get a checkable artefact rather than a verbal assurance.",
    "<strong style=\"font-weight:600\">The insurer</strong> has a control to price, which is currently absent from this transaction class."
   ]
  },
  {
   "type": "h2",
   "text": "The honest limits"
  },
  {
   "type": "p",
   "html": "A buyer determined to follow instructions from a convincing caller can ignore the signed statement entirely and wire anyway. Nothing prevents someone from acting outside the process."
  },
  {
   "type": "p",
   "html": "What changes is that the process has a canonical artefact. \"Do not send funds without a valid receipt from the closing file\" is a rule a buyer can follow, unlike \"be alert for fraudulent instructions\", which asks them to do something they are not equipped to do."
  },
  {
   "type": "p",
   "html": "It also changes the position after a loss. An agency that issued a verifiable statement, and can show what the buyer signed, is in a very different posture from one holding a copy of an email with a red banner on it."
  },
  {
   "type": "h2",
   "text": "Why every existing control is on the wrong side"
  },
  {
   "type": "table",
   "caption": "Each control protects the agency's channel",
   "head": [
    "Control",
    "How it is routed around"
   ],
   "rows": [
    [
     "Encrypted portal",
     "Attacker phones the buyer and directs them elsewhere"
    ],
    [
     "Callback verification",
     "Buyer calls the number in the fraudulent message"
    ],
    [
     "Email warning banner",
     "On every message, including the copies; ignored"
    ],
    [
     "Payee account verification",
     "Verifies what the agency used, not what the buyer saw"
    ],
    [
     "Two-person review at the agency",
     "Reviews outgoing instructions, not incoming ones"
    ]
   ]
  },
  {
   "type": "p",
   "html": "The buyer initiates the wire and sits outside all of them. That is the structural gap, and it is why the missing artefact is a record of what the buyer was shown at the moment they instructed their bank."
  },
  {
   "type": "h2",
   "text": "Objections and honest limits"
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“A determined buyer can still be talked into wiring anyway.”</strong> True. What changes is that the process has a canonical artefact. ‘No valid receipt, no wire’ is a rule a first-time buyer can follow; ‘be alert for fraudulent instructions’ is not."
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“This is the buyer's responsibility.”</strong> Courts increasingly examine what the professional did, not what the consumer failed to spot. An agency that offered an un-spoofable channel is in a materially different position from one holding an email footer."
  }
 ],
 "faq": [
  {
   "q": "Don't secure portals already solve this?",
   "a": "They secure the agency's channel. The attacker contacts the buyer directly by phone or email and redirects them away from the portal."
  },
  {
   "q": "What does callback verification miss?",
   "a": "The buyer calls the number in the fraudulent message. Verification is only as good as the channel used to obtain the number."
  },
  {
   "q": "Can a buyer still be tricked?",
   "a": "Yes, if they act outside the process entirely. What changes is that a clear rule exists — no valid receipt, no wire — which is something a buyer can actually follow."
  },
  {
   "q": "Does this help after a loss?",
   "a": "Substantially. The agency can demonstrate what it issued and what the buyer signed, which is a stronger position than a disclaimer in an email footer."
  },
  {
   "q": "Don't secure portals solve this?",
   "a": "They secure the agency's channel. The attacker contacts the buyer directly and redirects them away from it."
  }
 ],
 "sources": [
  {
   "t": "FBI IC3 2025 Internet Crime Report",
   "u": "https://www.ic3.gov/AnnualReport/Reports/2025_IC3Report.pdf"
  },
  {
   "t": "ALTA — wire fraud prevention resources",
   "u": "https://www.alta.org/business-tools/wire-fraud.cfm"
  },
  {
   "t": "NAIC — property and casualty claims resources",
   "u": "https://content.naic.org/cipr-topics"
  }
 ],
 "related": [
  {
   "slug": "certifid-vs-manav-payee-risk-scoring-needs-client",
   "title": "Payee risk scoring and the client-side receipt",
   "category": "Comparison"
  },
  {
   "slug": "red-banner-email-disclaimers-dont-protect-title",
   "title": "Why email disclaimers do not protect title agencies",
   "category": "Vertical"
  },
  {
   "slug": "cash-out-refinance-attack-fraudsters-spoof-mortgage",
   "title": "Spoofed mortgage payoff demands",
   "category": "Vertical"
  }
 ],
 "image": "https://cdn.twc.sh/images/igcache/Closing%20Wire%20Fraud%20Diversion/1500_900/blog.jpg",
 "wordcount": 1036,
 "url": "/blog/real-estate-wire-fraud-title-escrow-payoff-diversion.html",
 "reading_time": "5 min read",
 "meta_description": "A closing concentrates a household's savings into one irreversible transfer, arranged by email between strangers, on a date everyone knows.",
 "hub": {
  "slug": "topics/title-and-escrow",
  "title": "Title, escrow and closing wires"
 },
 "answer": "Five properties combine: one large irreversible transfer, a date everyone knows, parties who have never met, no baseline for what is normal, and email as the coordination medium. The attacker does not break anything — they copy the real instructions and change one field.",
 "answer_q": "Why are closing wires so easy to divert?",
 "glossary": [
  {
   "term": "Payoff diversion",
   "def": "Redirecting closing or payoff funds by substituting wiring instructions."
  },
  {
   "term": "Business email compromise",
   "def": "Fraud conducted from a genuine compromised mailbox rather than a spoofed one."
  },
  {
   "term": "Recall",
   "def": "A request to return a wire, whose success depends almost entirely on speed."
  }
 ],
 "checklist": {
  "title": "Closing the buyer-side gap",
  "id": "close",
  "desc": "Four steps.",
  "steps": [
   {
    "name": "Issue instructions as a countersigned statement.",
    "text": "Not as an email attachment."
   },
   {
    "name": "Have the buyer sign on their own device before wiring.",
    "text": "Rendered from the signature, not the message."
   },
   {
    "name": "Give the buyer one rule.",
    "text": "No valid receipt, no wire — whatever anyone says on the phone."
   },
   {
    "name": "Put the receipt on the file.",
    "text": "For the lender, the underwriter and any later claim."
   }
  ]
 },
 "cta": {
  "title": "Where this fits in Manav",
  "html": "Manav renders the wire or payoff details from a statement the issuer countersigned, has the payer sign on their own device, and puts a verifiable receipt on the file for the agency, the lender and the insurer.",
  "href": "../docs.html",
  "label": "See wire confirmation"
 }
}