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
Resolution chain
wit.ai resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.240.253.53 | 157.240.253.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | DE |
| 157.240.30.56 | 157.240.30.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | CZ |
| 57.144.179.133 | 57.144.0.0/14 | AS32934 | FACEBOOK - Facebook, Inc. | BR |
| 57.144.249.133 | 57.144.248.0/23 | AS32934 | FACEBOOK - 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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for wit.ai.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.facebook.com |
| SPF_INCLUDE | spf-00082601.pphosted.com |
| SPF_INCLUDE | spf.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.