Hostname
firecode.spokanevalleyfire.com
Last fetched
firecode.spokanevalleyfire.com resolves to 1 IPv4 address operated by COMCAST-7922 - Comcast Cable Communications, LLC in US.
Nutrition Label
Resolution chain
firecode.spokanevalleyfire.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 |
|---|---|---|---|---|
| 50.217.199.218 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
WHOIS identity
No WHOIS records are currently associated with firecode.spokanevalleyfire.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for firecode.spokanevalleyfire.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-us.ppe-hosted.com |
| SPF_INCLUDE | spf.everycloudtech.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 207.245.128.0/17 |
| SPF_IP | 208.64.237.224/30 |
| SPF_IP | 44.224.34.185 |
| SPF_IP | 50.175.32.86 |
| SPF_IP | 50.217.199.218 |
| SPF_IP | 50.233.197.32/27 |
| SPF_IP | 50.233.197.33 |
| SPF_IP | 50.233.197.42 |
| SPF_IP | 52.88.27.234 |
| SPF_IP | 67.231.154.184/32 |
| SPF_MX | firecode.spokanevalleyfire.com |
Related pages
Pivot deeper into the graph from firecode.spokanevalleyfire.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "firecode.spokanevalleyfire.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.