Skip to content

Commit 8d8a4b5

Browse files
committed
style: apply black changes
1 parent 8dd4c88 commit 8d8a4b5

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,12 @@ jobs:
2121
- name: Check files using black formatter
2222
uses: datadog/[email protected]
2323
with:
24-
check_mode: true
25-
additional_args: "--diff --color elkserver/docker/redelk-base/redelkinstalldata/scripts"
24+
check_mode: false
25+
additional_args: "-t py36 elkserver/docker/redelk-base/redelkinstalldata/scripts"
26+
27+
- name: Commit & Push changes
28+
uses: Andro999b/[email protected]
29+
with:
30+
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
message: "style: autoformatted code with black"
32+
branch: "develop"

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
[![Build docker kibana image (dev)](https://github.com/outflanknl/RedELK/actions/workflows/docker-build-dev-kibana.yml/badge.svg?branch=develop)](https://github.com/outflanknl/RedELK/actions/workflows/docker-build-dev-kibana.yml)
55
[![Build docker logstash image (dev)](https://github.com/outflanknl/RedELK/actions/workflows/docker-build-dev-logstash.yml/badge.svg?branch=develop)](https://github.com/outflanknl/RedELK/actions/workflows/docker-build-dev-logstash.yml)
66

7-
Red Team's SIEM - tool for Red Teams for tracking and alarming about Blue Team activities as well as enhanced usability in long term operations.
7+
# RedELK
8+
9+
The Red Team's SIEM - a tool for Red Teams for tracking and alarming about Blue Team activities as well as enhanced usability in long term operations.
810

911
1. **Enhanced usability and overview** for the red team operators by creating a central location where all relevant _operational_ logs from multiple teamservers are collected and enriched. This is great for historic searching within the operation as well as giving a read-only view on the operation (e.g. for the White Team). Especially useful for multi-scenario, multi-teamserver, multi-member and multi-month operations. Also, super easy ways for viewing all screenshots, IOCs, keystrokes output, etc. \o/
1012
2. **Spot the Blue Team** by having a central location where all _traffic_ logs from redirectors are collected and enriched. Using specific queries its now possible to detect that the Blue Team is investigating your infrastructure.
1113

12-
# Background info #
14+
# Background info
15+
1316
Check the [wiki](https://github.com/outflanknl/RedELK/wiki) for info on usage or one the blog posts or presentations listed below:
17+
1418
- Blog part 1: [Why we need RedELK](https://outflank.nl/blog/2019/02/14/introducing-redelk-part-1-why-we-need-it/)
1519
- Blog part 2: [Getting you up and running](https://outflank.nl/blog/2020/02/28/redelk-part-2-getting-you-up-and-running/)
1620
- Blog part 3: [Achieving operational oversight](https://outflank.nl/blog/2020/04/07/redelk-part-3-achieving-operational-oversight/)
@@ -19,8 +23,10 @@ Check the [wiki](https://github.com/outflanknl/RedELK/wiki) for info on usage or
1923
- x33fcon 2019 Catching Blue Team OPSEC failures [video](https://www.youtube.com/watch?v=-CNMgh0yJag) and [slides](https://github.com/outflanknl/Presentations/blob/master/x33fcon2019_OutOfTheBlue-CatchingBlueTeamOPSECFailures_publicversion.pdf)
2024
- BruCon 2018: Using Blue Team techniques in Red Team ops [video](https://www.youtube.com/watch?v=OjtftdPts4g) and [slides](https://github.com/outflanknl/Presentations/blob/master/MirrorOnTheWall_BruCon2018_UsingBlueTeamTechniquesinRedTeamOps_Bergman-Smeets_FINAL.pdf)
2125

22-
# Installation #
26+
# Installation
27+
2328
Check the [wiki](https://github.com/outflanknl/RedELK/wiki) for manual installation manual. There are also Ansible playbooks maintained by others:
29+
2430
- [RedELK Server playbook](https://github.com/fastlorenzo/redelk-server) - maintained by one of RedELK's developers
2531
- [RedELK Client playbook](https://github.com/fastlorenzo/redelk-client) - maintained by one of RedELK's developers
2632
- [ansible-redelk](https://github.com/curi0usJack/ansible-redelk) - maintained by curi0usJack/TrustedSec
@@ -31,11 +37,13 @@ Here's a conceptual overview of how RedELK works.
3137

3238
![](./images/redelk_overview.jpg)
3339

34-
3540
# Authors and contribution #
41+
3642
This project is developed and maintained by:
43+
3744
- Marc Smeets (@MarcOverIP on [Github](https://github.com/MarcOverIP) and [Twitter](https://twitter.com/MarcOverIP))
3845
- Mark Bergman (@xychix on [Github](https://github.com/xychix) and [Twitter](https://twitter.com/xychix))
3946
- Lorenzo Bernardi (@fastlorenzo on [Github](https://github.com/fastlorenzo) and [Twitter](https://twitter.com/fastlorenzo))
47+
- Geert Smelt (@Anthirian on [GitHub](https://github.com/Anthirian), @sme.lt on [BlueSky](https://bsky.app/profile/sme.lt) and @gasmelt on [Mastodon](https://infosec.exchange/@gasmelt))
4048

4149
We welcome contributions! Contributions can be both in code, as well as in ideas you might have for further development, alarms, usability improvements, etc.

0 commit comments

Comments
 (0)