Hostname
11com7.nrw
Last fetched
11com7.nrw resolves to 1 IPv4 address operated by KEYWEB-AS in DE. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
11com7.nrw 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 |
|---|---|---|---|---|
| 84.19.169.140 | 84.19.160.0/19 | AS31103 | KEYWEB-AS | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- 11com7 design und media
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from 11com7.nrw in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for 11com7.nrw.
| Mechanism | Target |
|---|---|
| SPF_A | 11com7.nrw |
| SPF_A | spf.11com7.de |
| SPF_INCLUDE | mailbox.org |
| SPF_MX | 11com7.nrw |
| SPF_MX | mx01.mail-redirect.de |
| SPF_MX | mx02.mail-redirect.eu |
Related pages
Pivot deeper into the graph from 11com7.nrw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "11com7.nrw"})-[: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.