analyzing-lnk-file-and-jump-list-artifacts

Featured

Analyze Windows LNK shortcut files and Jump List artifacts to establish evidence of file access, program execution, and user activity using LECmd, JLECmd, and manual binary parsing of the Shell Link Binary format.

AI & Automation 40 stars 10 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Analyzing LNK File and Jump List Artifacts ## Overview Windows LNK (shortcut) files and Jump Lists are critical forensic artifacts that provide evidence of file access, program execution, and user behavior. LNK files are created automatically when a user opens a file through Windows Explorer or the Open/Save dialog, storing metadata about the target file including its original path, timestamps, volume serial number, NetBIOS name, and MAC address of the host system. Jump Lists, introduced in Windows 7, extend this by maintaining per-application lists of recently and frequently accessed files. These artifacts persist even after the target files are deleted, making them invaluable for establishing that a user accessed specific files at specific times. ## When to Use - When investigating security incidents that require analyzing lnk file and jump list artifacts - When building detection rules or threat hunting queries for this domain - When SOC analysts need structured procedures for this analysis type - When validating security monitoring coverage for related attack techniques ## Prerequisites - LECmd (Eric Zimmerman) for LNK file parsing - JLECmd (Eric Zimmerman) for Jump List parsing - Python 3.8+ with pylnk3 or LnkParse3 libraries - Forensic image or triage collection from Windows system - Timeline Explorer for CSV analysis ## LNK File Locations | Location | Description | |----------|-------------| | `%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent\` | Recen...

Details

Author
26zl
Repository
26zl/cybersec-toolkit
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category