Hostname
students.ausd.net
Last fetched
students.ausd.net resolves to 2 IPv4 addresses operated by ASN-CBCBH - Giggle Fiber in US.
Nutrition Label
Resolution chain
students.ausd.net 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 |
|---|---|---|---|---|
| 216.165.241.93 | 216.165.241.0/24 | AS26919 | ASN-CBCBH - Giggle Fiber | US |
| 76.79.211.132 | 76.79.128.0/17 | AS20001 | TWC-20001-PACWEST - Charter Communications Inc | US |
WHOIS identity
No WHOIS records are currently associated with students.ausd.net in WhisperGraph.
Subdomains
1 observed subdomain of students.ausd.net.
| Subdomain |
|---|
| www.students.ausd.net |
Web-graph footprint
Distinct hostnames that link to or from students.ausd.net in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for students.ausd.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | customerspf.schoolmessenger.com |
| SPF_IP | 52.27.255.223/32 |
| SPF_IP | 52.27.255.224/32 |
| SPF_IP | 52.27.255.227/32 |
| SPF_IP | 52.27.255.228/32 |
Related pages
Pivot deeper into the graph from students.ausd.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "students.ausd.net"})-[: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.