Skip to content

Hostname

albis.de

Last fetched

albis.de resolves to 2 IPv4 addresses operated by CGM in DE.

Nutrition Label

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

Resolution chain

albis.de 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 albis.de in WhisperGraph.

Subdomains

3 observed subdomains of albis.de.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for albis.de.

MechanismTarget
SPF_INCLUDE_spf.cgm.com
SPF_INCLUDE_spf.retarus.com
SPF_IP185.9.12.101
SPF_IP193.158.110.17
SPF_IP193.158.110.20
SPF_IP193.47.161.177
SPF_IP193.47.161.178
SPF_IP193.47.161.183
SPF_IP193.47.161.188
SPF_IP193.47.161.71

Related pages

Pivot deeper into the graph from albis.de.

Cypher and MCP

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

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