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)).
- Host: GitHub
- URL: https://github.com/jonzeolla/lab-securitydataanalysis
- Owner: JonZeolla
- License: gpl-3.0
- Created: 2017-01-16T15:29:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T11:37:09.000Z (about 8 years ago)
- Last Synced: 2025-04-01T18:10:25.451Z (about 2 months ago)
- Topics: apache-metron, data-analysis, lab, metron, security
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)