Hostname
witl.com
Last fetched
witl.com resolves to 17 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
witl.com resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.129 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.178 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.203 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.215 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.219 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.19 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.25 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.200.143.68 | 23.200.143.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.200.143.75 | 23.200.143.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.219.2.132 | 23.219.2.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.219.2.152 | 23.219.2.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.207 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.214 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.132 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.143 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.134 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.177 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
1 observed subdomain of witl.com.
| Subdomain |
|---|
| www.witl.com |
Web-graph footprint
Distinct hostnames that link to or from witl.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for witl.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from witl.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "witl.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.