Hostname
info.capturi.com
Last fetched
info.capturi.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
info.capturi.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 |
|---|---|---|---|---|
| 99.84.160.113 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.17 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.66 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.78 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.171.105 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.35 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.40 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.53 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
No WHOIS records are currently associated with info.capturi.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for info.capturi.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 77.243.59.234 |
Related pages
Pivot deeper into the graph from info.capturi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "info.capturi.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.