Skip to content

Hostname

ieu.ac.id

Last fetched

ieu.ac.id resolves to 2 IPv4 addresses operated by BEON-AS-ID - PT. Beon Intermedia in ID.

Nutrition Label

WHISPER CANON · ieu.ac.idRouting diversity1.5/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/ieu.ac.id

Resolution chain

ieu.ac.id resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.163.138.24103.163.138.0/24AS55688BEON-AS-ID - PT. Beon IntermediaID
103.163.138.26103.163.138.0/24AS55688BEON-AS-ID - PT. Beon IntermediaID

WHOIS identity

No WHOIS records are currently associated with ieu.ac.id in WhisperGraph.

Subdomains

9 observed subdomains of ieu.ac.id.

Web-graph footprint

Distinct hostnames that link to or from ieu.ac.id in the public web crawl.

6 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

  • ieu.ac.id

SPF policy

5 SPF mechanisms authorising senders for ieu.ac.id.

MechanismTarget
SPF_Aieu.ac.id
SPF_INCLUDEspf.jagoanhosting.com
SPF_IP103.163.138.24
SPF_IP103.163.138.26
SPF_MXieu.ac.id

Related pages

Pivot deeper into the graph from ieu.ac.id.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ieu.ac.id"})-[: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.