Hostname
hostmaster.aloom.de
Last fetched
hostmaster.aloom.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
hostmaster.aloom.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 88.99.174.189 | 88.99.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with hostmaster.aloom.de in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for hostmaster.aloom.de.
| Mechanism | Target |
|---|---|
| SPF_A | hostmaster.aloom.de |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 116.203.164.116/32 |
| SPF_IP | 159.69.246.75/32 |
| SPF_IP | 2a01:488:66:1000:5bfa:67bf:0:1/128 |
| SPF_IP | 2a01:4f8:c010:1620::/64 |
| SPF_IP | 2a01:4f8:c0c:987::/64 |
| SPF_IP | 2a01:4f8:c0c:9e3::/64 |
| SPF_IP | 2a01:4f8:c17:6fd9::/64 |
| SPF_IP | 2a01:4f8:c2c:42d4::/64 |
| SPF_IP | 88.99.171.161 |
| SPF_IP | 88.99.174.189 |
| SPF_IP | 88.99.87.225 |
| SPF_IP | 91.250.103.191 |
| SPF_MX | hostmaster.aloom.de |
Related pages
Pivot deeper into the graph from hostmaster.aloom.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hostmaster.aloom.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.