Agent: Use default target for ZerologonExploiter event

This commit is contained in:
Ilija Lazoroski 2022-08-16 23:57:49 +02:00
parent f8b56dd171
commit 3a9830415c
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ class ZerologonExploiter(HostExploiter):
def _publish_credentials_stolen_event(self, extracted_credentials: Sequence[Credentials]):
credentials_stolen_event = CredentialsStolenEvent(
target=None,
tags=(ZEROLOGON_EVENT_TAGS),
stolen_credentials=extracted_credentials,
)