All Projects → CERT-Polska → training-materials

CERT-Polska / training-materials

Licence: EUPL-1.2 license
No description or website provided.

Programming Languages

PHP
23972 projects - #3 most used programming language
elixir
2628 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to training-materials

yara-exporter
Exporting MISP event attributes to yara rules usable with Thor apt scanner
Stars: ✭ 22 (-53.19%)
Mutual labels:  incident-response, cert, csirt, misp
ThePhish
ThePhish: an automated phishing email analysis tool
Stars: ✭ 676 (+1338.3%)
Mutual labels:  incident-response, malware, misp, thehive
evtx-hunter
evtx-hunter helps to quickly spot interesting security-related activity in Windows Event Viewer (EVTX) files.
Stars: ✭ 122 (+159.57%)
Mutual labels:  incident-response, csirt, infosec
Fame
FAME Automates Malware Evaluation
Stars: ✭ 663 (+1310.64%)
Mutual labels:  incident-response, malware, infosec
S1EM
This project is a SIEM with SIRP and Threat Intel, all in one.
Stars: ✭ 270 (+474.47%)
Mutual labels:  malware, misp, thehive
Thehive
TheHive: a Scalable, Open Source and Free Security Incident Response Platform
Stars: ✭ 2,300 (+4793.62%)
Mutual labels:  incident-response, misp, thehive
Lunatech Scala 2 To Scala3 Course
Lunatech course - "Moving forward from Scala 2 to Scala 3"
Stars: ✭ 174 (+270.21%)
Mutual labels:  training, training-materials
Malware Samples
Malware samples, analysis exercises and other interesting resources.
Stars: ✭ 241 (+412.77%)
Mutual labels:  training, malware
adsy-trainings
Workshop and training materials
Stars: ✭ 13 (-72.34%)
Mutual labels:  training, training-materials
Enterprise Clojure Training
A Clojure training course for Developers and Senior Developers
Stars: ✭ 64 (+36.17%)
Mutual labels:  training, training-materials
who and what to follow
Who and what to follow in the world of cyber security
Stars: ✭ 124 (+163.83%)
Mutual labels:  incident-response, malware
Malware-Sample-Sources
Malware Sample Sources
Stars: ✭ 214 (+355.32%)
Mutual labels:  malware, infosec
Designpatternsincsharp
Samples associated with Pluralsight design patterns in c# courses.
Stars: ✭ 149 (+217.02%)
Mutual labels:  training, training-materials
Training
Container, Monitoring & Logging, Cloud & DevOps Tutorials and Labs
Stars: ✭ 121 (+157.45%)
Mutual labels:  training, training-materials
Scala Course
Scala for Statistical Computing and Data Science Short Course
Stars: ✭ 118 (+151.06%)
Mutual labels:  training, training-materials
fame modules
Community modules for FAME
Stars: ✭ 55 (+17.02%)
Mutual labels:  malware, infosec
TIWAP
Totally Insecure Web Application Project (TIWAP)
Stars: ✭ 137 (+191.49%)
Mutual labels:  training, infosec
Docker-Templates
Docker configurations for TheHive, Cortex and 3rd party tools
Stars: ✭ 71 (+51.06%)
Mutual labels:  incident-response, thehive
Minerva Training Materials
Learn advanced data science on real-life, curated problems
Stars: ✭ 37 (-21.28%)
Mutual labels:  training, training-materials
Java Training Exercices
Stars: ✭ 44 (-6.38%)
Mutual labels:  training, training-materials

Enisa logo exercises 2017

Table of Contents

  1. Requirements
  2. Install Dependencies
  3. Installation
  4. Training Preparation
  5. Troubleshooting

Requirements

  • Any of popular Linux distribution
  • 4 GB free RAM
  • Dual Core CPU
  • 15 GB free space

Install Dependencies

Ubuntu 16.04 / Debian 9

# apt-get install docker docker-compose curl python-bs4

WPScan installation

Proceed with installation manual: https://github.com/wpscanteam/wpscan#manual-install

Installation

System preparation

Make sure dockerd is running:

# systemctl status docker

Add user to docker system group:

# usermod -a -G docker <user>

Relogin

Pull images from docker hub

$ cd trainings-2017
$ docker-compose pull

Training preparation

Add environment domains into /etc/hosts

# cat etc/hosts >> /etc/hosts

Depends on starting point, run following script:

Day 1 trainings:

$ ./build_databases_feed_mgmt.sh

Day 2 trainings:

$ ./build_databases_investigation.sh

Troubleshooting

Error while putting up containers with docker-compose

If you see an Error like:

Cannot start service misp: b'error creating overlay mount

Stop and remove all active containers:

docker-compose down

Start once agian all containers:

docker-compose up
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].