Hostname
notifications.reapit.cloud
Last fetched
notifications.reapit.cloud resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
notifications.reapit.cloud 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 |
|---|---|---|---|---|
| 13.227.207.106 | 13.227.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.227.207.112 | 13.227.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.227.207.29 | 13.227.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.227.207.8 | 13.227.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.33.67.106 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.54 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.58 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.90 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.46.110 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.24 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.5 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.77 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with notifications.reapit.cloud in WhisperGraph.
Subdomains
1 observed subdomain of notifications.reapit.cloud.
| Subdomain |
|---|
| dev.notifications.reapit.cloud |
Threat posture
History
Related pages
Pivot deeper into the graph from notifications.reapit.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "notifications.reapit.cloud"})-[: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.