Skip to content

Hostname

fr.blacktrace.nl

Last fetched

fr.blacktrace.nl resolves to 2 IPv4 addresses operated by LEASEWEB-NL-AMS-01 - LeaseWeb Netherlands B.V. in NL.

Nutrition Label

WHISPER CANON · fr.blacktrace.nlRouting diversity2.4/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/fr.blacktrace.nl

Resolution chain

fr.blacktrace.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.7.201.153212.7.192.0/20AS60781LEASEWEB-NL-AMS-01 - LeaseWeb Netherlands B.V.NL
89.149.211.20489.149.192.0/18AS60781LEASEWEB-NL-AMS-01 - LeaseWeb Netherlands B.V.NL

WHOIS identity

No WHOIS records are currently associated with fr.blacktrace.nl in WhisperGraph.

Subdomains

1 observed subdomain of fr.blacktrace.nl.

Threat posture

History

Related pages

Pivot deeper into the graph from fr.blacktrace.nl.

Cypher and MCP

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

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