Hostname
statler.isode.com
Last fetched
statler.isode.com resolves to 2 IPv4 addresses operated by AS41354 in GB.
Nutrition Label
Resolution chain
statler.isode.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 |
|---|---|---|---|---|
| 195.21.82.45 | 195.21.64.0/19 | AS41354 | — | GB |
| 62.232.206.189 | 62.232.0.0/16 | AS5413 | — | GB |
WHOIS identity
No WHOIS records are currently associated with statler.isode.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for statler.isode.com.
| Mechanism | Target |
|---|---|
| SPF_A | animal.isode.com |
| SPF_A | ext.isode.com |
| SPF_A | statler.isode.com |
| SPF_A | waldorf.isode.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 182.50.78.65/32 |
| SPF_IP | 204.14.232.65/32 |
| SPF_IP | 204.14.234.65/32 |
| SPF_IP | 96.43.144.65/32 |
| SPF_IP | 96.43.147.65 |
| SPF_IP | 96.43.148.65/32 |
| SPF_IP | 96.43.151.65 |
| SPF_MX | statler.isode.com |
Related pages
Pivot deeper into the graph from statler.isode.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "statler.isode.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.