Skip to main content

timeline-ghostwriter

Parse Ghostwriter oplog CSV exports into timeline entries.

설치로 이동

소스 정보

저장소
SpecterOps/skills
최근 소스 활동
2026년 5월 29일 15:51
감지된 SKILL.md 언어
영어
스타
625
포크
68

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
timeline-ghostwriter
description
Parse Ghostwriter oplog CSV exports into timeline entries.
metadata
{"author":"GhostWorks"}
# Timeline Ghostwriter Parser Trigger on Ghostwriter CSV oplog exports for timeline ingestion. ## Input Contract - Directory `input/gw_oplog/` with `.csv` files exported from Ghostwriter operation logs. ## Output - Write `output/gw_entries.json` with entries (timestamp, source, operator, action, details, command, output, source_ip, dest_ip, tool, user_context, raw_entry). - Include metadata with `source_type = "ghostwriter"`, processing stats, and errors. ## Workflow 1. Discover CSV files and use `csv.Sniffer` to detect delimiters. 2. Validate required columns (`timestamp`, `operator`, `description`) before parsing. 3. Normalize Ghostwriter timestamps (support ISO 8601, US/EU formats) to `YYYY/MM/DD HH:MM:SS UTC`. 4. Map CSV columns to the standard schema, dedupe entries by `oplog_id`, and record the versioned `source_file`. 5. Capture context such as tool, command, source/dest IPs, and comments. 6. Write `metadata` including counts, files processed, and any CSV parsing issues. ## Notes - Skip empty rows and rows missing both timestamp and description. - Provide example timestamp formats and CSV validation warnings.
GitHub에서 보기