Go to file
Mike Salvatore ee9f177201 docs: make upgrade instructions consistent 2021-01-27 12:54:35 -05:00
.github remove duplicate spike issue templates 2021-01-27 10:59:11 -05:00
.swm Fix "Implement a new PBA — `ScheduleJobs`" Swimm unit, after changes in post_breach/actions/schedule_jobs.py 2020-12-09 21:47:58 +05:30
ci_scripts Fixed travis script bug, where flake8 didn't pick up its configuration file 2020-11-06 13:18:03 +02:00
deployment_scripts deployment_scripts/config: Consolidate exports 2020-12-09 15:06:39 -05:00
docker bump duckerfile version 2020-04-01 15:33:27 +03:00
docs docs: make upgrade instructions consistent 2021-01-27 12:54:35 -05:00
envs monkey_zoo: minor fixes to monkey_zoo docs 2021-01-19 15:30:48 -05:00
monkey Merge pull request #926 from guardicore/new-user-tests 2021-01-27 11:26:34 -05:00
.gitignore Created code that generates default server_config.json, so we don't need to track this file on git and remember not to commit credentials. 2020-08-14 15:44:47 +03:00
.gitmodules Changed submodule URL to new fork 2020-08-25 00:38:52 +03:00
.travis.yml ci: Use pytest-cov instead of coverage 2021-01-14 14:10:43 -05:00
CONTRIBUTING.md Update slack links in documentation 2021-01-25 10:35:39 -05:00
LICENSE Changed name to fit Github standard 2016-03-01 17:54:01 +02:00
README.md Documentation framework -> hub 2020-08-05 19:12:30 +03:00
codecov.yml Fix codecov.io integration 2021-01-14 09:24:37 -05:00

README.md

Infection Monkey

GitHub release (latest by date)

Build Status codecov

GitHub stars GitHub commit activity

Data center Security Testing Tool

Welcome to the Infection Monkey!

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.

The Infection Monkey is comprised of two parts:

  • Monkey - A tool which infects other machines and propagates to them.
  • Monkey Island - A dedicated server to control and visualize the Infection Monkey's progress inside the data center.

To read more about the Monkey, visit infectionmonkey.com.

Screenshots

Map

Security report

Zero trust report

ATT&CK report

Main Features

The Infection Monkey uses the following techniques and exploits to propagate to other machines.

  • Multiple propagation techniques:
    • Predefined passwords
    • Common logical exploits
    • Password stealing using Mimikatz
  • Multiple exploit methods:
    • SSH
    • SMB
    • WMI
    • Shellshock
    • Conficker
    • SambaCry
    • Elastic Search (CVE-2015-1427)
    • Weblogic server
    • and more, see our Documentation hub for more information about our RCE exploiters.

Setup

Check out the Setup page in the Wiki or a quick getting started guide.

The Infection Monkey supports a variety of platforms, documented in our documentation hub.

Building the Monkey from source

To deploy development version of monkey you should refer to readme in the deployment scripts folder or follow documentation in documentation hub.

Build status

Branch Status
Develop Build Status
Master Build Status

Tests

Unit Tests

In order to run all of the Unit Tests, run the command python -m pytest in the monkey directory.

To get a coverage report, first make sure the coverage package is installed using pip install coverage. Run the command coverage run -m unittest in the monkey directory and then coverage html. The coverage report can be found in htmlcov.index.

Blackbox tests

In order to run the Blackbox tests, refer to envs/monkey_zoo/blackbox/README.md.

License

Copyright (c) Guardicore Ltd

See the LICENSE file for license rights and limitations (GPLv3).