VEYRNOX · Learn · Threat Intelligence Platform (TIP)

Threat Intelligence Platform (TIP)

A Threat Intelligence Platform (TIP) is a backend service that aggregates, curates, and distributes real-time threat signals — phishing domains, drainer contracts, sanctioned addresses, suspicious dApps — to consuming clients. In crypto wallets, the TIP feeds transaction-time defences.

How it works

The TIP ingests signals from community reports, brand-monitoring services, on-chain analytics, sanctions lists, and honeypot contracts. Each signal is scored, deduplicated, and expiry-tagged. Wallet clients query the TIP at transaction time — dApp connect, contract approval, outgoing transfer — and receive a per-signal verdict: allow, warn, block. Because the TIP is centralised, a new drainer detected against one user immediately protects every other user, without a wallet update.

Why it matters

On-device rule sets go stale within hours in a live attacker environment. A TIP moves detection to a server that can update in seconds and distribute globally. The trade-off is trust and privacy: the wallet must query the TIP without leaking user data, which requires careful protocol design (bloom filters, prefix hashing, or private set intersection).

Related concepts

Frequently asked questions

Is a TIP the same as an AI security system?

No. A TIP distributes signals; the classification of a signal as good or bad is rule-based, not ML-based, in Veyrnox.

Does the TIP see my transactions?

It sees the hashes and addresses needed for a check — not your balance, not your history, not your identity.

What happens if the TIP is offline?

The wallet falls back to on-device rules and warns the user that live threat intelligence is unavailable.

In Veyrnox

Veyrnox’s AI Security Protection tier is powered by an edge-hosted TIP. Ten transaction-time features — phishing check, drainer check, sanctioned-address check, transaction simulation — are driven by feed queries. Rule-based classification produces the verdict.

Learn more →