Skip to content

Hostname

armadeus.eu

Last fetched

armadeus.eu resolves to 1 IPv4 address operated by AS198345 in LT.

Nutrition Label

WHISPER CANON · armadeus.euRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/armadeus.eu

Resolution chain

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

IPPrefixASNOperatorCountry
91.233.176.4591.233.176.0/22AS198345LT

WHOIS identity

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

Subdomains

2 observed subdomains of armadeus.eu.

Threat posture

History

Mail and authentication

MX records

  • armadeus.eu

SPF policy

3 SPF mechanisms authorising senders for armadeus.eu.

MechanismTarget
SPF_Aarmadeus.eu
SPF_IP91.233.176.44
SPF_MXarmadeus.eu

Related pages

Pivot deeper into the graph from armadeus.eu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "armadeus.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.