Hostname
columbuscrew.com
Last fetched
columbuscrew.com resolves to 16 IPv4 addresses operated by AKAMAI-ASN1 in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
columbuscrew.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.109.53.151 | 104.64.0.0/10 | AS20940 | AKAMAI-ASN1 | US |
| 184.86.103.209 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.215 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.244.87 | 2.18.244.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.18.244.97 | 2.18.244.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.18.64.5 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.8 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.22.251.25 | 2.22.251.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 2.22.251.65 | 2.22.251.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 23.196.3.143 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.196.3.149 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.212 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.216 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.158.123 | 95.100.158.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 96.16.248.170 | 96.16.248.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 96.16.248.175 | 96.16.248.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:299
- Organization
- major league soccer, l.l.c.
- Contact emails
Subdomains
13 observed subdomains of columbuscrew.com.
Web-graph footprint
Distinct hostnames that link to or from columbuscrew.com in the public web crawl.
449 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for columbuscrew.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.getresponse.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | usb._netblocks.mimecast.com |
Related pages
Pivot deeper into the graph from columbuscrew.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "columbuscrew.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.