Hostname
api.gunprime.com
Last fetched
api.gunprime.com resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api.gunprime.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.25.15.157 | 100.24.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.232.224.159 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.194.5.243 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.204.42.134 | 52.200.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.gunprime.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api.gunprime.com in the public web crawl.
Sample inbound links
- ec2-34-235-61-225.compute-1.amazonaws.com
- 6f65dbc9ece9276410310d5d711780b3-1941164637.us-east-1.elb.amazonaws.com
- mail.birminghampistol.com
- smtp.birminghampistol.com
- usagunfactory.birminghampistol.com
- w.birminghampistol.com
- gunmentor.com
- cibwtadmin.gunmentor.com
- gunprime.com
- 5eba82cc-7ab8-40b5-8ee4-6fb685d9f3fc.nicholsoutfitters.com
Sample outbound links
- s7.addthis.com
- ec2-3-224-156-8.compute-1.amazonaws.com
- ec2-34-235-61-225.compute-1.amazonaws.com
- 6f65dbc9ece9276410310d5d711780b3-1941164637.us-east-1.elb.amazonaws.com
- gunprime.s3.us-east-2.amazonaws.com
- americanguncraft.com
- arsenalinc.com
- beretta.com
- gp.birminghampistol.com
- poforhhurmgo.birminghampistol.com
Threat posture
History
Related pages
Pivot deeper into the graph from api.gunprime.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.gunprime.com"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.