Skip to content

Hostname

agelastos.com

Last fetched

agelastos.com resolves to 2 IPv4 addresses operated by OVH in US. WHOIS lists iana:143 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
15.204.22.6015.204.0.0/17AS16276OVHUS
216.239.138.113216.239.136.0/21AS19237OMNIS - Omnis Network, LLCUS

WHOIS identity

Registrar
iana:143
Organization
michael agelasto
Contact emails

Subdomains

1 observed subdomain of agelastos.com.

Web-graph footprint

Distinct hostnames that link to or from agelastos.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for agelastos.com.

MechanismTarget
SPF_INCLUDEspf.guardedhost.com

Related pages

Pivot deeper into the graph from agelastos.com.

Cypher and MCP

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

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