Skip to content

Hostname

wit.ai

Last fetched

wit.ai resolves to 4 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in DE. WHOIS lists iana:3237 as the registrar.

Nutrition Label

WHISPER CANON · wit.aiRouting diversity3.5/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/wit.ai

Resolution chain

wit.ai resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
157.240.253.53157.240.253.0/24AS32934FACEBOOK - Facebook, Inc.DE
157.240.30.56157.240.30.0/24AS32934FACEBOOK - Facebook, Inc.CZ
57.144.179.13357.144.0.0/14AS32934FACEBOOK - Facebook, Inc.BR
57.144.249.13357.144.248.0/23AS32934FACEBOOK - Facebook, Inc.IE

WHOIS identity

Registrar
iana:3237
Organization
domain admin
Contact emails

Subdomains

8 observed subdomains of wit.ai.

Web-graph footprint

Distinct hostnames that link to or from wit.ai in the public web crawl.

720 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for wit.ai.

MechanismTarget
SPF_INCLUDE_spf.facebook.com
SPF_INCLUDEspf-00082601.pphosted.com
SPF_INCLUDEspf.mail.intercom.io

Related pages

Pivot deeper into the graph from wit.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "wit.ai"})-[: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.