Hostname
git.narwh.al
Last fetched
git.narwh.al resolves to 2 IPv4 addresses operated by BAI-IP-SERVICES - Bel Air Internet, LLC in US.
Nutrition Label
Resolution chain
git.narwh.al 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 |
|---|---|---|---|---|
| 64.136.149.100 | 64.136.128.0/19 | AS23316 | BAI-IP-SERVICES - Bel Air Internet, LLC | US |
| 99.31.218.229 | 99.16.0.0/12 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
WHOIS identity
No WHOIS records are currently associated with git.narwh.al in WhisperGraph.
Subdomains
2 observed subdomains of git.narwh.al.
Threat posture
History
Related pages
Pivot deeper into the graph from git.narwh.al.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "git.narwh.al"})-[: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.