Hostname
hangar-7.com
Last fetched
hangar-7.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in HK. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
hangar-7.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.84.150.180 | 104.84.150.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 104.84.150.196 | 104.84.150.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 2.19.126.84 | 2.19.126.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.126.90 | 2.19.126.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.200.0.176 | 23.200.0.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.200.0.206 | 23.200.0.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.55.110.203 | 23.55.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.55.110.206 | 23.55.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.77.197.41 | 23.77.197.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 23.77.197.43 | 23.77.197.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
11 observed subdomains of hangar-7.com.
Web-graph footprint
Distinct hostnames that link to or from hangar-7.com in the public web crawl.
608 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for hangar-7.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.redbull.com |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from hangar-7.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hangar-7.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.