Hostname
antifact.com
Last fetched
antifact.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:320 as the registrar.
Nutrition Label
Resolution chain
antifact.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.155.6.169 | 35.155.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.56.119.145 | 50.56.0.0/17 | AS19994 | RACKSPACE - Rackspace Hosting | US |
| 52.43.163.252 | 52.40.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:320
- Organization
- bottman brothers
- Contact emails
Subdomains
1 observed subdomain of antifact.com.
| Subdomain |
|---|
| www.antifact.com |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from antifact.com.
- IP · 35.155.6.169
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:320
- Country · US
- Email · info@bottmanbros.com
- TLD · .com
- Browse hostnames · an…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "antifact.com"})-[: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.