All Projects → dogoncouch → LogESP

dogoncouch / LogESP

Licence: MIT license
Open Source SIEM (Security Information and Event Management system).

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to LogESP

siemstress
Very basic CLI SIEM (Security Information and Event Management system).
Stars: ✭ 24 (-85.19%)
Mutual labels:  log-analysis, log, syslog, log-collector, forensics, secops, siem, log-management, log-monitoring, security-analysis, security-awareness
Graylog2 Server
Free and open source log management
Stars: ✭ 5,952 (+3574.07%)
Mutual labels:  log-analysis, syslog, log-collector, siem, log-management
ad-privileged-audit
Provides various Windows Server Active Directory (AD) security-focused reports.
Stars: ✭ 42 (-74.07%)
Mutual labels:  security-audit, forensics, risk-assessment
Siem
SIEM Tactics, Techiques, and Procedures
Stars: ✭ 157 (-3.09%)
Mutual labels:  log, forensics, siem
havengrc
☁️Haven GRC - easier governance, risk, and compliance 👨‍⚕️👮‍♀️🦸‍♀️🕵️‍♀️👩‍🔬
Stars: ✭ 83 (-48.77%)
Mutual labels:  risk-assessment, risk-management, asset-management
Meerkat
A collection of PowerShell modules designed for artifact gathering and reconnaisance of Windows-based endpoints.
Stars: ✭ 284 (+75.31%)
Mutual labels:  log, forensics, siem
Sagan
** README ** This repo has MOVED to https://github.com/quadrantsec/sagan
Stars: ✭ 236 (+45.68%)
Mutual labels:  log, syslog, siem
Logparser
A toolkit for automated log parsing [ICSE'19, TDSC'18, DSN'16]
Stars: ✭ 620 (+282.72%)
Mutual labels:  log-analysis, log
Octopussy
Octopussy - Open Source Log Management Solution
Stars: ✭ 111 (-31.48%)
Mutual labels:  log-analysis, log
Wazuh
Wazuh - The Open Source Security Platform
Stars: ✭ 3,154 (+1846.91%)
Mutual labels:  log-analysis, security-awareness
Logmira
Logmira by Blumira has been created by Amanda Berlin as a helpful download of Microsoft Windows Domain Group Policy Object settings.
Stars: ✭ 46 (-71.6%)
Mutual labels:  security-audit, siem
wazuh-puppet
Wazuh - Puppet module
Stars: ✭ 25 (-84.57%)
Mutual labels:  log-analysis, security-awareness
wazuh-cloudformation
Wazuh - Amazon AWS Cloudformation
Stars: ✭ 32 (-80.25%)
Mutual labels:  log-analysis, security-awareness
MantOS
LIFARS Networking Security GNU/Linux distro
Stars: ✭ 24 (-85.19%)
Mutual labels:  security-audit, forensics
Php Security Check List
PHP Security Check List [ EN ] 🌋 ☣️
Stars: ✭ 262 (+61.73%)
Mutual labels:  security-audit, web-application
Documentation
Stars: ✭ 133 (-17.9%)
Mutual labels:  log-analysis, syslog
Prowler
Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 200 controls covering CIS, ISO27001, GDPR, HIPAA, SOC2, ENS and other security frameworks.
Stars: ✭ 4,561 (+2715.43%)
Mutual labels:  security-audit, forensics
Faraday
Faraday introduces a new concept - IPE (Integrated Penetration-Test Environment) a multiuser Penetration test IDE. Designed for distributing, indexing, and analyzing the data generated during a security audit.
Stars: ✭ 3,198 (+1874.07%)
Mutual labels:  security-audit, vulnerability-management
Taipan
Web application vulnerability scanner
Stars: ✭ 359 (+121.6%)
Mutual labels:  security-audit, web-application
Purify
All-in-one tool for managing vulnerability reports from AppSec pipelines
Stars: ✭ 72 (-55.56%)
Mutual labels:  security-audit, vulnerability-management

LogESP

LogESP (c) 2018 Dan Persons | MIT License

Index

Asset Management Documentation

Risk Management Documentation

SIEM Documentation

Introduction

LogESP is a SIEM (Security Information and Event Management system) written in Python Django. It features a web frontend, and handles log management and forensics, risk management, and asset management.

Design Principles

Security

LogESP was designed and built as a security application, and minimalism can be good for security.

  • LogESP is built on the Python Django framework.
  • LogESP does not require credentials, or installation of its software, on log sources. Event forwarding is left entirely up to syslog daemons.
  • The LogESP web interface uses no client-side scripting.

NIST guidelines

The LogESP risk management system is based on NIST risk assessment guidelines, and the SIEM and forensics apps are designed to support the NIST incident response and forensics guidelines.

Simplicity

LogESP embraces the Unix design philosophy. It is designed to be as simple as possible, in order to be easy to understand, use, maintain, and extend.

Applications

LogESP includes a few different applications:

  • SIEM - Security Information and Event Management
  • Assets - Asset Management
  • Risk - Risk Management
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].