Skip to content

Hostname

present.smallpackages.co

Last fetched

present.smallpackages.co resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · present.smallpackages.coRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/present.smallpackages.co

Resolution chain

present.smallpackages.co resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.22.144.16523.22.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
23.22.52.723.22.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.216.88.243.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.219.96.233.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.201.81.3434.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
54.208.186.18254.208.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.224.34.3054.224.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.243.129.21554.242.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with present.smallpackages.co in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from present.smallpackages.co.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "present.smallpackages.co"})-[: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.