Hostname
gitlab.commprog.com
Last fetched
gitlab.commprog.com resolves to 2 IPv4 addresses operated by JORDANAHLIBANK in AL.
Nutrition Label
Resolution chain
gitlab.commprog.com 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 |
|---|---|---|---|---|
| 185.33.32.109 | 185.33.32.0/24 | AS60304 | JORDANAHLIBANK | AL |
| 79.106.4.4 | 79.106.0.0/19 | AS42313 | AS-CBC | AL |
WHOIS identity
No WHOIS records are currently associated with gitlab.commprog.com in WhisperGraph.
Subdomains
1 observed subdomain of gitlab.commprog.com.
| Subdomain |
|---|
| www.gitlab.commprog.com |
Threat posture
History
Related pages
Pivot deeper into the graph from gitlab.commprog.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gitlab.commprog.com"})-[: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.