diff --git a/README.md b/README.md index b197ec2..2808e58 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ Some of the things it can detect: It also maps detected behaviors to the MITRE ATT&CK framework, which is helpful if you're documenting threats or writing reports. +## Screenshots + +### Detection Dashboard +![Ghost TUI - Detection Overview](assets/screenshot1.png) + +### Active Threats +![Detected Malware](assets/screenshot2.png) + +### Live Monitoring +![Real-time Process Analysis Logs](assets/screenshot3.png) + ## Building it You'll need Rust installed (1.70 or newer). Then: diff --git a/assets/screenshot1.png b/assets/screenshot1.png new file mode 100644 index 0000000..3e8cf7b Binary files /dev/null and b/assets/screenshot1.png differ diff --git a/assets/screenshot2.png b/assets/screenshot2.png new file mode 100644 index 0000000..19f057b Binary files /dev/null and b/assets/screenshot2.png differ diff --git a/assets/screenshot3.png b/assets/screenshot3.png new file mode 100644 index 0000000..4f3cca4 Binary files /dev/null and b/assets/screenshot3.png differ