Skip to content

Hostname

pod.gr

Last fetched

pod.gr resolves to 2 IPv4 addresses operated by AS57043 in NL.

Nutrition Label

WHISPER CANON · pod.grRouting diversity2.4/10Peering density8.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/pod.gr

Resolution chain

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

WHOIS identity

No WHOIS records are currently associated with pod.gr in WhisperGraph.

Subdomains

4 observed subdomains of pod.gr.

Web-graph footprint

Distinct hostnames that link to or from pod.gr in the public web crawl.

349 sites link to this hostname.

88 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

  • pod.gr

SPF policy

6 SPF mechanisms authorising senders for pod.gr.

MechanismTarget
SPF_Apod.gr
SPF_IP168.119.201.8
SPF_IP31.207.46.46
SPF_IP49.12.89.16
SPF_IP88.198.117.8
SPF_MXpod.gr

Related pages

Pivot deeper into the graph from pod.gr.

Cypher and MCP

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

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