Skip to content

Hostname

about.net.gr

Last fetched

about.net.gr resolves to 1 IPv4 address operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · about.net.grRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/about.net.gr

Resolution chain

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

IPPrefixASNOperatorCountry
94.130.85.16194.130.0.0/16AS24940HETZNER-ASDE

WHOIS identity

No WHOIS records are currently associated with about.net.gr in WhisperGraph.

Subdomains

10 observed subdomains of about.net.gr.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for about.net.gr.

MechanismTarget
SPF_Aabout.net.gr
SPF_INCLUDE_spf.google.com
SPF_IP167.235.164.88
SPF_IP195.201.214.204
SPF_IP94.130.85.161
SPF_MXabout.net.gr

Related pages

Pivot deeper into the graph from about.net.gr.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "about.net.gr"})-[: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.