Hostname
embeeries.gr
Last fetched
embeeries.gr resolves to 2 IPv4 addresses operated by AS47521 in GR.
Nutrition Label
Resolution chain
embeeries.gr 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 |
|---|---|---|---|---|
| 93.174.121.216 | 93.174.120.0/21 | AS47521 | — | GR |
| 93.174.121.80 | 93.174.120.0/21 | AS47521 | — | GR |
WHOIS identity
No WHOIS records are currently associated with embeeries.gr in WhisperGraph.
Subdomains
6 observed subdomains of embeeries.gr.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from embeeries.gr in the public web crawl.
3 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- embeeries.gr
SPF policy
8 SPF mechanisms authorising senders for embeeries.gr.
| Mechanism | Target |
|---|---|
| SPF_A | embeeries.gr |
| SPF_IP | 93.174.121.154 |
| SPF_IP | 93.174.121.155 |
| SPF_IP | 93.174.121.194 |
| SPF_IP | 93.174.121.214 |
| SPF_IP | 93.174.121.216 |
| SPF_IP | 93.174.121.80 |
| SPF_MX | embeeries.gr |
Related pages
Pivot deeper into the graph from embeeries.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "embeeries.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.