dns_compare
ActiveTool of Ready APIs
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries