Hostname
hawk.sydney
Last fetched
hawk.sydney resolves to 1 IPv4 address operated by MAMMOTHMEDIA-AS-AP - Mammoth Media Pty Ltd in AU. WHOIS lists iana:1291 as the registrar.
Nutrition Label
Resolution chain
hawk.sydney 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 |
|---|---|---|---|---|
| 110.232.114.98 | 110.232.112.0/22 | AS133159 | MAMMOTHMEDIA-AS-AP - Mammoth Media Pty Ltd | AU |
WHOIS identity
- Registrar
- iana:1291
- Organization
- hawk comms pty
- Contact emails
- —
Subdomains
22 observed subdomains of hawk.sydney.
Web-graph footprint
Distinct hostnames that link to or from hawk.sydney in the public web crawl.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for hawk.sydney.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | notifications._spf.ds.network |
| SPF_INCLUDE | spf.spamhero.com |
| SPF_INCLUDE | transmail.net.au |
| SPF_IP | 103.138.129.64/27 |
Related pages
Pivot deeper into the graph from hawk.sydney.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hawk.sydney"})-[: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.