Hostname
patternunion.com.au
Last fetched
patternunion.com.au resolves to 2 IPv4 addresses operated by PODAON in NL. WHOIS lists registrar:tucows (australia) pty ltd trading as opensrs as the registrar.
Nutrition Label
Resolution chain
patternunion.com.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 |
|---|---|---|---|---|
| 193.3.168.132 | 193.3.168.0/24 | AS211381 | PODAON | NL |
| 45.66.11.253 | 45.66.11.0/24 | AS210895 | PODAON-PL-1 | PL |
WHOIS identity
- Registrar
- registrar:tucows (australia) pty ltd trading as opensrs
- Organization
- alex algay
- Contact emails
- —
Subdomains
1 observed subdomain of patternunion.com.au.
| Subdomain |
|---|
| www.patternunion.com.au |
Web-graph footprint
Distinct hostnames that link to or from patternunion.com.au in the public web crawl.
41 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from patternunion.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "patternunion.com.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.