Skip to content

Hostname

contipark.de

Last fetched

contipark.de resolves to 3 IPv4 addresses operated by AS8351 in DE.

Nutrition Label

WHISPER CANON · contipark.deRouting diversity2.4/10Peering density7.4/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/contipark.de

Resolution chain

contipark.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
213.254.60.160213.254.60.0/24AS8351DE
150.171.109.100150.171.0.0/16AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationKE
150.171.109.101150.171.0.0/16AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationKE

WHOIS identity

No WHOIS records are currently associated with contipark.de in WhisperGraph.

Subdomains

28 observed subdomains of contipark.de.

Web-graph footprint

Distinct hostnames that link to or from contipark.de in the public web crawl.

186 sites link to this hostname.

29 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for contipark.de.

MechanismTarget
SPF_INCLUDE_spf.atlassian.net
SPF_INCLUDE_spf.flowbird.io
SPF_INCLUDE_spf.senders.scnem.com
SPF_INCLUDEemsmtp.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP178.15.58.68
SPF_IP188.118.10.185
SPF_IP193.164.213.10
SPF_IP217.92.179.194
SPF_IP82.144.55.82
SPF_IP84.246.127.7
SPF_IP89.31.7.227
SPF_IP94.140.172.21

Related pages

Pivot deeper into the graph from contipark.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "contipark.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.