The CSI Case Management System is about to be released. The courses will be updated to match the update.
C |
|---|
CoinJoinA transaction construction technique that mixes multiple parties’ inputs/outputs to reduce straightforward tracing. | |
Cold Wallet (Cold Storage)Wallet storage where private keys are kept offline to reduce exposure to online compromise. | |
Collection PlatformA system used to capture signals, such as fixed ground stations, mobile collection units, aircraft, drones, ships, satellites, or distributed sensor networks. Platform selection affects frequency coverage, sensitivity, geographic reach, persistence, and detectability. | |
Collision ResistanceA property of a hash function where it is computationally infeasible to find two different inputs that produce the same hash output. Collision resistance is important for signatures and integrity systems. | |
Command and Control (C2)Infrastructure used by an attacker or malware to receive instructions and send stolen data. C2 evidence may include domains, IPs, certificates, beacon timing, and network artifacts; correlating C2 can help link campaigns and identify operators. | |
Command-Line Interface (CLI)A text-based interface for running programs with commands, flags, and arguments (e.g., --input file.txt). CLIs are common for scripting, automation, and forensic tooling because they are easy to automate and log. | |
Communications Intelligence (COMINT)Communications Intelligence (COMINT) is a subset of SIGINT focused on intercepting and analyzing communications between people or systems, such as voice calls, radio traffic, messaging, emails, and network communications. COMINT analysis often includes content, metadata, traffic patterns, and language characteristics. | |
Competitive IntelligenceCompetitive intelligence refers to the collection and analysis of information about competitors, markets, and industry trends in order to inform strategic decision-making and gain a competitive advantage. It can be used by businesses, organizations, and individuals to gather information about their competitors and make informed decisions about their own strategies and actions. Here are some examples of competitive intelligence:
Overall, competitive intelligence helps businesses and organizations gather and analyze data about their competitors in order to inform strategic decision-making and gain a competitive advantage | |
CompilerA compiler translates source code into a lower-level form (often machine code) before execution. Compiled programs typically run faster and are packaged as executables, but compilation adds a build step and toolchain requirements. | |