background gif

Attacks · Credentials & humans

Phishing

Stolen ceremony fragments do not replay as ambient credentials. There is no lasting credential to harvest, and endpoint binding rejects relayed proofs on other routes.

~6 min readContinue: Ambient credentials

Opening

What the attacker wants

The phisher wants the victim to reveal something that authorizes the attacker elsewhere: a password, OTP, bearer, recovery code, or ceremony fragment that converts into a second session. The conversion is harvest-to-caller — trick the human, then reuse the string as ambient authority on a different device or route. Phishing remains a human problem; this page only denies the ambient conversion that makes the lure cash out as lasting login.

How it works today

Password and OTP phishing works because the harvested string is ambient authority by design. Passkeys reduce some harvest paths but still bind users to device and vendor recovery stories that can reintroduce transferable factors. Ambient estates train users to type secrets into forms; attackers only need a convincing lure and a place to paste what comes back. Ceremony UX residual risks are deferred — here the mechanism claim is “no reusable tray,” not “users never click.”

Why it fails against one-shot proofs

ENI6MA removes the lasting credential tray. Ceremony fragments are one-shot and request-bound; endpoint binding means a relayed proof fails on any other route. Conversion from phish tray to lasting caller fails. This is mechanism denial of ambient harvest — not a lecture that users will never click — and it pairs with keylogging and relay families for the full human-facing story. Endpoint binding closes the relayed-fragment path that would otherwise turn a harvested ceremony into another route’s caller.

Read the dual plates as ambient success versus mechanism denial for phishing: the surface plate shows why classical estates pay; the denial plate shows which ENI6MA check family stops the conversion without dumping an NDA attack-to-stage matrix. Claims below stay model-scoped.

Phish harvests reusable secrets

How to read: lure tray left; harvest-and-reuse ambient win right. Takeaway: harvest equals lasting credential.

Ambient phishing pays when the lure catches a string that works again later.

Nothing reusable to harvest

How to read: lasting-credential myths fail; ceremony fragment is request-bound. Takeaway: no lasting credential; binding holds.

One-shot, bound fragments leave the lure with nothing reusable to cash out — harvest remains a human problem; this page denies the ambient conversion that makes the lure print lasting login.

Scoped claims

Immune to phishing.ValidatedNo reusable credential exists to harvest; endpoint_id binding means a relayed proof fails on any other route.Holds under the reference architecture

Where it shows up

Watch it fail

Go deeper

  • To Go Passwordless or Not

    This essay critiques the systemic problems not addressed by contemporary passwordless trends (passkeys, FIDO tokens, and mobile MFA apps). While hardware-bound credentials reduce phishing and stuffing for interactive users, the author argues they bind users to specific devices and vendor escrow or sync services, ceding sovereignty over storage and recovery.

  • Cognitive Methods: Rosario–Wang Cypher Proof

    This accessible paper explains how the ENI6MA / Rosario–Wang Proof uses cognitive methods to protect the witness (the hidden information that proves identity or knowledge) without exposing it during authentication. Minds (human or artificial) perceive patterns, map symbols to private meanings, and make fast membership decisions; ENI6MA builds an interactive ceremony around those abilities.

  • ENI6MA Ephemeral Identity: Sovereign Identity Through Ephemeral Witness

    This Stanford lecture slide deck presents sovereign identity through ephemeral witness: the architecture of post-credential authentication. The central thesis is that identity is no longer a secret you possess but per-event work you perform, illustrated by compiled twin circuits exchanging a transient witness spark rather than sharing a reusable credential artifact.

  • Attack Vectors Are Obsolete

    A practitioner-facing essay arguing that classical cryptanalytic and credential-harvest attack vectors lose their conversion path against the Rosario–Wang Cipher when there is no reusable private key on the wire. Frequency analysis, known/chosen plaintext, ciphertext-only, differential and linear cryptanalysis, and side-channel harvest are addressed as families that fail when the channel exposes membership-only residues rather than transferable secrets.

Formal note

Phishing immunity here means no reusable ambient authorizer to harvest into a second session under the reference ceremony: ceremony fragments are one-shot and request-bound, so the harvest tray does not convert into lasting callers. Passwordless-or-not and attack-vectors-obsolete essays situate why device-bound passkeys and classical harvest myths still leave a conversion gap that empty-channel, one-shot proofs close. Claims stay mechanism-scoped — not a promise that users never click.