Hostname
netcup.net
Last fetched
netcup.net resolves to 1 IPv4 address operated by NETCUP-AS netcup GmbH in DE. WHOIS lists iana:85 as the registrar.
Nutrition Label
Resolution chain
netcup.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 |
|---|---|---|---|---|
| 46.38.224.30 | 46.38.224.0/20 | AS197540 | NETCUP-AS netcup GmbH | DE |
WHOIS identity
- Registrar
- iana:85
- Organization
- felix preuss
- Contact emails
Subdomains
1,190 observed subdomains of netcup.net.
Showing 25 of 1,190. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netcup.net in the public web crawl.
13 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for netcup.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hostedemail.com |
| SPF_INCLUDE | spf.cloudpowered.email |
| SPF_IP | 188.65.77.204 |
| SPF_IP | 212.123.34.96/28 |
| SPF_IP | 212.123.36.25/32 |
| SPF_IP | 212.123.41.224/28 |
| SPF_IP | 2a03:4000:0:1:0:0:0:e1aa |
| SPF_IP | 45.132.63.68 |
| SPF_IP | 46.38.225.170 |
| SPF_MX | netcup.net |
Related pages
Pivot deeper into the graph from netcup.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netcup.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.