{"id":13845598,"url":"https://github.com/dogoncouch/LogESP","last_synced_at":"2025-07-12T03:31:24.325Z","repository":{"id":28938462,"uuid":"117298419","full_name":"dogoncouch/LogESP","owner":"dogoncouch","description":"Open Source SIEM (Security Information and Event Management system).","archived":false,"fork":false,"pushed_at":"2023-08-24T20:13:12.000Z","size":2457,"stargazers_count":191,"open_issues_count":4,"forks_count":63,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-05T17:44:59.307Z","etag":null,"topics":["asset-management","forensics","log","log-analysis","log-collector","log-management","log-monitoring","log-parser","risk-assessment","risk-management","secops","security","security-analysis","security-audit","security-awareness","security-tools","siem","syslog","vulnerability-management","web-application"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dogoncouch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-01-12T23:40:50.000Z","updated_at":"2024-08-05T04:34:13.000Z","dependencies_parsed_at":"2022-07-08T07:32:44.108Z","dependency_job_id":"9b8000b5-0fde-4ca5-9cb3-ba9eb7203b59","html_url":"https://github.com/dogoncouch/LogESP","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogoncouch%2FLogESP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogoncouch%2FLogESP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogoncouch%2FLogESP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogoncouch%2FLogESP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dogoncouch","download_url":"https://codeload.github.com/dogoncouch/LogESP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225791365,"owners_count":17524771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asset-management","forensics","log","log-analysis","log-collector","log-management","log-monitoring","log-parser","risk-assessment","risk-management","secops","security","security-analysis","security-audit","security-awareness","security-tools","siem","syslog","vulnerability-management","web-application"],"created_at":"2024-08-04T17:03:29.759Z","updated_at":"2024-11-21T19:30:18.187Z","avatar_url":"https://github.com/dogoncouch.png","language":"Python","funding_links":[],"categories":["Network","Python"],"sub_categories":["Security Information \u0026 Event Management","Monitoring / Logging / Event Management"],"readme":"# LogESP\n\nLogESP (c) 2018 Dan Persons | [MIT License](LICENSE)\n\n## Index\n\n- [Introduction](#introduction)\n- [Installing on Ubuntu](docs/install-ubuntu.md)\n- [Screenshots](docs/screenshots.md)\n### Asset Management Documentation\n- [Asset Management](docs/hwam.md)\n### Risk Management Documentation\n- [Adversarial Threats](docs/risk/adv_threat.md)\n  - [Adversarial Threat Events](docs/risk/adv_threat.md#adversarial-threat-events)\n  - [Adversarial Threat Sources](docs/risk/adv_threat.md#adversarial-threat-sources)\n  - [Vulnerabilities](docs/risk/adv_threat.md#vulnerabilities)\n  - [Responses](docs/risk/adv_threat.md#responses)\n  - [Impacts](docs/risk/adv_threat.md#impacts)\n- [Non-Adversarial Threats](docs/risk/nonadv_threat.md)\n  - [Non-Adversarial Threat Events](docs/risk/nonadv_threat.md#non-adversarial-threat-events)\n  - [Non-Adversarial Threat Sources](docs/risk/nonadv_threat.md#non-adversarial-threat-sources)\n  - [Risk Conditions](docs/risk/nonadv_threat.md#risk-conditions)\n  - [Responses](docs/risk/nonadv_threat.md#responses)\n  - [Impacts](docs/risk/nonadv_threat.md#impacts)\n### SIEM Documentation\n- [Parsing](docs/siem/parsing.md)\n  - [Parse Daemon](docs/siem/parsing.md/#parse-daemon)\n  - [Event Parsing](docs/siem/parsing.md/#event-parsing)\n    - [Parsers](docs/siem/parsing.md/#parsers)\n    - [Parse Helpers](docs/siem/parsing.md/#parse-helpers)\n  - [Configuration](docs/siem/parsing.md/#configuration)\n- [Rules](docs/siem/rules.md)\n  - [Sentry Daemon](docs/siem/rules.md/#sentry-daemon)\n  - [Limit Rules](docs/siem/rules.md/#limit-rules)\n    - [Rule vs. Log Events](docs/siem/rules.md/#rule-vs-log-events)\n    - [Filters](docs/siem/rules.md/#filters)\n    - [Match Lists](docs/siem/rules.md/#match-lists)\n    - [Reverse Matching](docs/siem/rules.md/#reverse-matching)\n    - [Magnitude Calculation](docs/siem/rules.md/#magnitude-calculation)\n- [Events](docs/siem/events.md)\n  - [Anatomy of a Log Event](docs/siem/events.md/#anatomy-of-a-log-event)\n  - [Anatomy of a Rule Event](docs/siem/events.md/#anatomy-of-a-rule-event)\n- [Daemons](docs/siem/daemons.md)\n- [Regex Tips](docs/siem/regex.md)\n\n## Introduction\nLogESP 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.\n\n### Design Principles\n#### Security\nLogESP was designed and built as a security application, and minimalism can be good for security.\n\n- LogESP is built on the Python Django framework.\n- LogESP does not require credentials, or installation of its software, on log sources. Event forwarding is left entirely up to syslog daemons.\n- The LogESP web interface uses no client-side scripting.\n\n#### [NIST](https://www.nist.gov/) guidelines\nThe LogESP risk management system is based on NIST [risk assessment](https://csrc.nist.gov/publications/detail/sp/800-30/rev-1/final) guidelines, and the SIEM and forensics apps are designed to support the NIST [incident response](https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final) and [forensics](https://csrc.nist.gov/publications/detail/sp/800-86/final) guidelines.\n\n#### Simplicity\nLogESP 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.\n\n### Applications\nLogESP includes a few different applications:\n- SIEM - Security Information and Event Management\n- Assets - Asset Management\n- Risk - Risk Management\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogoncouch%2FLogESP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdogoncouch%2FLogESP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogoncouch%2FLogESP/lists"}