Skip to content

Hostname

node001.websignal.eu

Last fetched

node001.websignal.eu resolves to 1 IPv4 address operated by AS24940 in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
23.88.32.7623.88.0.0/17AS24940DE

WHOIS identity

No WHOIS records are currently associated with node001.websignal.eu in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for node001.websignal.eu.

MechanismTarget
SPF_IP167.235.205.101
SPF_IP168.119.105.118
SPF_IP2a01:4f8:c010:a45d:0:0:0:1
SPF_IP2a01:4f8:c17:25c5:0:0:0:1
SPF_IP77.93.203.0/24

Related pages

Pivot deeper into the graph from node001.websignal.eu.

Cypher and MCP

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

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