Hostname
frodida.gr
Last fetched
frodida.gr resolves to 2 IPv4 addresses operated by AS205067 in CH.
Nutrition Label
Resolution chain
frodida.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 |
|---|---|---|---|---|
| 185.230.184.27 | 185.230.184.0/24 | AS205067 | — | CH |
| 51.75.151.19 | 51.75.0.0/16 | AS16276 | — | DE |
WHOIS identity
No WHOIS records are currently associated with frodida.gr in WhisperGraph.
Subdomains
5 observed subdomains of frodida.gr.
Web-graph footprint
Distinct hostnames that link to or from frodida.gr in the public web crawl.
98 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- frodida.gr
- mail.frodida.gr
SPF policy
4 SPF mechanisms authorising senders for frodida.gr.
| Mechanism | Target |
|---|---|
| SPF_A | frodida.gr |
| SPF_A | venus.swissns.ch |
| SPF_IP | 51.77.66.186 |
| SPF_MX | frodida.gr |
Related pages
Pivot deeper into the graph from frodida.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "frodida.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.