An introductory lab to Security Data Analysis (using Apache Metron (incubating)).
git clone https://github.com/JonZeolla/lab-SecurityDataAnalysis
- Clone the latest revision of the lab-SecurityDataAnalysis repo.
git clone -b 2017-02-09_SCIS_SecurityDataAnalysis https://github.com/JonZeolla/lab-SecurityDataAnalysis
- This will only work after 2017-02-09. It will clone the revision of the lab-SecurityDataAnalysis repo used during the 2017-02-09 Steel City InfoSec lab. Cloning any of the pointers (tags) will put you in a detached HEAD state, which is expected.
- Fork the repository
- Create a feature branch via
git checkout -b feature/description
- Make your changes
- Commit your changes via
git commit -am 'Summarize the changes here'
- Create a new pull request (how-to)
Event Posting Event Details coming soon
- Run
setup/setup.sh
to setup the lab.