Hostname
lightningshare.app
Last fetched
lightningshare.app resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
lightningshare.app resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.174.255.116 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.17 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.35 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.5 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- registrant of lightningshare.app
- Contact emails
Subdomains
1 observed subdomain of lightningshare.app.
| Subdomain |
|---|
| dev.lightningshare.app |
Threat posture
History
Related pages
Pivot deeper into the graph from lightningshare.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lightningshare.app"})-[: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.