Skip to main content
Aegis emits category slugs in risk_categories[], deduped + ordered by contribution. The taxonomy is shared with our internal AML policy engine — it’s the same vocabulary the app.aegis-kyt.com UI renders.

Sanctioned

SlugMeaningExample sources
ofac-sdnDirect hit on the US OFAC Specially Designated Nationals listOFAC SDN
uk-ofsiUK OFSI consolidated sanctions listUK OFSI
eu-sanctionsEU consolidated financial sanctionsEU FSF

High-risk activity

SlugMeaning
mixerTornado Cash, Wasabi CoinJoin, Sinbad, etc.
darknet-marketHydra, Genesis, AlphaBay, etc.
ransomwareStrain-attributed addresses (Conti, REvil, LockBit, …)
child-exploitationCSAM-funded clusters
terrorism-financingHamas, Al-Qaeda, ISIS attributions
hackStolen funds from a specific exploit (e.g. Ronin Bridge, Wormhole)
scamGeneric phishing / impersonation / rug-pull
phishingSpecifically phishing wallets (Inferno Drainer cluster, etc.)

Service categories (informational, not necessarily risky)

SlugMeaning
exchangeCentralised exchange wallet (CEX deposit / hot / cold)
dexDecentralised exchange contract
defiDeFi protocol (lending, staking, AMM, etc.)
bridgeCross-chain bridge
walletSelf-custody wallet provider (e.g. MetaMask Swaps Router)
miningMining pool / payout wallet
pspCrypto payment service provider (BitPay, Heleket, etc.)
botTrading bot (Telegram-style or on-chain)
gamblingOnline casino / betting platform
nft_marketplaceOpenSea, Blur, etc.

Risk levels

risk_level rolls up the categories into one of:
LevelWhen
sanctionedAny sanctions slug present (ofac-sdn, uk-ofsi, eu-sanctions)
criticalmixer, darknet-market, ransomware, child-exploitation, terrorism-financing
highhack (when address is the attacker), scam, phishing
mediumMixed categories below critical; risk_score ≥ 50
lowrisk_score 20..49, no high-severity category
nonerisk_score 0..19 OR clean address

risk_score

Integer 0..100. Computed inside Aegis as:
risk_score = min(100, sum_over_sources(severity × confidence × time_decay))
with category-specific severity caps so a single low-trust source can’t push an address to 100. See the Aegis methodology for the exact formula, the 4-tier engine, and the decay model.