7 lines
152 B
Markdown
7 lines
152 B
Markdown
## Commands
|
|
|
|
Floss command will allow us to extract easily the URL that the malware is communicating with
|
|
|
|
```
|
|
floss -n 6 malware.exe | grep http://
|
|
``` |