Hostname
dev-sfc.com
Last fetched
dev-sfc.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
dev-sfc.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-sfc.com owner
- Contact emails
- 002e3f19-0d0c-4572-846e-48a53d077a69@identity-protect.org
- 580db94f-310a-4a77-9dcb-86de07b9fcfd@identity-protect.org
- 7457cabd-ad0e-4aa7-afad-1967a7eb62bc@identity-protect.org
- c59d57c8-d3c0-469f-a26e-39b3bc4449d7@identity-protect.org
- d42e6366-bf48-477a-9b69-7e73273a8d5c@identity-protect.org
- ec5d0f51-059a-4ac0-8d79-1613f67c0487@identity-protect.org
- ff33ade0-c191-4215-8655-e053de72a927@identity-protect.org
Subdomains
9 observed subdomains of dev-sfc.com.
Threat posture
History
Related pages
Pivot deeper into the graph from dev-sfc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev-sfc.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.