guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.58k stars 767 forks source link

Service missing in monkey report #819

Closed stiv-kupchik closed 3 years ago

stiv-kupchik commented 3 years ago

Describe the bug

Monkey report - segmentation issues When using ping for machine discovery, the alert line in the report shows "using the services:" with no continuation

To Reproduce

Steps to reproduce the behavior: Configure monkey to attack a machine which blocks all communication besides ICMP

Expected behavior

I wanted the message line to be "using ICMP/ping" rather than "using services:" Also, as ping is sometimes accepted/permitted, perhaps move it to a different tier of error/make it configurable - also relevant for ZT I guess

Screenshots

If applicable, add screenshots to help explain your problem. image

Machine version (please complete the following information):

mssalvatore commented 3 years ago

If the monkey was only able to use ICMP, I think "connected to" is not the proper verbiage. Maybe "contacted"?

stiv-kupchik commented 3 years ago

perhaps "accessed"? the bigger issue is the empty services list (I think) - I remember scratching my head for a few minutes trying to understand what went wrong