Skip to content

Hostname

davidkeyman.com

Last fetched

davidkeyman.com resolves to 1 IPv4 address operated by AS51167 in DE. WHOIS lists iana:2487 as the registrar.

Nutrition Label

WHISPER CANON · davidkeyman.comRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/davidkeyman.com

Resolution chain

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

IPPrefixASNOperatorCountry
75.119.131.8475.119.128.0/19AS51167DE

WHOIS identity

Registrar
iana:2487
Organization
domain admin
Contact emails

Subdomains

7 observed subdomains of davidkeyman.com.

Threat posture

History

Mail and authentication

MX records

  • davidkeyman.com

SPF policy

4 SPF mechanisms authorising senders for davidkeyman.com.

MechanismTarget
SPF_Adavidkeyman.com
SPF_IP5.189.189.19
SPF_IP75.119.131.84
SPF_MXdavidkeyman.com

Related pages

Pivot deeper into the graph from davidkeyman.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "davidkeyman.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.