Skip to content

Hostname

adman.gr

Last fetched

adman.gr resolves to 2 IPv4 addresses operated by AS8522 in GR.

Nutrition Label

WHISPER CANON · adman.grRouting diversity2.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings4.4/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/adman.gr

Resolution chain

adman.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 adman.gr in WhisperGraph.

Subdomains

33 observed subdomains of adman.gr.

Web-graph footprint

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

512 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for adman.gr.

MechanismTarget
SPF_IP139.91.201.32/27
SPF_IP141.95.156.224/32
SPF_IP62.103.124.0/24
SPF_MXadman.gr

Related pages

Pivot deeper into the graph from adman.gr.

Cypher and MCP

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

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