You're viewing a demo portfolio

Join the waitlist
PRSM

dns_compare

Active

Tool of Ready APIs

declared in 1.0.0

Compare a target domain against a reference for phishing / typosquatting / lookalike detection. Computes edit distance, apex/TLD diff, homoglyph substitution detection (0↔o, 1↔l, rn↔m). Flags is_likely_typosquat + is_likely_lookalike with drivers. Pure analytical comparison — no DNS query.

Parameters schema

{
  "type": "object",
  "required": [
    "reference",
    "target"
  ],
  "properties": {
    "target": {
      "type": "string",
      "description": "Suspect domain, e.g. striipe.com."
    },
    "reference": {
      "type": "string",
      "description": "Known-good domain, e.g. stripe.com."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →