Skip to content

Hostname

tc.de

Last fetched

tc.de resolves to 2 IPv4 addresses operated by NETCUP-AS netcup GmbH in DE.

Nutrition Label

WHISPER CANON · tc.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/tc.de

Resolution chain

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

IPPrefixASNOperatorCountry
152.53.172.33152.53.172.0/22AS197540NETCUP-AS netcup GmbHDE
45.136.30.18545.136.28.0/22AS197540NETCUP-AS netcup GmbHDE

WHOIS identity

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

Subdomains

58 observed subdomains of tc.de.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for tc.de.

MechanismTarget
SPF_INCLUDEcustomers.clickdimensions.com
SPF_INCLUDEimmoprofessional.eu
SPF_INCLUDEspf.hornetsecurity.com
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP18.184.161.197
SPF_IP185.228.36.153
SPF_IP5.145.141.152
SPF_IP81.209.134.161

Related pages

Pivot deeper into the graph from tc.de.

Cypher and MCP

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

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