Hostname
gitlab.gitlab.git.git.foo.preview-sandbox.smallstack.app
Last fetched
gitlab.gitlab.git.git.foo.preview-sandbox.smallstack.app resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
gitlab.gitlab.git.git.foo.preview-sandbox.smallstack.app resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.150.1.193 | 216.150.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 216.198.79.2 | 216.198.79.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 64.29.17.194 | 64.29.17.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with gitlab.gitlab.git.git.foo.preview-sandbox.smallstack.app in WhisperGraph.
Subdomains
3 observed subdomains of gitlab.gitlab.git.git.foo.preview-sandbox.smallstack.app.
Threat posture
History
Related pages
Pivot deeper into the graph from gitlab.gitlab.git.git.foo.preview-sandbox.smallstack.app.
- IP · 216.150.1.193
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Country · US
- Apex domain · smallstack.app
- Parent domain · gitlab.git.git.foo.preview-sandbox.smallstack.app
- TLD · .app
- Browse hostnames · gi…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gitlab.gitlab.git.git.foo.preview-sandbox.smallstack.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.