Hostname
ad-con.de
Last fetched
ad-con.de resolves to 1 IPv4 address operated by NETCUP-AS netcup GmbH in DE.
Nutrition Label
Resolution chain
ad-con.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 |
|---|---|---|---|---|
| 37.120.179.214 | 37.120.176.0/22 | AS197540 | NETCUP-AS netcup GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with ad-con.de in WhisperGraph.
Subdomains
16 observed subdomains of ad-con.de.
Web-graph footprint
Distinct hostnames that link to or from ad-con.de in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for ad-con.de.
| Mechanism | Target |
|---|---|
| SPF_A | mx2.itadvanced.de |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | spf.smtp.net |
| SPF_IP | 80.147.29.134 |
| SPF_MX | ad-con.de |
Related pages
Pivot deeper into the graph from ad-con.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ad-con.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.