Skip to content

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

WHISPER CANON · gitlab.delman.ioRouting diversity2.4/10Peering density4.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/gitlab.delman.io

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.

IPPrefixASNOperatorCountry
202.155.90.50202.155.90.0/24AS138115IDNIC-DENEVA-AS-ID - PT DenevaID
34.124.243.17934.124.240.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCSG

WHOIS identity

No WHOIS records are currently associated with gitlab.delman.io in WhisperGraph.

Subdomains

1 observed subdomain of 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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.