Hostname
auma.de
Last fetched
auma.de resolves to 3 IPv4 addresses operated by WEDOS-GLOBAL in CZ.
Nutrition Label
Resolution chain
auma.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.8.237.5 | 185.8.237.0/24 | AS208414 | WEDOS-GLOBAL | CZ |
| 185.8.237.6 | 185.8.237.0/24 | AS208414 | WEDOS-GLOBAL | CZ |
| 5.75.208.33 | 5.75.128.0/17 | AS24940 | HETZNER-AS | DE |
WHOIS identity
No WHOIS records are currently associated with auma.de in WhisperGraph.
Subdomains
17 observed subdomains of auma.de.
Web-graph footprint
Distinct hostnames that link to or from auma.de in the public web crawl.
1,342 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for auma.de.
| Mechanism | Target |
|---|---|
| SPF_A | auma.de |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.171.225.16 |
| SPF_IP | 185.171.225.17 |
| SPF_IP | 195.52.114.1/28 |
| SPF_IP | 83.169.28.81 |
| SPF_IP | 88.198.248.160/27 |
| SPF_MX | auma.de |
Related pages
Pivot deeper into the graph from auma.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auma.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.