Skip to content

Hostname

comments.keycapsss.com

Last fetched

comments.keycapsss.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · comments.keycapsss.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/comments.keycapsss.com

Resolution chain

comments.keycapsss.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
46.224.109.21946.224.0.0/15AS24940HETZNER-ASDE
5.44.106.1665.44.96.0/20AS8648ONE-NETWORKDE

WHOIS identity

No WHOIS records are currently associated with comments.keycapsss.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for comments.keycapsss.com.

MechanismTarget
SPF_Acomments.keycapsss.com
SPF_Apanapro.de
SPF_MXcomments.keycapsss.com

Related pages

Pivot deeper into the graph from comments.keycapsss.com.

Cypher and MCP

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

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