Hostname
hostmaster.linesofreason.net
Last fetched
hostmaster.linesofreason.net resolves to 5 IPv4 addresses operated by AS24940 in FI.
Nutrition Label
Resolution chain
hostmaster.linesofreason.net resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 65.21.178.24 | 65.22.25.0/24 | AS24940 | — | FI |
| 99.84.231.113 | 99.86.68.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.231.31 | 99.86.68.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.231.38 | 99.86.68.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.231.74 | 99.86.68.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with hostmaster.linesofreason.net in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for hostmaster.linesofreason.net.
| Mechanism | Target |
|---|---|
| SPF_A | hostmaster.linesofreason.net |
| SPF_IP | 78.46.152.77 |
| SPF_IP | 78.46.5.205/32 |
| SPF_MX | hostmaster.linesofreason.net |
Related pages
Pivot deeper into the graph from hostmaster.linesofreason.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hostmaster.linesofreason.net"})-[: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.