working on traefik integration
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user