Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ malwi examples/malicious
|
|
| 25 |
|
| 26 |
3) **Evaluate**: a [recent zero-day](https://socket.dev/blog/malicious-pypi-package-targets-discord-developers-with-RAT) detected with high confidence
|
| 27 |
```
|
|
|
|
| 28 |
.--------.---.-| .--.--.--|__|
|
| 29 |
| | _ | | | | | |
|
| 30 |
|__|__|__|___._|__|________|__|
|
|
@@ -32,18 +33,30 @@ malwi examples/malicious
|
|
| 32 |
|
| 33 |
|
| 34 |
- target: examples/malicious
|
|
|
|
| 35 |
- files: 13
|
| 36 |
βββ scanned: 3
|
| 37 |
βββ skipped: 10
|
| 38 |
βββ suspicious:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
βββ examples/malicious/discordpydebug-0.0.4/src/discordpydebug/__init__.py
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
βββ process management
|
| 45 |
|
| 46 |
-
=> πΉ malicious
|
| 47 |
```
|
| 48 |
|
| 49 |
## Why malwi?
|
|
|
|
| 25 |
|
| 26 |
3) **Evaluate**: a [recent zero-day](https://socket.dev/blog/malicious-pypi-package-targets-discord-developers-with-RAT) detected with high confidence
|
| 27 |
```
|
| 28 |
+
__ __
|
| 29 |
.--------.---.-| .--.--.--|__|
|
| 30 |
| | _ | | | | | |
|
| 31 |
|__|__|__|___._|__|________|__|
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
- target: examples/malicious
|
| 36 |
+
- seconds: 0.42
|
| 37 |
- files: 13
|
| 38 |
βββ scanned: 3
|
| 39 |
βββ skipped: 10
|
| 40 |
βββ suspicious:
|
| 41 |
+
βββ examples/malicious/discordpydebug-0.0.4/setup.py
|
| 42 |
+
β βββ <module>
|
| 43 |
+
β βββ archive compression
|
| 44 |
+
β βββ package installation execution
|
| 45 |
βββ examples/malicious/discordpydebug-0.0.4/src/discordpydebug/__init__.py
|
| 46 |
+
βββ <module>
|
| 47 |
+
β βββ process management
|
| 48 |
+
β βββ system interaction
|
| 49 |
+
β βββ deserialization
|
| 50 |
+
β βββ user io
|
| 51 |
+
βββ run
|
| 52 |
+
β βββ fs linking
|
| 53 |
+
βββ debug
|
| 54 |
+
β βββ fs linking
|
| 55 |
+
β βββ archive compression
|
| 56 |
+
βββ runcommand
|
| 57 |
βββ process management
|
| 58 |
|
| 59 |
+
=> πΉ malicious 0.98
|
| 60 |
```
|
| 61 |
|
| 62 |
## Why malwi?
|