T1598 covers four sub-techniques and none of them deliver a payload: spearphishing service (contacting the target through LinkedIn, Slack, or another messaging platform to build rapport before asking for information), spearphishing attachment (a document carrying a tracking pixel or web bug used to confirm the address is live and read, not to run code), spearphishing link (a URL to a cloned login page built to capture whatever the target types), and spearphishing voice (a callback-phishing lure that asks the target to dial a number and read credentials or an MFA code to a live operator). The common thread is that success is measured by information the target hands over voluntarily, not by code execution on the endpoint.
To get the message past filters, the attacker either spoofs a trusted domain (accepting SPF or DKIM failure because most mail clients still render the display name), registers a lookalike domain that passes its own authentication checks, or sends from an already-compromised legitimate mailbox, which is the hardest case because every authentication signal is genuinely valid. The link itself increasingly runs through an adversary-in-the-middle proxy kit such as Evilginx, which relays the real login flow to the victim so it captures the session cookie along with the password, defeating simple MFA in the same step.
Unlike T1566 Phishing, where the payload is the point, T1598 treats the reply, the click, or the spoken answer as the deliverable. The attacker frequently validates the harvest immediately by attempting to authenticate with the submitted credential from separate infrastructure, which is why a credential-phishing alert should always be paired with a sign-in log check for the targeted account in the minutes that follow.