Hostname
weather.cod.edu
Last fetched
weather.cod.edu resolves to 1 IPv4 address operated by COD-GE-IL - College of duPage in US.
Nutrition Label
Resolution chain
weather.cod.edu 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 |
|---|---|---|---|---|
| 192.203.136.228 | 192.203.136.0/23 | AS17196 | COD-GE-IL - College of duPage | US |
WHOIS identity
No WHOIS records are currently associated with weather.cod.edu in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from weather.cod.edu in the public web crawl.
488 sites link to this hostname.
136 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for weather.cod.edu.
| Mechanism | Target |
|---|---|
| SPF_IP | 130.126.157.8 |
| SPF_IP | 142.0.177.117 |
| SPF_IP | 142.0.177.118 |
| SPF_IP | 142.0.181.100 |
| SPF_IP | 142.0.181.99 |
| SPF_IP | 148.163.135.28 |
| SPF_IP | 148.163.139.28 |
| SPF_IP | 192.203.136.203 |
| SPF_IP | 192.203.136.94 |
| SPF_MX | weather.cod.edu |
Related pages
Pivot deeper into the graph from weather.cod.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "weather.cod.edu"})-[: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.