From fb6c3b535239dac9a9bb6375364c0a33795044ac Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sat, 13 Apr 2019 23:31:33 +0700 Subject: [PATCH] [Tools][Malware Analysis] outflanknl/EvilClippy --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef3d6d6..93707e7 100644 --- a/README.md +++ b/README.md @@ -1870,6 +1870,10 @@ _return-to-libc techniques_ OALabs/PyIATRebuild Automatically rebuild Import Address Table for dumped PE file. With python bindings! + + outflanknl/EvilClippy + A cross-platform assistant for creating malicious MS Office documents. Can hide VBA macros, stomp VBA code (via P-Code) and confuse macro analysis tools. Runs on Linux, OSX and Windows. + P4T12ICK/ypsilon Ypsilon is an Automated Security Use Case Testing Environment using real malware to test SIEM use cases in an closed environment. Different tools such as Ansible, Cuckoo, VirtualBox, Splunk and ELK are combined to determine the quality of a SIEM use case by testing any number of malware against a SIEM use case. Finally, a test report is generated giving insight to the quality of an use case.