Skip to content

Hostname

dev.pegasus.array.world

Last fetched

dev.pegasus.array.world resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BE.

Nutrition Label

WHISPER CANON · dev.pegasus.array.worldRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/dev.pegasus.array.world

Resolution chain

dev.pegasus.array.world resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.225.239.11013.225.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.BE
13.225.239.5613.225.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.BE
13.225.239.6213.225.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.BE
13.225.239.9413.225.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.BE
18.238.55.10018.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.12118.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.3218.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.8518.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dev.pegasus.array.world in WhisperGraph.

Subdomains

2 observed subdomains of dev.pegasus.array.world.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.pegasus.array.world.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev.pegasus.array.world"})-[: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.