# diec > Detect packers, compilers, and tools used to create executables **Category:** [[categories/examine-static-properties-general|Examine Static Properties > General]] | **Tier:** Rich (FOR610) **Docs:** [https://docs.remnux.org/discover-the-tools/examine+static+properties/general](https://docs.remnux.org/discover-the-tools/examine+static+properties/general) ## Usage ```bash diec specimen.exe ``` ## Workflows - [[workflows/static-analysis-workflow|Static Properties Analysis]] — Step 3: Packing & Entropy Check - [[workflows/unpacking-workflow|Unpacking Packed Executables]] — Step 1: Packing Identification - [[workflows/dotnet-analysis-workflow|.NET Malware Analysis]] — Step 1: Identification & Metadata ## Related Tools - [[tools/7-zip|7-Zip]] — Compress and decompress files using a variety of algorithms. - [[tools/binwalk|binwalk]] — Analyze and extract embedded files and firmware images - [[tools/bulk-extractor|bulk-extractor]] — Extract interesting strings from binary files. - [[tools/clamav|ClamAV]] — Open-source antivirus — scan files for known malware signatu - [[tools/disitool|disitool]] — Manipulate embedded digital signatures. ## FOR610 **Labs:** 4.1 **Sections:** 1, 4 #pe #packer-detection #compiler-detection