TVT618

Infection Monkey - Data center Security Testing Tool

May 28th, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. Infection Monkey - Data center Security Testing Tool
  2. Welcome to the Infection Monkey!
  3.  
  4. The Infection Monkey is an open source security tool for testing a data center's resiliency to perimeter breaches and internal server infection. The Monkey uses various methods to self propagate across a data center and reports success to a centralized Monkey Island server.
  5.  
  6. The Infection Monkey is comprised of two parts:
  7. * Monkey - A tool which infects other machines and propagates to them
  8. * Monkey Island - A dedicated server to control and visualize the Infection Monkey's progress inside the data center
  9.  
  10. To read more about the Monkey, visit Infection Monkey's website: http://infectionmonkey.com
  11.  
  12. Main Features: The Infection Monkey uses the following techniques and exploits to propagate to other machines.
  13. Multiple propagation techniques:
  14. * Predefined passwords
  15. * Common logical exploits
  16. * Password stealing using Mimikatz
  17.  
  18. Multiple exploit methods:
  19. * SSH
  20. * SMB
  21. * RDP
  22. * WMI
  23. * Shellshock
  24. * Conficker
  25. * SambaCry
  26. * Elastic Search (CVE-2015-1427)
  27.  
  28. Install on Windows
  29. The Monkey Island server has been tested on Windows Server 2012, Windows XP, 7, 8.1 and 10
  30.  
  31. Download Infection Monkey for Windows and open it:
  32. monkey-windows-32.exe (for Windows 32-bit) https://github.com/guardicore/monkey/releases/download/1.5.2/monkey-windows-32.exe
  33. monkey-windows-64.exe (for Windows 34-bit) https://github.com/guardicore/monkey/releases/download/1.5.2/monkey-windows-64.exe
  34.  
  35. Install on Debian
  36. The Monkey Island has been tested on Ubuntu 14.04, 15.04 and 16.04. The Linux build has been tested on Ubuntu server and Debian (multiple versions).
  37.  
  38. Download this Debian package, open and install it with Software
  39. infection_monkey_1.5.2_deb.tgz
  40. Or you can install Infection Monkey with Terminal (After extracting the .tgz file)
  41. sudo dpkg -i infection_monkey_1.5.2_deb
  42.  
  43. Download orther:
  44. monkey-linux-32 (Linux 32-bit)
  45. monkey-linux-64 (Linux 34-bit)
  46.  
  47. Setup: Check out the Setup page in the Wiki or a quick getting started guide.
  48.  
  49. Building the Monkey from source
  50. If you want to build the monkey from source, see Setup and follow the instructions at the readme files under infection_monkey and monkey_island.
  51.  
  52. License
  53. Copyright (c) Guardicore Ltd
  54. See the LICENSE file for license rights and limitations (GPLv3).
  55.  
  56. Download Infection Monkey: https://github.com/guardicore/monkey
Advertisement
Add Comment
Please, Sign In to add comment