Hostname
dev-sts.com
Last fetched
dev-sts.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
dev-sts.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of dev-sts.com owner
- Contact emails
- jkingsley2000us@yahoo.com
- 40e3be6e-566a-4c50-b2bd-b5bd7b8e8a25@identity-protect.org
- 46956b19-9422-4000-96a8-f3537915c2ba@identity-protect.org
- a1e0864f-403b-4070-9fad-eb15fc392fc8@identity-protect.org
- b4665206-885d-46c7-bf1f-818eac9771e4@identity-protect.org
- c7b0db50-2d4d-4344-9f64-b15b6df54eac@identity-protect.org
- d949a4a9-85f6-46db-8283-0a02901a11a4@identity-protect.org
- owner-6570496@dev-sts.com.whoisprivacyservice.org
Subdomains
2 observed subdomains of dev-sts.com.
Threat posture
History
Related pages
Pivot deeper into the graph from dev-sts.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev-sts.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.