Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SQL Security Investigation Project

This project examines suspicious login activity and employee machine data using SQL filtering techniques.
I worked with two datasets β€” employees and log_in_attempts β€” to investigate possible security incidents inside a large organization.


Project Includes

  • SQL queries using AND, OR, NOT, and LIKE
  • Filtering for specific dates and times
  • Identifying suspicious login behavior
  • Finding employees in specific departments or buildings
  • Excluding certain conditions using NOT

πŸ“„ Project File

sql-security-investigation.pdf - View Full PDF Report

This PDF contains my full write-up, explanations, and the SQL queries used in the investigation.


πŸ–Ό Screenshots

All SQL query screenshots from the lab environment are stored in the /screenshots folder.


🧠 Skills Demonstrated

  • SQL filtering (AND, OR, NOT)
  • Pattern matching with LIKE
  • Time-based filtering
  • Date range filtering
  • Basic incident investigation logic
  • Data validation & verification

πŸ“Œ Scenario Summary

In this investigation, I analyzed:

  • Failed login attempts after business hours
  • Login activity on specific suspicious dates
  • Login attempts outside Mexico
  • Employees in Marketing offices located in the East building
  • Employees in Finance or Sales departments
  • Employees in all departments except Information Technology

These tasks simulate common investigative steps a SOC analyst performs when reviewing suspicious activity.

About

SQL investigation project analyzing login attempts and employee machine data using AND, OR, NOT, and LIKE filters.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors