Skip to content

Hostname

eosdata.at

Last fetched

eosdata.at resolves to 1 IPv4 address operated by EOS-AS in AT.

Nutrition Label

WHISPER CANON · eosdata.atRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/eosdata.at

Resolution chain

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

IPPrefixASNOperatorCountry
193.16.244.151193.16.244.0/24AS31457EOS-ASAT

WHOIS identity

No WHOIS records are currently associated with eosdata.at in WhisperGraph.

Subdomains

17 observed subdomains of eosdata.at.

Web-graph footprint

Distinct hostnames that link to or from eosdata.at in the public web crawl.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for eosdata.at.

MechanismTarget
SPF_INCLUDE_spf.eosdata.at
SPF_IP193.16.244.133
SPF_IP193.16.244.134
SPF_IP193.16.244.41
SPF_MXeosdata.at

Related pages

Pivot deeper into the graph from eosdata.at.

Cypher and MCP

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

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