Hostname
static.collectoptin.com
Last fetched
static.collectoptin.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
static.collectoptin.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.82.129 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.82.34 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.82.80 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.82.93 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.174.113 | 18.64.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.174.115 | 18.64.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.174.51 | 18.64.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.174.93 | 18.64.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with static.collectoptin.com in WhisperGraph.
Subdomains
6 observed subdomains of static.collectoptin.com.
Web-graph footprint
Distinct hostnames that link to or from static.collectoptin.com in the public web crawl.
45 sites link to this hostname.
Sample inbound links
- 1jour1envie.com
- assortiment-arc-en-ciel.1jour1envie.com
- assortiment-vegetalien.1jour1envie.com
- buche-de-noel.1jour1envie.com
- capsules-lave-vaisselle.1jour1envie.com
- chocolat-pate-a-tartiner.1jour1envie.com
- chocolat-ruby.1jour1envie.com
- colis-assortiment-gateaux2.1jour1envie.com
- dispositif-eco-energie.1jour1envie.com
- douche-douceur.1jour1envie.com
Threat posture
History
Related pages
Pivot deeper into the graph from static.collectoptin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.collectoptin.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.