Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.47 KB

Security Data Analysis Lab

An introductory lab to Security Data Analysis (using Apache Metron (incubating)).

How to clone this branch

  • 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.

Contributing

  1. Fork the repository
  2. Create a feature branch via git checkout -b feature/description
  3. Make your changes
  4. Commit your changes via git commit -am 'Summarize the changes here'
  5. Create a new pull request (how-to)

Related Events

2017-02-09 Steel City Information Security Lab

Event Posting Event Details coming soon

How to use this repo

Setup

  • Run setup/setup.sh to setup the lab.

Example Guides to follow