Skip to content

Hostname

irc2.rizon.io

Last fetched

irc2.rizon.io resolves to 4 IPv4 addresses operated by NETACTUATE - NetActuate, Inc in US.

Nutrition Label

WHISPER CANON · irc2.rizon.ioRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/irc2.rizon.io

Resolution chain

irc2.rizon.io resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
199.233.228.142199.233.228.0/22AS36236NETACTUATE - NetActuate, IncUS
34.74.110.2334.74.96.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.233.253.20535.233.128.0/17AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
52.193.79.14552.192.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with irc2.rizon.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from irc2.rizon.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "irc2.rizon.io"})-[: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.