Introduction to Misc¶
Misc stands for Miscellaneous, meaning a mixed bag or potpourri.
In international CTF competitions, Misc is actually subdivided into several specific categories, including:
- Recon
- Forensic
- Stego
- Misc
- ……
In domestic (Chinese) competitions, these are all grouped under the Misc category. Sometimes Crypto (especially classical ciphers) is also included.
In this Misc chapter, we will introduce this area from the following perspectives:
-
Recon (Information Gathering)
Mainly introduces channels for obtaining information and techniques for using search engines such as Baidu, Google, etc.
-
Encode (Encoding Conversion)
Mainly introduces common encoding formats encountered in CTF competitions, as well as conversion techniques and common methods.
-
Forensic && Stego (Digital Forensics && Steganography Analysis)
Steganography and forensics are the most important part of Misc, including file analysis, steganography, memory image analysis, and traffic capture analysis, among others. It involves clever encoding, hidden data, files nested within files layer by layer, and flexibly using search engines to obtain the needed information, etc.
In CTF, Misc differs from real-world forensics. Real-world forensics rarely involves clever encoding and encryption, data hiding, file strings scattered and nested in various places, or other brain-teaser type challenges. More often, it involves carefully recovering a damaged file, uncovering clues from a corrupted hard drive, or extracting useful information from memory images.
Real-world forensics requires practitioners to find indirect evidence of malicious behavior: traces of an attacker compromising a system, or traces of insider threat activities. In practice, computer forensics mostly involves finding criminal clues from logs, memory, and file systems, and identifying relationships with data in files or file systems. Traffic forensics focuses more on metadata analysis rather than content data analysis, meaning the network sessions between different endpoints that are commonly encrypted with TLS today.
Misc is the best entry point for getting into the CTF competition field and cultivating interest. Misc tests fundamental knowledge and touches on various aspects of security skills to different degrees, which can greatly inspire thinking.
