Skip to content

Hostname

ldcs-tools.com

Last fetched

ldcs-tools.com resolves to 1 IPv4 address operated by AS198352 in NL. WHOIS lists iana:1647 as the registrar.

Nutrition Label

WHISPER CANON · ldcs-tools.comRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/ldcs-tools.com

Resolution chain

ldcs-tools.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
91.190.98.8491.190.98.0/24AS198352NL

WHOIS identity

Registrar
iana:1647
Organization
whoissecure
Contact emails

Subdomains

2 observed subdomains of ldcs-tools.com.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for ldcs-tools.com.

MechanismTarget
SPF_INCLUDEthatsmail.nl
SPF_IP2a02:2968:0:0:1c00:c8ff:fe00:dd1

Related pages

Pivot deeper into the graph from ldcs-tools.com.

Cypher and MCP

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

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