Hostname
comp-pro.de
Last fetched
comp-pro.de resolves to 1 IPv4 address operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
comp-pro.de 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 |
|---|---|---|---|---|
| 78.46.4.108 | 78.46.0.0/15 | AS24940 | HETZNER-AS | DE |
WHOIS identity
No WHOIS records are currently associated with comp-pro.de in WhisperGraph.
Subdomains
26 observed subdomains of comp-pro.de.
Web-graph footprint
Distinct hostnames that link to or from comp-pro.de in the public web crawl.
18 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for comp-pro.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.fp-sign.com |
| SPF_A | pmg01.comp-pro.eu |
| SPF_A | relay01.comp-pro-dns.de |
| SPF_A | relayhz-01.comp-pro-dns.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.55.44.158 |
| SPF_IP | 83.246.89.68/32 |
| SPF_IP | 88.198.125.197/32 |
| SPF_MX | comp-pro.de |
Related pages
Pivot deeper into the graph from comp-pro.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comp-pro.de"})-[: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.