Hostname
reads.expressglance.com
Last fetched
reads.expressglance.com resolves to 1 IPv4 address operated by AS24961 in DE.
Nutrition Label
Resolution chain
reads.expressglance.com 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 |
|---|---|---|---|---|
| 5.199.136.23 | 5.199.128.0/20 | AS24961 | — | DE |
WHOIS identity
No WHOIS records are currently associated with reads.expressglance.com in WhisperGraph.
Subdomains
4 observed subdomains of reads.expressglance.com.
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for reads.expressglance.com.
| Mechanism | Target |
|---|---|
| SPF_A | reads.expressglance.com |
| SPF_IP | 104.253.195.137/32 |
| SPF_IP | 104.253.195.17/32 |
| SPF_IP | 104.253.195.170/32 |
| SPF_IP | 104.253.195.173/32 |
| SPF_IP | 184.174.83.114/32 |
| SPF_IP | 184.174.83.115/32 |
| SPF_IP | 184.174.83.116/32 |
| SPF_IP | 184.174.83.117/32 |
| SPF_IP | 184.174.83.118/32 |
| SPF_IP | 184.174.83.119/32 |
| SPF_IP | 184.174.83.12/32 |
| SPF_IP | 184.174.83.132/32 |
| SPF_IP | 184.174.83.133/32 |
| SPF_IP | 184.174.83.3/32 |
| SPF_IP | 198.20.166.221/32 |
| SPF_IP | 198.20.166.240/32 |
| SPF_IP | 198.20.166.241/32 |
| SPF_IP | 198.20.166.243/32 |
| SPF_MX | reads.expressglance.com |
Related pages
Pivot deeper into the graph from reads.expressglance.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reads.expressglance.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.