log-analysis

Correlate multi-source logs to detect security threat patterns.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/robit-man/transcribe-cli --skill log-analysis-robit-man
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-analysis
Source: https://github.com/robit-man/transcribe-cli/tree/main/.claude/skills/log-analysis
Command: npx skills add https://github.com/robit-man/transcribe-cli --skill log-analysis-robit-man

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex and time-consuming process of correlating disparate log sources to identify sophisticated security threats that would otherwise go unnoticed.

Core Features & Use Cases

  • Multi-Source Log Correlation: Analyzes auth logs, syslog, journald, application logs, and web access logs.
  • Threat Pattern Detection: Identifies brute force, privilege escalation, lateral movement, and data exfiltration.
  • Use Case: An attacker gains initial access via a web vulnerability. This Skill would correlate web access logs showing the exploit with authentication logs showing a subsequent suspicious login, and then process logs to track the attacker's lateral movement within the network.

Quick Start

Analyze all available logs on the system to detect security incidents.

Frequently Asked Questions about log-analysis

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

FAQPage Schema
How do I correlate multi-source logs to detect security threats?

Multi-source log correlation analyzes authentication, system, application, and web access logs together to identify security threats. This process detects patterns indicative of brute force attacks, privilege escalation, lateral movement, and data exfiltration across diverse formats.

Can I analyze web access logs to identify initial exploit access?

Yes, web access logs can be analyzed to identify initial exploit access. The analysis correlates web access logs showing the exploit with authentication logs showing subsequent suspicious logins to track an attacker's lateral movement within the network.

What's the best way to detect brute force attacks across different log formats?

Detecting brute force attacks across different log formats is best done by correlating authentication and system logs. This identifies attack patterns across diverse log formats and availability, detecting unauthorized access attempts and privilege escalation.

Does log analysis for incident response work with syslog and journald?

Yes, log analysis for incident response works with syslog and journald. It analyzes these alongside authentication, application, and web access logs to detect security incidents, tracking lateral movement and data exfiltration across the system.

Do I need Bash and Grep tools to parse logs for forensics?

Yes, you need Bash, Grep, Read, Write, and Glob tools for log parsing and forensics. These tools are required to search, filter, and correlate multi-source log data to detect and analyze sophisticated security threats.