Hostname
etf.edu
Last fetched
etf.edu resolves to 1 IPv4 address operated by AS206281 in BE.
Nutrition Label
Resolution chain
etf.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 |
|---|---|---|---|---|
| 185.220.172.2 | 185.220.172.0/24 | AS206281 | — | BE |
| 185.220.172.2 | 185.220.172.0/24 | AS206281 | — | BE |
WHOIS identity
No WHOIS records are currently associated with etf.edu in WhisperGraph.
Subdomains
39 observed subdomains of etf.edu.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from etf.edu in the public web crawl.
145 sites link to this hostname.
284 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for etf.edu.
| Mechanism | Target |
|---|---|
| SPF_A | etf.edu |
| SPF_INCLUDE | procurios.cloud |
| SPF_INCLUDE | spf.etf.edu |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
| SPF_MX | etf.edu |
Related pages
Pivot deeper into the graph from etf.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "etf.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.