Skip to content

Hostname

ppp244-161.static.internode.on.net

Last fetched

ppp244-161.static.internode.on.net resolves to 2 IPv4 addresses operated by INTERNODE-AS - Internode Pty Ltd in AU.

Nutrition Label

WHISPER CANON · ppp244-161.static.internode.on.netRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/ppp244-161.static.internode.on.net

Resolution chain

ppp244-161.static.internode.on.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
203.122.244.161203.122.192.0/18AS4739INTERNODE-AS - Internode Pty LtdAU
59.167.244.16159.167.0.0/16AS4739INTERNODE-AS - Internode Pty LtdAU

WHOIS identity

No WHOIS records are currently associated with ppp244-161.static.internode.on.net in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ppp244-161.static.internode.on.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ppp244-161.static.internode.on.net"})-[: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.