Hostname
gitlab.delman.io
Last fetched
gitlab.delman.io resolves to 2 IPv4 addresses operated by IDNIC-DENEVA-AS-ID - PT Deneva in ID.
Nutrition Label
Resolution chain
gitlab.delman.io resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 202.155.90.50 | 202.155.90.0/24 | AS138115 | IDNIC-DENEVA-AS-ID - PT Deneva | ID |
| 34.124.243.179 | 34.124.240.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | SG |
WHOIS identity
No WHOIS records are currently associated with gitlab.delman.io in WhisperGraph.
Subdomains
1 observed subdomain of gitlab.delman.io.
| Subdomain |
|---|
| registry.gitlab.delman.io |
Threat posture
History
Related pages
Pivot deeper into the graph from gitlab.delman.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gitlab.delman.io"})-[: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.