Skip to content

Hostname

app.cloud.army

Last fetched

app.cloud.army resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.

Nutrition Label

WHISPER CANON · app.cloud.armyRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/app.cloud.army

Resolution chain

app.cloud.army resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.164.21.1918.164.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.164.21.218.164.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.164.21.6118.164.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.164.21.9218.164.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.239.225.12618.239.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.225.2618.239.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.225.6818.239.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.225.8118.239.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with app.cloud.army in WhisperGraph.

Subdomains

2 observed subdomains of app.cloud.army.

Threat posture

History

Related pages

Pivot deeper into the graph from app.cloud.army.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "app.cloud.army"})-[: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.