Skip to content

Hostname

amsel.de

Last fetched

amsel.de resolves to 1 IPv4 address operated by COMTRANCE-AS in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
185.147.218.240185.147.216.0/22AS30962COMTRANCE-ASDE

WHOIS identity

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

Subdomains

83 observed subdomains of amsel.de.

Web-graph footprint

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

590 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for amsel.de.

MechanismTarget
SPF_Aamsel.rackspeed-cloud.de
SPF_INCLUDE_spf-eu.ionos.com
SPF_IP185.147.218.240

Related pages

Pivot deeper into the graph from amsel.de.

Cypher and MCP

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

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