From be1a39f5ac72be52d09109cf8b7de0dd8d1942ec Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:17:33 -0500 Subject: [PATCH 01/10] Fixes #8 by adding Secondary to actor.motive --- verisc-enum.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/verisc-enum.json b/verisc-enum.json index d91f1491..eac68549 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -327,6 +327,7 @@ "Grudge", "Ideology", "Convenience", + "Secondary", "Unknown", "Other" ] @@ -1043,4 +1044,4 @@ "Unknown" ] } -} \ No newline at end of file +} From ce59465ba77bfa6d25af8cb1dc5b275aee28829a Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:19:03 -0500 Subject: [PATCH 02/10] Fixes #9 by adding Pass-the-hash to hacking.variety --- verisc-enum.json | 1 + 1 file changed, 1 insertion(+) diff --git a/verisc-enum.json b/verisc-enum.json index eac68549..178fc45f 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -85,6 +85,7 @@ "Null byte injection", "Offline cracking", "OS commanding", + "Pass-the-hash", "Path traversal", "RFI", "Reverse engineering", From d2358d1d4a39c917bac7444c335ee0d5eb69f4d2 Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:21:47 -0500 Subject: [PATCH 03/10] Fixes #11 by adding Defacement to attribute.integrity.variety --- verisc-enum.json | 1 + 1 file changed, 1 insertion(+) diff --git a/verisc-enum.json b/verisc-enum.json index 178fc45f..685cbf18 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -507,6 +507,7 @@ "integrity": { "variety": [ "Created account", + "Defacement", "Hardware tampering", "Alter behavior", "Fraudulent transaction", From af296baefaa5378f46e9e7136fd43691470ccb8e Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:22:34 -0500 Subject: [PATCH 04/10] Fixes #12 by renaming Misappropriation to Repurpose --- verisc-enum.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verisc-enum.json b/verisc-enum.json index 685cbf18..90ec4613 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -512,7 +512,7 @@ "Alter behavior", "Fraudulent transaction", "Log tampering", - "Misappropriation", + "Repurpose", "Misrepresentation", "Modify configuration", "Modify privileges", From 56dd02b07dabbe96a8c2f1effe07b9993b566a72 Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:23:47 -0500 Subject: [PATCH 05/10] Fixes #10 by adding Source code to attribute.confidentiality.data.variety --- verisc-enum.json | 1 + 1 file changed, 1 insertion(+) diff --git a/verisc-enum.json b/verisc-enum.json index 90ec4613..0823c7a9 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -481,6 +481,7 @@ "Payment", "Personal", "Internal", + "Source code", "System", "Secrets", "Unknown", From b0ed82b7364501071c7a14ba510b2f1049eb949f Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:24:49 -0500 Subject: [PATCH 06/10] Fixes #13 by adding Virtual currency to attribute.confidentiality.data.variety --- verisc-enum.json | 1 + 1 file changed, 1 insertion(+) diff --git a/verisc-enum.json b/verisc-enum.json index 0823c7a9..fd7501b8 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -484,6 +484,7 @@ "Source code", "System", "Secrets", + "Virtual currency", "Unknown", "Other" ] From c4de99c77e764ea430e70fc4841ab4e92ca30dca Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:25:44 -0500 Subject: [PATCH 07/10] Fixes #14 by adding S - Unknown to asset.variety --- verisc-enum.json | 1 + 1 file changed, 1 insertion(+) diff --git a/verisc-enum.json b/verisc-enum.json index fd7501b8..e6b09b67 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -395,6 +395,7 @@ "S - Code repository", "S - VM host", "S - Other", + "S - Unknown", "N - Access reader", "N - Camera", "N - Firewall", From 8d0be8ca5c6edd947b4ba1dd52b529891593a762 Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:27:14 -0500 Subject: [PATCH 08/10] Fixes #15 by adding Digital certificate to attribute.confidentiality.data.variety --- verisc-enum.json | 1 + 1 file changed, 1 insertion(+) diff --git a/verisc-enum.json b/verisc-enum.json index e6b09b67..46f66b1d 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -478,6 +478,7 @@ "Bank", "Classified", "Copyrighted", + "Digital certificate", "Medical", "Payment", "Personal", From 6bccc9ff99e07bee126569db0374306c4474d475 Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:28:15 -0500 Subject: [PATCH 09/10] Fixes #16 by renaming Embezzlement to Possession abuse in action.misuse.variety --- verisc-enum.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verisc-enum.json b/verisc-enum.json index 46f66b1d..2a74bc8c 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -172,7 +172,7 @@ "variety": [ "Knowledge abuse", "Privilege abuse", - "Embezzlement", + "Possession abuse", "Data mishandling", "Email misuse", "Net misuse", From 0951f0bc244e58402ab79e198f676f08de8c6aa9 Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 11 Mar 2014 13:29:47 -0500 Subject: [PATCH 10/10] Fixes #26 by renaming Sabotage to Destruction in action.physical.variety --- verisc-enum.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verisc-enum.json b/verisc-enum.json index 2a74bc8c..3d7da88a 100644 --- a/verisc-enum.json +++ b/verisc-enum.json @@ -209,7 +209,7 @@ ], "variety": [ "Assault", - "Sabotage", + "Destruction", "Snooping", "Surveillance", "Tampering",