Hostname
oracleeventemails.com
Last fetched
oracleeventemails.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
oracleeventemails.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 |
|---|---|---|---|---|
| 18.154.48.13 | 18.154.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.48.19 | 18.154.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.48.47 | 18.154.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.48.79 | 18.154.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.161.213.111 | 3.161.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.161.213.114 | 3.161.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.161.213.3 | 3.161.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.161.213.75 | 3.161.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of oracleeventemails.com owner
- Contact emails
Subdomains
5 observed subdomains of oracleeventemails.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for oracleeventemails.com.
| Mechanism | Target |
|---|---|
| SPF_A | oracleeventemails.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 159.135.239.155/32 |
| SPF_IP | 167.89.78.144/32 |
| SPF_IP | 54.68.25.227/32 |
| SPF_MX | oracleeventemails.com |
Related pages
Pivot deeper into the graph from oracleeventemails.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oracleeventemails.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.