Hostname
funprep.avimegiddo.com
Last fetched
funprep.avimegiddo.com resolves to 5 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in GB.
Nutrition Label
Resolution chain
funprep.avimegiddo.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.195.12.214 | 185.195.12.0/23 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | GB |
| 3.168.153.11 | 3.168.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.153.135 | 3.168.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.153.143 | 3.168.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.153.46 | 3.168.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with funprep.avimegiddo.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for funprep.avimegiddo.com.
| Mechanism | Target |
|---|---|
| SPF_A | funprep.avimegiddo.com |
| SPF_IP | 185.195.12.49 |
| SPF_MX | funprep.avimegiddo.com |
Related pages
Pivot deeper into the graph from funprep.avimegiddo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "funprep.avimegiddo.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.