Skip to content

Hostname

method.au

Last fetched

method.au resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists registrar:drop.com.au pty ltd as the registrar.

Nutrition Label

WHISPER CANON · method.auRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/method.au

Resolution chain

method.au resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
20.125.28.8020.64.0.0/10AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
86.105.245.6986.105.244.0/22AS20857TRANSIP-AS Amsterdam, the NetherlandsRO

WHOIS identity

Registrar
registrar:drop.com.au pty ltd
Organization
domain administrator
Contact emails

Subdomains

92 observed subdomains of method.au.

Web-graph footprint

Distinct hostnames that link to or from method.au in the public web crawl.

11 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from method.au.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "method.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.