working on traefik integration

This commit is contained in:
venus
2026-03-31 02:07:49 -05:00
parent bc00607685
commit 52e2f446d1
13 changed files with 387 additions and 25 deletions

View File

@@ -9,13 +9,27 @@ flowchart TD
```
> Greatest Vulnerability is People
## Malware types
- **virus:** program to modify other programs
- **Worm**: program that spreads itself
> diff b/t virus and worm is method of movement
- **Trojan**: an innocent program that hides malware inside
- **Ransomware**: require payment to remove (often in exchange for decryption key)
- **Phishing**: Faking identity in order to build trust to encourage specific user behavior
- **DOS/DDOS**: (distributed) denial of service to overwhelm services and prevent legitimate activity from getting through
## Virus
- **Virus:** program to modify other programs
### Trojan
- **Trojan**: an innocent program that hides malware inside
looks benign and can be anything from a bad link to a malicious PDF file.
Can contain any kind of other malware such as
- key loggers
- webcams
### Examples
#### I love you
[wiki](https://en.wikipedia.org/wiki/ILOVEYOU)
- $10 billion in damages,
- 10% of worldwide competition
- attacked other computers after spreading
> at it's height, a third of the worlds computers were infected
# Threat Actors
| Group | Motivations |