Hostname
temp.idef.gr
Last fetched
temp.idef.gr resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
temp.idef.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 |
|---|---|---|---|---|
| 136.243.107.193 | 136.243.0.0/16 | AS24940 | — | DE |
| 212.32.246.52 | 212.32.224.0/19 | AS60781 | — | NL |
WHOIS identity
No WHOIS records are currently associated with temp.idef.gr in WhisperGraph.
Subdomains
1 observed subdomain of temp.idef.gr.
| Subdomain |
|---|
| www.temp.idef.gr |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for temp.idef.gr.
| Mechanism | Target |
|---|---|
| SPF_A | temp.idef.gr |
| SPF_INCLUDE | fidipidis1.multiserver.gr |
| SPF_INCLUDE | fidipidis3.multiserver.gr |
| SPF_IP | 136.243.107.193 |
| SPF_IP | 46.4.201.105 |
| SPF_MX | temp.idef.gr |
Related pages
Pivot deeper into the graph from temp.idef.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "temp.idef.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.