Hostname
benderson.com
Last fetched
benderson.com resolves to 1 IPv4 address operated by AUTOMATTIC - Automattic, Inc in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
benderson.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.0.78.147 | 192.1.114.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- benderson development company,
- Contact emails
Subdomains
10 observed subdomains of benderson.com.
Web-graph footprint
Distinct hostnames that link to or from benderson.com in the public web crawl.
31 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for benderson.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.wpcloud.com |
| SPF_INCLUDE | spf.nexuspayables.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.us.exclaimer.net |
| SPF_IP | 135.84.68.123/32 |
| SPF_IP | 135.84.79.54/32 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 173.252.165.208/32 |
| SPF_IP | 192.48.98.10/32 |
| SPF_IP | 192.48.98.254/32 |
| SPF_IP | 206.152.14.54/32 |
| SPF_IP | 208.86.168.7/32 |
| SPF_IP | 208.99.245.194 |
| SPF_IP | 24.213.230.162 |
| SPF_IP | 67.20.178.231/32 |
| SPF_IP | 74.205.12.56 |
Related pages
Pivot deeper into the graph from benderson.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "benderson.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.