Hostname
lifespark-engineering.com
Last fetched
lifespark-engineering.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
lifespark-engineering.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 lifespark-engineering.com owner
- Contact emails
- 0c9a8729-83f4-489d-ab52-109635f245e3@identity-protect.org
- 1723ab3a-683b-4882-864a-d15c94029003@identity-protect.org
- 868499c6-682e-450a-a530-58886ebfdfac@identity-protect.org
- bbe95fd2-dece-4305-8357-e20e2f0067ce@identity-protect.org
- c6125ad1-df48-4ca9-8bda-a3fc9fa32de3@identity-protect.org
- owner-8150117@lifespark-engineering.com.whoisprivacyservice.org
Subdomains
5 observed subdomains of lifespark-engineering.com.
Threat posture
History
Related pages
Pivot deeper into the graph from lifespark-engineering.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lifespark-engineering.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.