Hostname
capcollision.com
Last fetched
capcollision.com resolves to 5 IPv4 addresses operated by AKAMAI-ASN1 in ZA. WHOIS lists iana:1154 as the registrar.
Nutrition Label
Resolution chain
capcollision.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.196.227.226 | 23.196.227.0/24 | AS20940 | AKAMAI-ASN1 | ZA |
| 23.196.227.239 | 23.196.227.0/24 | AS20940 | AKAMAI-ASN1 | ZA |
| 69.192.139.212 | 69.192.139.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 69.192.139.221 | 69.192.139.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 69.192.139.239 | 69.192.139.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:1154
- Organization
- 3gengagement
- Contact emails
Subdomains
1 observed subdomain of capcollision.com.
| Subdomain |
|---|
| www.capcollision.com |
Web-graph footprint
Distinct hostnames that link to or from capcollision.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- capcollision.com
SPF policy
4 SPF mechanisms authorising senders for capcollision.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hosting.cdkglobal.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.usa.net |
| SPF_MX | capcollision.com |
Related pages
Pivot deeper into the graph from capcollision.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "capcollision.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.