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

Analyze Windows LNK files and Jump List artifacts with LECmd and JLECmd.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill analyzing-lnk-file-and-jump-list-artifacts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-lnk-file-and-jump-list-artifacts
Source: https://github.com/YukiIto1999/ctf-sleuth/tree/main/.claude/skills/analyzing-lnk-file-and-jump-list-artifacts
Command: npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill analyzing-lnk-file-and-jump-list-artifacts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires LnkParse3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Analyzes Windows LNK shortcut files and Jump List artifacts to establish evidence of file access, program execution, and user activity.

Core Features & Use Cases

  • Parses LNK files and Jump List artifacts to extract target paths, timestamps, volume information, and machine identifiers.
  • Generates structured outputs suitable for case reports and timelines, including metadata and observable artifacts.
  • Applies to forensic investigations, incident response, and OSINT workflows requiring Windows artifact timelines.

Quick Start

Analyze a directory containing LNK and Jump List artifacts to produce a structured report.

Frequently Asked Questions about analyzing-lnk-file-and-jump-list-artifacts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parse Windows LNK files and Jump List artifacts for forensic evidence?

Parse Windows LNK files and Jump List artifacts to extract target paths, timestamps, volume information, and machine identifiers using LECmd, JLECmd, and manual binary parsing of the Shell Link Binary format. This process establishes clear evidence of file access and program execution for forensic case reports.

What evidence of user activity can I extract from LNK shortcut files?

LNK shortcut files contain evidence of user activity including target file paths, creation and modification timestamps, volume identifiers, and machine MAC addresses. Analyzing these Shell Link Binary artifacts reveals which files and programs a specific user accessed on a Windows system.

Can I use LECmd and JLECmd to build a Windows artifact timeline across multiple machines?

LECmd and JLECmd parse LNK and Jump List artifacts to generate structured outputs suitable for building forensic timelines across multiple machines and users. These extracted timestamps and metadata track program execution and file access during incident response.

Do I need Python 3 to analyze Jump List artifacts and parse Shell Link Binary formats?

Yes, analyzing Jump List artifacts and manually parsing Shell Link Binary formats requires Python 3 and the LnkParse3 dependency. Access to raw LNK and Jump List data from the target Windows system is also required to generate structured forensic reports.

How do I convert Jump List data into structured metadata for incident response reports?

Convert Jump List data into structured metadata by parsing the Shell Link Binary format to extract program execution history and file access paths. This yields observable artifacts and structured outputs ready for human review in OSINT workflows and incident response case reports.

What is the best way to establish evidence of program execution from Windows Jump Lists?

The best way to establish program execution evidence is parsing Windows Jump Lists with JLECmd and manual binary parsing to extract target paths and timestamps. This approach reliably documents user activity and file access for forensic investigations and OSINT workflows.