Hostname
eyeofgod.me
Last fetched
eyeofgod.me resolves to 2 IPv4 addresses operated by OMEGATECH-AS - Omegatech LTD in NL. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
eyeofgod.me resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.16.53.43 | 178.16.53.0/24 | AS202412 | OMEGATECH-AS - Omegatech LTD | NL |
| 38.102.125.5 | 38.102.124.0/22 | AS26832 | RICAWEBSERVICES - Rica Web Services | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of eyeofgod.me.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for eyeofgod.me.
| Mechanism | Target |
|---|---|
| SPF_A | eyeofgod.me |
| SPF_IP | 178.16.53.43 |
| SPF_IP | 38.102.125.5 |
| SPF_MX | eyeofgod.me |
Related pages
Pivot deeper into the graph from eyeofgod.me.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eyeofgod.me"})-[: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.