Hostname
studyintafe.edu.au
Last fetched
studyintafe.edu.au resolves to 2 IPv4 addresses operated by AS136521 in AU.
Nutrition Label
Resolution chain
studyintafe.edu.au 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 |
|---|---|---|---|---|
| 103.91.192.20 | 103.91.192.0/24 | AS136521 | — | AU |
| 103.91.193.20 | 103.91.193.0/24 | AS136522 | — | AU |
WHOIS identity
No WHOIS records are currently associated with studyintafe.edu.au in WhisperGraph.
Subdomains
1 observed subdomain of studyintafe.edu.au.
| Subdomain |
|---|
| www.studyintafe.edu.au |
Web-graph footprint
Distinct hostnames that link to or from studyintafe.edu.au in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for studyintafe.edu.au.
| Mechanism | Target |
|---|---|
| SPF_A | zssmtp1.tafensw.edu.au |
| SPF_A | zusmtp1.tafensw.edu.au |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 139.138.42.94 |
| SPF_IP | 139.138.42.98 |
| SPF_IP | 139.138.42.99 |
| SPF_IP | 139.138.43.188 |
| SPF_IP | 139.138.43.189 |
| SPF_IP | 139.138.43.190 |
Related pages
Pivot deeper into the graph from studyintafe.edu.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "studyintafe.edu.au"})-[: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.