Skip to content

Hostname

app-dev.pointblank.capital

Last fetched

app-dev.pointblank.capital resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · app-dev.pointblank.capitalRouting diversity4.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/app-dev.pointblank.capital

Resolution chain

app-dev.pointblank.capital resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.205.241.418.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.225.105.2293.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.225.142.17534.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.237.78.15034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.220.127.20144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.20.46.14752.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.152.156.21654.152.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.80.37.22554.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with app-dev.pointblank.capital in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from app-dev.pointblank.capital.

Cypher and MCP

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

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