Mike Grima

Results 80 comments of Mike Grima

We should move this over to CloudAux.

Hello @rnmulchandani . You would need to create a custom alerter. For this, please review the documentation here: https://github.com/Netflix/security_monkey/blob/e110cbb657e6004092a7e14de2e54377a900e6f4/docs/misc.md#custom-alerters

@rnmulchandani This cannot happen inside of the GUI. This requires you to write Python code in the backend that will perform whichever logic you would like to perform.

You would want to look under for the code under watchers and auditors to see what is there.

I would like to chime in that there is a very good reason for why you want to do this, and that is if you intend on adding more subcommands...

We should migrate the CloudTrail watcher into CloudAux, and it should be able to fetch all CloudTrail details.

Logging this here for verbosity, but I created a drop-in fork of CloudAux called `cloudaux-lite`. Just `pip install cloudaux-lite` and everything just works. Very slimmed down. Source: https://github.com/mikegrima/cloudaux-lite PyPI: https://pypi.org/project/cloudaux-lite/

@monkeysecurity is this good to go, or has the ELB policy auditor fixed this? Generally speaking, we would like CloudAux to preserve (there are exceptions) the data that boto would...

@PyScott I haven't reviewed this in a while. Can you verify if the latest version of Security Monkey addresses this?