Skip to content

Hostname

voice2.answerpal.eu

Last fetched

voice2.answerpal.eu resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.

Nutrition Label

WHISPER CANON · voice2.answerpal.euRouting diversity2.4/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/voice2.answerpal.eu

Resolution chain

voice2.answerpal.eu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
20.105.224.4920.64.0.0/10AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationNL
78.110.194.11378.110.192.0/20AS8368BE

WHOIS identity

No WHOIS records are currently associated with voice2.answerpal.eu in WhisperGraph.

Subdomains

1 observed subdomain of voice2.answerpal.eu.

Threat posture

History

Related pages

Pivot deeper into the graph from voice2.answerpal.eu.

Cypher and MCP

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

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