Hostname
akmailservice.at
Last fetched
akmailservice.at appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
akmailservice.at has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with akmailservice.at in WhisperGraph.
Subdomains
2 observed subdomains of akmailservice.at.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for akmailservice.at.
| Mechanism | Target |
|---|---|
| SPF_A | mail.zindit.de |
| SPF_IP | 185.228.150.221 |
| SPF_IP | 188.172.246.10 |
| SPF_IP | 188.172.246.11 |
| SPF_IP | 188.172.246.5 |
| SPF_IP | 188.172.246.6 |
| SPF_IP | 188.172.246.7 |
| SPF_IP | 188.172.246.8 |
| SPF_IP | 188.65.79.82 |
| SPF_IP | 188.65.79.84 |
| SPF_IP | 188.65.79.88 |
| SPF_IP | 188.65.79.90 |
| SPF_IP | 216.147.218.8/30 |
| SPF_IP | 37.252.235.224/32 |
| SPF_IP | 37.252.235.91 |
| SPF_IP | 95.172.90.143/32 |
| SPF_IP | 95.172.90.156/32 |
| SPF_MX | akmailservice.at |
Related pages
Pivot deeper into the graph from akmailservice.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "akmailservice.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.