Hostname
akmu-projects.com
Last fetched
akmu-projects.com resolves to 2 IPv4 addresses operated by AS31543 in AT. WHOIS lists iana:809 as the registrar.
Nutrition Label
Resolution chain
akmu-projects.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 83.218.160.22 | 83.218.160.0/19 | AS31543 | — | AT |
| 85.13.167.239 | 85.13.167.0/24 | AS34788 | — | DE |
WHOIS identity
- Registrar
- iana:809
- Organization
- bertram mueck
- Contact emails
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for akmu-projects.com.
| Mechanism | Target |
|---|---|
| SPF_A | akmu-projects.com |
| SPF_INCLUDE | spf.kasserver.com |
| SPF_MX | akmu-projects.com |
| SPF_REDIRECT | _spf.mynet.at |
Related pages
Pivot deeper into the graph from akmu-projects.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "akmu-projects.com"})-[: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.