Skip to content

Hostname

simdrop.io

Last fetched

simdrop.io resolves to 3 IPv4 addresses operated by SAFEVALUE-AS - Safe Value Limited in SC.

Nutrition Label

WHISPER CANON · simdrop.ioRouting diversity3.0/10Peering density5.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/simdrop.io

Resolution chain

simdrop.io resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.233.63.101193.233.63.0/24AS42745SAFEVALUE-AS - Safe Value LimitedSC
94.232.244.19994.232.244.0/24AS209847THE - WorkTitans B.V.
84.252.140.24484.252.128.0/20AS200350YandexCloud - Yandex.Cloud LLC

WHOIS identity

No WHOIS records are currently associated with simdrop.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from simdrop.io.

Cypher and MCP

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

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