Skip to content

Hostname

dien.app

Last fetched

dien.app resolves to 1 IPv4 address operated by AS16276 in PE. WHOIS lists iana:303 as the registrar.

Nutrition Label

WHISPER CANON · dien.appRouting diversity1.5/10Peering density9.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.0/10canon.whisper.security/host/dien.app

Resolution chain

dien.app resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
158.69.104.108158.69.0.0/16AS16276PE

WHOIS identity

Registrar
iana:303
Organization
universidad nacional pedro ruiz gallo
Contact emails

Threat posture

History

Mail and authentication

MX records

  • dien.app

SPF policy

4 SPF mechanisms authorising senders for dien.app.

MechanismTarget
SPF_Adien.app
SPF_INCLUDE_spfgeneral.a1center.net
SPF_IP158.69.104.108
SPF_MXdien.app

Related pages

Pivot deeper into the graph from dien.app.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dien.app"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.