From fcff69317ca5d7d21e9f9c8039ca2eb66d88c4b3 Mon Sep 17 00:00:00 2001 From: "l.bourdin" Date: Thu, 9 Apr 2026 15:05:19 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20champs=20(utilisateur=20ajout?= =?UTF-8?q?=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom-teams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-teams.py b/custom-teams.py index f51ea83..2233582 100755 --- a/custom-teams.py +++ b/custom-teams.py @@ -214,6 +214,7 @@ class Integration: self._add_fact(facts, "Utilisateur", win.get("subjectUserName")) self._add_fact(facts, "Utilisateur cible", win.get("targetUserName")) + self._add_fact(facts, "Utilisateur ajoute", win.get("memberName")) self._add_fact(facts, "Ordinateur", win.get("workstationName")) self._add_fact(facts, "Event ID", self._get_nested(alert, ("data", "win", "system", "eventID"))) self._add_fact(facts, "Process", win.get("processName"))