Agent: Change zerologon tag to `zerologon-exploiter

`
This commit is contained in:
Ilija Lazoroski 2022-08-16 14:34:21 +02:00
parent 550c7465fa
commit b0f76383c4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ from infection_monkey.utils.threading import interruptible_iter
logger = logging.getLogger(__name__)
ZEROLOGON_EXPLOIT_TAG = "ZerologonCredentialsStolen"
ZEROLOGON_EXPLOIT_TAG = "zerologon-exploiter"
ZEROLOGON_EVENT_TAGS = {ZEROLOGON_EXPLOIT_TAG}