Hostname
pass.notifica.re
Last fetched
pass.notifica.re resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
pass.notifica.re 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 |
|---|---|---|---|---|
| 18.160.200.115 | 18.160.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.116 | 18.160.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.3 | 18.160.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.87 | 18.160.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.26.101 | 18.66.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.26.107 | 18.66.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.26.15 | 18.66.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.26.66 | 18.66.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with pass.notifica.re in WhisperGraph.
Subdomains
1 observed subdomain of pass.notifica.re.
| Subdomain |
|---|
| wildcard.pass.notifica.re |
Threat posture
History
Related pages
Pivot deeper into the graph from pass.notifica.re.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pass.notifica.re"})-[: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.