Agent: Use T1569 tag for propagation events

This commit is contained in:
Kekoa Kaaikala 2022-10-07 13:30:11 +00:00
parent 7797890ff4
commit d9f8b2a3d0
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ from common.tags import (
T1105_ATTACK_TECHNIQUE_TAG,
T1110_ATTACK_TECHNIQUE_TAG,
T1210_ATTACK_TECHNIQUE_TAG,
T1569_ATTACK_TECHNIQUE_TAG,
)
from common.utils.attack_utils import ScanStatus, UsageEnum
from infection_monkey.exploit.HostExploiter import HostExploiter
@ -60,6 +61,7 @@ class SMBExploiter(HostExploiter):
T1021_ATTACK_TECHNIQUE_TAG,
T1105_ATTACK_TECHNIQUE_TAG,
T1210_ATTACK_TECHNIQUE_TAG,
T1569_ATTACK_TECHNIQUE_TAG,
)
def _exploit_host(self):