From f772cf2ba5c44aab558afbd161a6c6424af8c1fd Mon Sep 17 00:00:00 2001 From: gallypette Date: Tue, 2 May 2017 17:31:49 +0200 Subject: [PATCH] Adds OS, and web-related items --- analyst-assessment/machinetag.json | 58 +++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/analyst-assessment/machinetag.json b/analyst-assessment/machinetag.json index d80c41b..b5ce18b 100644 --- a/analyst-assessment/machinetag.json +++ b/analyst-assessment/machinetag.json @@ -18,6 +18,16 @@ "value": "binary-reversing-experience", "expanded": "Reversing experience", "description": "The analyst experience in reversing expressed in years range in the field tagged. The year range is based on a standard 40-hour work week." + }, + { + "value": "os", + "expanded": "Operating System", + "description": "Operating System that the analyst has experience with." + }, + { + "value": "web", + "expanded": "Web applications-related skills", + "description": "Web application vulnerabilities and technique that the analyst has experience with." } ], "values": [ @@ -101,6 +111,52 @@ "expanded": "More than 20 years" } ] + }, + { + "predicate": "os", + "entry": [ + { + "value": "windows", + "expanded": "Current Microsoft Windows system" + }, + { + "value": "linux", + "expanded": "GNU/linux derivative OS" + }, + { + "value": "ios", + "expanded": "Current IOS" + }, + { + "value": "macos", + "expanded": "Current Apple OS" + }, + { + "value": "android", + "expanded": "Current Android OS" + }, + { + "value": "bsd", + "expanded": "BSD" + } + ] + }, + { + "predicate": "web", + "entry": [ + { + "value": "ipex", + "expanded": "Inter-protocol exploitations" + }, + { + "value": "common", + "expanded": "Common vulnerabilities as SQL injections, CSRF, XSS, CSP bypasses, etc." + }, + { + "value": "js-desobfuscation", + "expanded": "De-obfuscation of Javascript payloads" + } + ] } ] -} \ No newline at end of file +}