Hostname
score.stg.ligr.dev
Last fetched
score.stg.ligr.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
score.stg.ligr.dev resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.137.52.111 | 216.137.52.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 216.137.52.129 | 216.137.52.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 216.137.52.13 | 216.137.52.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 216.137.52.93 | 216.137.52.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.85.193.110 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.19 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.73 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.79 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with score.stg.ligr.dev in WhisperGraph.
Subdomains
1 observed subdomain of score.stg.ligr.dev.
| Subdomain |
|---|
| wildcard.score.stg.ligr.dev |
Threat posture
History
Related pages
Pivot deeper into the graph from score.stg.ligr.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "score.stg.ligr.dev"})-[: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.