Skip to content

Hostname

loudus.eu

Last fetched

loudus.eu resolves to 1 IPv4 address operated by AS43513 in LV.

Nutrition Label

WHISPER CANON · loudus.euRouting diversity1.5/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/loudus.eu

Resolution chain

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

IPPrefixASNOperatorCountry
31.170.22.3631.170.16.0/21AS43513LV

WHOIS identity

No WHOIS records are currently associated with loudus.eu in WhisperGraph.

Subdomains

2 observed subdomains of loudus.eu.

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for loudus.eu.

MechanismTarget
SPF_IP149.56.111.188
SPF_IP159.148.111.44
SPF_IP31.170.22.36
SPF_IP31.170.22.37
SPF_IP31.170.22.38

Related pages

Pivot deeper into the graph from loudus.eu.

Cypher and MCP

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

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