Skip to content

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

WHISPER CANON · benderson.comRouting diversity1.5/10Peering density6.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/benderson.com

Resolution chain

benderson.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
192.0.78.147192.1.114.0/24AS2635AUTOMATTIC - Automattic, IncUS

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.

MechanismTarget
SPF_INCLUDE_spf.psm.knowbe4.com
SPF_INCLUDE_spf.wpcloud.com
SPF_INCLUDEspf.nexuspayables.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.us.exclaimer.net
SPF_IP135.84.68.123/32
SPF_IP135.84.79.54/32
SPF_IP147.160.167.0/26
SPF_IP173.252.165.208/32
SPF_IP192.48.98.10/32
SPF_IP192.48.98.254/32
SPF_IP206.152.14.54/32
SPF_IP208.86.168.7/32
SPF_IP208.99.245.194
SPF_IP24.213.230.162
SPF_IP67.20.178.231/32
SPF_IP74.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.