Hostname
002.gr
Last fetched
002.gr resolves to 1 IPv4 address operated by ENIXLTD in DE.
Nutrition Label
Resolution chain
002.gr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.73.8.1 | 185.73.8.0/24 | AS52148 | ENIXLTD | DE |
WHOIS identity
No WHOIS records are currently associated with 002.gr in WhisperGraph.
Subdomains
8 observed subdomains of 002.gr.
Threat posture
History
Mail and authentication
MX records
- 002.gr
SPF policy
13 SPF mechanisms authorising senders for 002.gr.
| Mechanism | Target |
|---|---|
| SPF_A | 002.gr |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.hostns.io |
| SPF_IP | 157.90.254.14 |
| SPF_IP | 162.55.5.59 |
| SPF_IP | 168.119.150.187 |
| SPF_IP | 185.73.8.1 |
| SPF_IP | 78.142.63.95 |
| SPF_IP | 85.17.127.164 |
| SPF_IP | 88.99.136.126 |
| SPF_IP | 88.99.136.97 |
| SPF_IP | 89.107.62.166 |
| SPF_MX | 002.gr |
Related pages
Pivot deeper into the graph from 002.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "002.gr"})-[: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.