# file # Determine file type and MIME type using magic bytes # FOR610 Labs: 3.4, 3.5 | Sections: 3 # Docs: https://docs.remnux.org/discover-the-tools/examine+static+properties/general % file-identification, triage # Basic usage file specimen.exe # Alternative usage file document.doc # --- Recipes (multi-tool chains) --- # >> Extract and Triage Email Attachments # List email structure emldump.py # Extract all attachments emldump.py -d # Identify file types file attachment_* # Compute hashes for lookup sha256sum attachment_*