Skip to content

Commit

Permalink
final tidy before release
Browse files Browse the repository at this point in the history
  • Loading branch information
alhazred authored and alhazred committed Aug 23, 2020
1 parent 2730012 commit f4cf1d3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
siem/resources/*
siem/certs/*
siem/conf/siem/config.ps1
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
dP .dMP dMP.aMP dMP"AMF dMP dMP dMP dMP.aMP dMP dMP
VMMMP" VMMMP" dMP dMP dMP dMP dMP VMMMP" dMP dMP

v0.1 -- Caleb Anderson [email protected]
v0.1.0 INITIAL RELEASE 2020-08-24 -- Caleb Anderson [email protected]

This project creates a drop in ELK SIEM component for use in a infosec redteam lab. It will install the ELK stack, register a trial, create TLS certificates, setup users, setup beat index templates etc etc. (see "Activities"). This is not designed to replace the excellent DetectionLab (https://github.com/clong/DetectionLab), but instead provide an easy to use, low configuration, drop-in component you can integrate into existing labs or use as part of custom redteam scenarios.

Expand Down Expand Up @@ -210,6 +210,12 @@ replacing the 7.9.0 on the $VERSION= line with your ELK version.

You should copy the generated template file to ./conf/winlogbeat/

## TODO

* Support for more data sources, EDRs etc with associated installers
* Custom detection rules
* ... your idea here? Get in touch!

## Contact

Latest version: https://github.com/dirtyfilthy/siem-from-scratch
Expand Down
Binary file removed siem/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions siem/helpers/logo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VMMMP" dMP dMMMMMP dMP dMP dMP dMP dMP dMP VMMMP" dMP dMP dMP
dP .dMP dMP.aMP dMP"AMF dMP dMP dMP dMP.aMP dMP dMP
VMMMP" VMMMP" dMP dMP dMP dMP dMP VMMMP" dMP dMP
v0.1 -- Caleb Anderson [email protected]
v0.1.0 INITIAL RELEASE 2020-08-24 -- Caleb Anderson [email protected]
'
2 changes: 1 addition & 1 deletion siem/scripts/debian-install-siem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ check_kibana(){
wait_for_kibana(){
TIMEOUT=$1
STARTTIME=$(date +%s)
echo "[?] waiting for kibana to start"
echo "[?] waiting for kibana to start (normally under 60 seconds)"
while ! check_kibana; do
CURRENTTIME=$(date +%s)
ELAPSED=$(expr $CURRENTTIME - $STARTTIME)
Expand Down

0 comments on commit f4cf1d3

Please sign in to comment.