Hostname
flamencorueda.gr
Last fetched
flamencorueda.gr resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
flamencorueda.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 |
|---|---|---|---|---|
| 159.69.110.15 | 159.82.0.0/16 | AS24940 | — | DE |
| 185.14.203.18 | 185.15.58.0/24 | AS60597 | — | GR |
WHOIS identity
No WHOIS records are currently associated with flamencorueda.gr in WhisperGraph.
Subdomains
4 observed subdomains of flamencorueda.gr.
Web-graph footprint
Distinct hostnames that link to or from flamencorueda.gr in the public web crawl.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for flamencorueda.gr.
| Mechanism | Target |
|---|---|
| SPF_A | flamencorueda.gr |
| SPF_MX | flamencorueda.gr |
Related pages
Pivot deeper into the graph from flamencorueda.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flamencorueda.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.