https://github.com/cybercentrecanada/assemblyline-training-first2023
Workshop for Assemblyline 4 from FIRSTCON2023
https://github.com/cybercentrecanada/assemblyline-training-first2023
assemblyline first malware-analysis
Last synced: about 4 hours ago
JSON representation
Workshop for Assemblyline 4 from FIRSTCON2023
- Host: GitHub
- URL: https://github.com/cybercentrecanada/assemblyline-training-first2023
- Owner: CybercentreCanada
- Created: 2023-05-23T13:42:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T04:53:56.000Z (about 3 years ago)
- Last Synced: 2026-02-11T01:36:32.606Z (4 months ago)
- Topics: assemblyline, first, malware-analysis
- Language: Python
- Homepage: https://cybercentrecanada.github.io/assemblyline4_docs/
- Size: 1.73 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup your VM for the FIRSTCON2023 workshop
## Pre-requisites
The setup script assumes the following:
- You are running this on a Ubuntu 20.04+ machine or VM with at least 4 cores and 8 GB of Ram.
- You are confortable with running the setup_vscode.sh script, this script will install and configure packages for ease of use.
- **If you are uncomfortable which some of the changes that it makes, you should comment them before running the script.**
## Installation instruction
```bash
# Create your git directory
mkdir -p ~/git
# Clone repo
cd ~/git
git clone https://github.com/CybercentreCanada/assemblyline-development-setup alv4
# Run setup script
cd ~/git/alv4
./setup_vscode.sh -c
```
Once the script is done and you accepted to reboot, clone this repository in your workspace.
```bash
cd ~/git/alv4
git clone https://github.com/CybercentreCanada/assemblyline-training-first2023.git assemblyline-training-first2023
# Overwrite the default launch configuration with one specific for First 2023
cp ~/git/alv4/assemblyline-training-first2023/.vscode/launch.json ~/git/alv4/.vscode/
```
Launch VSCode, install the recommended extensions when prompted or by typing '@recommended' in the Extensions tab.
```bash
code ~/git/alv4
```