Hostname
layer7.net
Last fetched
layer7.net resolves to 1 IPv4 address operated by HGCOMP-ASN in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
layer7.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.24.160.3 | 194.24.160.0/23 | AS29551 | HGCOMP-ASN | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- layer7 networks
- Contact emails
Subdomains
72 observed subdomains of layer7.net.
Showing 25 of 72. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from layer7.net in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for layer7.net.
| Mechanism | Target |
|---|---|
| SPF_A | team.layer7.net |
| SPF_A | webhost.layer7.net |
| SPF_IP | 194.24.160.3 |
| SPF_IP | 194.24.160.78 |
| SPF_IP | 2a00:1911:1:0:0:0:0:963e |
Related pages
Pivot deeper into the graph from layer7.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "layer7.net"})-[: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.