Skip to content

Mahalakshmi20-09/security-log-investigation-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Operations Project | Log Analysis | Anomaly Detection

Security Log Investigation using SQL: Anomaly Detection Simulation

Overview

This project simulates a structured security log analysis workflow using SQL to detect anomalous authentication activity. The goal was to apply query-based filtering techniques to investigate suspicious login patterns and simulate a basic incident investigation process similar to Security Operations Center (SOC) workflows.


Investigation Steps

  • Detected after-hours failed login attempts using conditional filtering.
  • Applied AND, OR, NOT, and LIKE operators to isolate suspicious access patterns.
  • Filtered login attempts based on specific dates to support incident timeline analysis.
  • Applied geographic-based filtering to assess potential anomaly signals.
  • Simulated basic incident triage logic using structured query analysis.

Security Concepts Demonstrated

  • Security Log Analysis
  • Anomaly Detection
  • Incident Investigation Workflow
  • Authentication Log Monitoring
  • Query-Based Threat Detection

Tools Used

  • SQL
  • Relational Database Queries
  • Authentication Log Dataset

Security Perspective

Authentication logs contain valuable indicators of suspicious behavior. Structured query analysis enables investigators to identify abnormal access patterns, correlate events across timelines, and support early-stage incident detection in security monitoring environments.


Investigation Documentation

Detailed investigation scenarios and query explanations are available in the docs/ directory.

Investigation Workflow

Investigation Workflow

Author

JM Mahalakshmi Cybersecurity Enthusiast | Security Operations | Log Analysis

About

Security log investigation project demonstrating anomaly detection and incident analysis using SQL queries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors