Hostname
carson.k12.nv.us
Last fetched
carson.k12.nv.us resolves to 1 IPv4 address operated by NSHE-NEVADANET - Nevada System of Higher Education in US.
Nutrition Label
Resolution chain
carson.k12.nv.us 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 |
|---|---|---|---|---|
| 207.197.92.3 | 207.197.64.0/18 | AS3851 | NSHE-NEVADANET - Nevada System of Higher Education | US |
WHOIS identity
No WHOIS records are currently associated with carson.k12.nv.us in WhisperGraph.
Subdomains
10 observed subdomains of carson.k12.nv.us.
Web-graph footprint
Distinct hostnames that link to or from carson.k12.nv.us in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for carson.k12.nv.us.
| Mechanism | Target |
|---|---|
| SPF_A | aesoponline.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 143.55.232.7 |
| SPF_IP | 198.61.254.23 |
| SPF_IP | 20.12.60.77 |
| SPF_IP | 207.197.92.30 |
| SPF_IP | 216.83.185.36/32 |
| SPF_IP | 216.83.185.44/32 |
| SPF_MX | carson.k12.nv.us |
Related pages
Pivot deeper into the graph from carson.k12.nv.us.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "carson.k12.nv.us"})-[: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.