Hostname
dieg.info
Last fetched
dieg.info resolves to 2 IPv4 addresses operated by AS209847 in FR. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
dieg.info 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 |
|---|---|---|---|---|
| 86.104.74.5 | 86.104.74.0/24 | AS209847 | — | FR |
| 91.210.166.84 | 91.210.166.0/24 | AS59729 | — | BG |
WHOIS identity
- Registrar
- iana:1068
- Organization
- dmitriy yakovenko
- Contact emails
Subdomains
4 observed subdomains of dieg.info.
Web-graph footprint
Distinct hostnames that link to or from dieg.info in the public web crawl.
235 sites link to this hostname.
65 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for dieg.info.
| Mechanism | Target |
|---|---|
| SPF_A | dieg.info |
| SPF_INCLUDE | mxsspf.sendpulse.com |
| SPF_INCLUDE | zoho.eu |
| SPF_MX | dieg.info |
Related pages
Pivot deeper into the graph from dieg.info.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dieg.info"})-[: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.