Hostname
bennet.com
Last fetched
bennet.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in US. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
bennet.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.198.214.71 | 23.198.214.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.198.214.77 | 23.198.214.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.212.110.152 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.176 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.35.218.131 | 23.35.218.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.35.218.19 | 23.35.218.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.50.131.134 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.145 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- vincenzo crotolo
- Contact emails
Subdomains
37 observed subdomains of bennet.com.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bennet.com in the public web crawl.
497 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for bennet.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-00339101.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.turbo-smtp.com |
| SPF_IP | 213.215.155.133/32 |
| SPF_IP | 89.96.208.40 |
| SPF_IP | 89.96.208.42 |
| SPF_IP | 89.96.208.52 |
| SPF_MX | bennet.com |
Related pages
Pivot deeper into the graph from bennet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bennet.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.