Hostname
gitlab.and-works.com
Last fetched
gitlab.and-works.com resolves to 2 IPv4 addresses operated by OCN NTT DOCOMO BUSINESS,Inc. in JP.
Nutrition Label
Resolution chain
gitlab.and-works.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 |
|---|---|---|---|---|
| 114.186.186.164 | 114.160.0.0/11 | AS4713 | OCN NTT DOCOMO BUSINESS,Inc. | JP |
| 118.19.249.37 | 118.16.0.0/13 | AS4713 | OCN NTT DOCOMO BUSINESS,Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with gitlab.and-works.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from gitlab.and-works.com in the public web crawl.
202 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gitlab.and-works.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gitlab.and-works.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.