An open API service indexing awesome lists of open source software.

https://github.com/jonzeolla/lab-securitydataanalysis

An introductory lab to Security Data Analysis (using Apache Metron (incubating)).
https://github.com/jonzeolla/lab-securitydataanalysis

apache-metron data-analysis lab metron security

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/jonzeolla/lab-SecurityDataAnalysis/fork)
1. Create a feature branch via `git checkout -b feature/description`
1. Make your changes
1. Commit your changes via `git commit -am 'Summarize the changes here'`
1. Create a new pull request ([how-to](https://help.github.com/articles/creating-a-pull-request/))

## Related Events
### 2017-02-09 Steel City Information Security Lab
[Event Posting](https://www.meetup.com/Steel-City-InfoSec/events/235321699/)
Event Details coming soon

## How to use this repo
### Setup
* Run `setup/setup.sh` to setup the lab.

### Example Guides to follow
* [Metron Reference Application](https://goo.gl/q09Hgs)
* [Stellar REPL](https://goo.gl/ublkds)
* [Outlier Analysis](https://goo.gl/wFa9hX) ([video](https://goo.gl/rF7wLt))
* [Custom Stellar Functions](https://goo.gl/9vKlOv)