Skip to content

Hostname

ntta.org

Last fetched

ntta.org resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · ntta.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ntta.org

Resolution chain

ntta.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
45.223.162.1145.223.162.0/24AS19551INCAPSULA - Incapsula IncUS
45.223.174.1145.223.174.0/24AS19551INCAPSULA - Incapsula IncUS

WHOIS identity

Registrar
iana:2
Organization
north texas tollway authority
Contact emails

Subdomains

68 observed subdomains of ntta.org.

Web-graph footprint

Distinct hostnames that link to or from ntta.org in the public web crawl.

258 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for ntta.org.

MechanismTarget
SPF_Ac.spf.service-now.com
SPF_INCLUDEicpbounce.com
SPF_INCLUDEsparkpostmail.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf1.espview.com
SPF_IP208.189.92.197
SPF_IP208.189.92.32
SPF_IP208.189.92.33
SPF_IP208.189.92.34
SPF_IP208.189.92.35

Related pages

Pivot deeper into the graph from ntta.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ntta.org"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.