Skip to main content
These rules keep you on the right side of compliance by flagging interactions with sanctioned, blacklisted, malicious, or high-risk addresses — and by alerting when a monitored address’s sanctions/blacklist status itself changes.

Summary

RuleAccount typesStatus
Sanctions CheckWallet (EOA) + counterparty🟢 Active
High-Risk CounterpartyWallet (EOA) + counterparty🟢 Active
Risky Address InteractionWallet (EOA) / contract🟢 Active
Sanctions and Blacklist List ChangeAny monitored address🟢 Active
Sanctioned Address Token InteractionWallet (EOA) + token / mint🟡 Building
Blacklisted Address Token InteractionWallet (EOA) + token / mint🟡 Building
Malicious Address Token InteractionWallet (EOA) + token / mint🟡 Building
Labelled Address TransactionWallet (EOA)⚪ Deprecated
Status note. Sanctions Check, High-Risk Counterparty, Risky Address Interaction, and Sanctions and Blacklist List Change are live — they screen counterparties directly against the Range risk and sanctions APIs. The three Address Token Interaction rules are 🟡 Building: the rule logic is implemented, but they depend on per-block sanctioned / blacklisted / malicious address lists being fed in by the enrichment pipeline, which isn’t wired up yet — so they don’t emit alerts today.

Rules

Detects. A monitored wallet transacts with an OFAC-sanctioned or blacklisted address.
TriggerA transfer where the counterparty is sanctioned or blacklisted, checked via the Range sanctions API.
Account typesWallet (EOA) + counterparty
StatusActive
Detects. A monitored wallet transacts with a counterparty whose Range risk score exceeds a threshold.
TriggerA transfer (above an optional minimum USD) where the counterparty’s Range risk score ≥ the configured threshold.
Account typesWallet (EOA) + counterparty
StatusActive
Detects. A monitored address that carries a non-zero Range risk score has new transactions.
TriggerA monitored address with a non-zero risk score is seen in new transactions, indicating possible association with malicious activity. (Scheduled.)
Account typesWallet (EOA) / contract
StatusActive
Detects. A monitored address is added to or removed from the OFAC sanctions list or a stablecoin issuer blacklist.
TriggerA watched address newly appears on — or drops off — the OFAC list or a stablecoin issuer blacklist (USDT, USDC, etc.). Filter by list type and change type (added / removed). (Scheduled.)
Account typesAny monitored address (wallet / contract)
StatusActive
Detects. A sanctioned address sends or receives a monitored token.
TriggerA sanctioned address sends, receives, or holds the configured token.
Account typesWallet (EOA) + token / mint
StatusBuilding — implemented, but not yet emitting (see note above).
Detects. An address on an issuer’s blocklist sends or receives a monitored token.
TriggerA blocklisted address (issuer blocklists, e.g. Circle / Tether) interacts with the configured token.
Account typesWallet (EOA) + token / mint
StatusBuilding — implemented, but not yet emitting (see note above).
Detects. An address flagged for malicious activity (scams, exploits, wallet drainers) sends or receives a monitored token.
TriggerA malicious-flagged address interacts with the configured token.
Account typesWallet (EOA) + token / mint
StatusBuilding — implemented, but not yet emitting (see note above).

Deprecated

Retired from a previous runner, kept for completeness:
  • Labelled Address Transaction — transactions involving labelled addresses (superseded by the risk- and sanctions-based rules above).
Last modified on June 16, 2026