Skip to content

Hostname

aweos.de

Last fetched

aweos.de resolves to 1 IPv4 address operated by TAL-DE Tal.de GmbH in DE.

Nutrition Label

WHISPER CANON · aweos.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/aweos.de

Resolution chain

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

IPPrefixASNOperatorCountry
195.8.250.245195.8.250.0/24AS8820TAL-DE Tal.de GmbHDE

WHOIS identity

No WHOIS records are currently associated with aweos.de in WhisperGraph.

Subdomains

26 observed subdomains of aweos.de.

Web-graph footprint

Distinct hostnames that link to or from aweos.de in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for aweos.de.

MechanismTarget
SPF_Aaweos.de
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.mailersend.net
SPF_IP195.8.250.245
SPF_MXaweos.de

Related pages

Pivot deeper into the graph from aweos.de.

Cypher and MCP

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

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