Hostname
stonnington.vic.gov.au
Last fetched
stonnington.vic.gov.au resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in AU.
Nutrition Label
Resolution chain
stonnington.vic.gov.au 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 |
|---|---|---|---|---|
| 52.255.47.222 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | AU |
WHOIS identity
No WHOIS records are currently associated with stonnington.vic.gov.au in WhisperGraph.
Subdomains
21 observed subdomains of stonnington.vic.gov.au.
Web-graph footprint
Distinct hostnames that link to or from stonnington.vic.gov.au in the public web crawl.
556 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for stonnington.vic.gov.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf01.stonnington.vic.gov.au |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | ziparchive.com.au |
| SPF_IP | 123.243.73.98 |
| SPF_IP | 203.190.232.98/32 |
| SPF_IP | 203.89.253.66/32 |
| SPF_IP | 220.101.38.147 |
| SPF_IP | 54.240.62.215/32 |
| SPF_IP | 54.240.62.216/32 |
| SPF_MX | stonnington.vic.gov.au |
Related pages
Pivot deeper into the graph from stonnington.vic.gov.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stonnington.vic.gov.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.