From d449eb94fc1bfd9b94ed16dfa380c85ec2a32d4f Mon Sep 17 00:00:00 2001 From: rvs1st <60353313+rvs1st@users.noreply.github.com> Date: Fri, 24 Apr 2020 09:03:58 -0500 Subject: [PATCH 1/2] Update threat-actor.json Added on line 1403: Trident per campaign malicious RTF documents to exploit CVE-2017-11882 and CVE-2012-0158 --- clusters/threat-actor.json | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/threat-actor.json b/clusters/threat-actor.json index 324ad48..480119d 100644 --- a/clusters/threat-actor.json +++ b/clusters/threat-actor.json @@ -1400,6 +1400,7 @@ "synonyms": [ "IceFog", "Dagger Panda" + "Trident" ] }, "uuid": "32c534b9-abec-4823-b223-a810f897b47b", From de71a444f8c5e9fab1bcca6f4f9988d227512ba7 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 26 Apr 2020 14:23:59 +0200 Subject: [PATCH 2/2] chg: [json] add missing comma --- clusters/threat-actor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/threat-actor.json b/clusters/threat-actor.json index 480119d..cd72168 100644 --- a/clusters/threat-actor.json +++ b/clusters/threat-actor.json @@ -1399,7 +1399,7 @@ ], "synonyms": [ "IceFog", - "Dagger Panda" + "Dagger Panda", "Trident" ] },