{"id":21672842,"url":"https://github.com/dogoncouch/logesp","last_synced_at":"2026-02-23T20:39:50.041Z","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":217,"open_issues_count":4,"forks_count":68,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-07-27T19:55:49.497Z","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":"2025-07-26T23:13:52.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,"purl":"pkg:github/dogoncouch/LogESP","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogoncouch%2FLogESP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29754537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T19:23:13.917Z","status":"ssl_error","status_checked_at":"2026-02-23T19:23:11.618Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-25T13:33:14.195Z","updated_at":"2026-02-23T20:39:50.004Z","avatar_url":"https://github.com/dogoncouch.png","language":"Python","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","funding_links":[],"categories":[],"sub_categories":[],"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"}