Hostname
warc.com
Last fetched
warc.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
warc.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 166.117.175.36 | 166.117.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 166.117.2.85 | 166.117.0.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- ascential domain
- Contact emails
- abuse@web.com
- andrew.denham@warc.com
- dnsmaster@ascential.com
- 09db14e5-82e5-404a-87c8-953fe0b9be8c@identity-protect.org
- 28eb4f4a-3f00-4d7a-a423-ae6ae6e94870@identity-protect.org
- 96084161-d22d-49ee-b89d-84475154b4b9@identity-protect.org
- 9cc64161-ec09-4342-bee0-fd73ab2ee14b@identity-protect.org
- d5fad454-3a28-4612-926d-5183e968fd8d@identity-protect.org
- da2715fe-fb31-4370-82c0-93d6e22eec40@identity-protect.org
- e297dcd2-690c-416f-96bf-775dc257f996@identity-protect.org
Subdomains
31 observed subdomains of warc.com.
Showing 25 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from warc.com in the public web crawl.
4,123 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for warc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 149.72.156.80/32 |
Related pages
Pivot deeper into the graph from warc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "warc.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.