Hostname
fhda.edu
Last fetched
fhda.edu resolves to 2 IPv4 addresses operated by FHDA-AS - Foothill-DeAnza Community College District in US.
Nutrition Label
Resolution chain
fhda.edu 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 |
|---|---|---|---|---|
| 153.18.96.155 | 153.18.0.0/17 | AS10867 | FHDA-AS - Foothill-DeAnza Community College District | US |
| 153.18.96.162 | 153.18.0.0/17 | AS10867 | FHDA-AS - Foothill-DeAnza Community College District | US |
WHOIS identity
- Registrar
- —
- Organization
- foothill de anza community college district
- Contact emails
- —
Subdomains
370 observed subdomains of fhda.edu.
Showing 25 of 370. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fhda.edu in the public web crawl.
159 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for fhda.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-00178401.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 153.18.96.148 |
| SPF_IP | 153.18.96.219 |
| SPF_IP | 153.18.98.15 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 74.122.104.26 |
Related pages
Pivot deeper into the graph from fhda.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fhda.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.