Hostname
prowin.chat
Last fetched
prowin.chat resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
prowin.chat resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.173.101 | 108.158.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.173.23 | 108.158.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.173.41 | 108.158.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.173.95 | 108.158.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.226.244.34 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.54 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.80 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.99 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.97.19 | 54.192.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.97.43 | 54.192.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.97.72 | 54.192.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.97.99 | 54.192.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of prowin.chat owner
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from prowin.chat in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for prowin.chat.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from prowin.chat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prowin.chat"})-[: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.