Hostname
orangeunderground.ing.com.au
Last fetched
orangeunderground.ing.com.au resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
orangeunderground.ing.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 |
|---|---|---|---|---|
| 52.74.239.55 | 52.74.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.74.59.209 | 52.74.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with orangeunderground.ing.com.au in WhisperGraph.
Subdomains
1 observed subdomain of orangeunderground.ing.com.au.
| Subdomain |
|---|
| www.orangeunderground.ing.com.au |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for orangeunderground.ing.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | orangeunderground.ing.com.au |
| SPF_INCLUDE | visioncriticalpanels.com |
Related pages
Pivot deeper into the graph from orangeunderground.ing.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orangeunderground.ing.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.