Brand impersonation watchlist, scan & takedown cases
Most brand-protection tooling looks inward — it screens the traffic you send. This module looks outward: a third party running a smishing campaign with a lookalike domain, a spoofed SMS/RCS sender ID, or a display name that reads as your brand. You register the tokens that are legitimately yours (brand names, domains, sender IDs), score any candidate you observe against them, and when a candidate is clearly hostile, open a takedown case that assembles the evidence pack a registrar, carrier, or platform abuse desk expects. All endpoints below are rooted athttps://api.orbit.devotel.io/api/v1/brand-identity/impersonation. The same
workflow is available in the dashboard under Settings → Compliance →
Brand impersonation watchlist.
What the scanner detects
Each candidate you submit is scored against your watchlist and returns a band with a matching recommendation:
The score is a transparent sum of named findings, never a black-box
reputation number. Each finding tells you exactly which signal fired:
Two guardrails keep the verdict trustworthy:
- Your own assets are never flagged. A candidate that exactly matches (or, for domains, is a subdomain of) something on your watchlist returns a clean verdict — it is your brand, not impersonation.
- Signals are capped and bounded. A scan accepts at most 50 candidates,
compared tokens are length-capped, and finding severities map onto the
triage bands above (
blockfindings drive the score hard,warnfindings add moderate weight,infofindings nudge it).
Watchlist management
The watchlist declares which tokens are yours. It does two jobs: it tells the scanner what to fuzzy-match candidates against, and it tells the scanner what to exclude (your own assets pass clean). Fields:
Read the current watchlist:
- Domain candidates are compared against the registrable label of each
protected domain plus your brand names — so
acnne.commatches youracmetoken regardless of which TLD the attacker chose. - Sender ID candidates are compared against your protected sender IDs plus brand names.
- Display name candidates are compared against your brand names.
Running a scan
POST /brand-identity/impersonation/scan scores a batch of candidates.
It is read-only and advisory: nothing persists, nothing is transmitted,
and no case is opened. Use it to evaluate what you observed before deciding
whether it deserves a case.
The response sorts verdicts worst-first and reports
candidateCount,
worstBand, urgentCount, and investigateCount alongside the per-candidate
verdicts. Duplicate (type, value) pairs are collapsed; batches are capped
at 50 candidates.
Because nothing persists, scanning the same batch twice is safe and returns
the same verdicts.
Takedown cases
When a verdict deserves action, open a case.POST /brand-identity/ impersonation/cases re-scores the candidate, assembles an evidence pack,
and stores the case:
noticeSummary text:
(For a lookalike domain you may also need
hosting_provider_abuse; pick
whichever desk owns the infrastructure the attacker is using.)
List cases, newest first, optionally filtered by status:
open— assembled, awaiting review.evidence_ready— you have reviewed the pack and it is ready to file.reported— you have submitted it to the abuse desk.resolved— the impersonating asset is down or the desk confirmed action.dismissed— false positive or accepted risk; a dismissed case can be reopened back toopen.
open → resolved, or anything out of resolved)
returns 409; an unknown case id returns 404. Setting a case to its
current status is an idempotent no-op. Case storage is bounded — the oldest
resolved/dismissed cases are pruned first once a tenant reaches the cap.
Watchlist updates and case lifecycle changes are written to your audit log.
Advisory only — what Orbit does not do for you
This module detects and prepares; it does not submit. Assembling the evidence pack is all Orbit does automatically — actually filing the notice with a domain registrar, a carrier SMS abuse desk, a hosting provider, or a messaging platform is your action, done outside the product. No case status advances on its own, nothing is transmitted to an abuse desk, andreported / resolved mean what you did with the pack, not anything
Orbit sent. These are tenant-owned controls: tune them to your own
trust-and-safety workflow.
Related
- Sender ID registration — register the legitimate sender IDs this module protects.
- Fraud Shield — the inward-facing counterpart: fraud alerts raised on your own account’s traffic.
- Restricted industries — content categories with their own posting rules.
- Webhook events — subscribe to compliance event fan-out.