From 8fde7a0d55571ba864e80a624e0d8a668426ef21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 16 May 2018 14:49:53 -0400 Subject: [PATCH] chg: Saner veris taxonomy generation --- tools/generator/veris.py | 21 +- veris/machinetag.json | 23083 +++++++++++-------------------------- 2 files changed, 6722 insertions(+), 16382 deletions(-) diff --git a/tools/generator/veris.py b/tools/generator/veris.py index c63a9b8..08eb785 100644 --- a/tools/generator/veris.py +++ b/tools/generator/veris.py @@ -26,10 +26,11 @@ def lookupPredicate(predicate=False): def lookupValues(predicate=False): if not predicate: - return False + return {} for p in output['values']: if p['predicate'] == predicate: - return True + return p + return {} def machineTag(namespace=False, predicate=False, value=None, expanded=None): @@ -43,14 +44,18 @@ def machineTag(namespace=False, predicate=False, value=None, expanded=None): x = {} x['value'] = predicate output['predicates'].append(x) - y = {} - y['predicate'] = predicate - y['entry'] = [] z = {} z['value'] = value z['expanded'] = expanded - y['entry'].append(z) - output['values'].append(y) + predicate_entries = lookupValues(predicate) + if predicate_entries: + predicate_entries['entry'].append(z) + else: + y = {} + y['predicate'] = predicate + y['entry'] = [] + y['entry'].append(z) + output['values'].append(y) return ('{0}:{1}=\"{2}\"'.format(namespace, predicate, value)) @@ -66,7 +71,7 @@ def flatten(root, prefix_keys=True): if id(d) in seen: continue seen.add(id(d)) - for k, v in d.items(): + for k, v in sorted(d.items()): new_path = path + [k] prefix = ':'.join(new_path) if prefix_keys else k if hasattr(v, 'items'): diff --git a/veris/machinetag.json b/veris/machinetag.json index 13f3579..59688b0 100644 --- a/veris/machinetag.json +++ b/veris/machinetag.json @@ -1,19 +1,43 @@ { + "namespace": "veris", + "description": "Vocabulary for Event Recording and Incident Sharing (VERIS)", + "version": 2, "predicates": [ { "value": "confidence" }, { - "value": "targeted" + "value": "cost_corrective_action" }, { "value": "discovery_method" }, { - "value": "cost_corrective_action" + "value": "security_incident" }, { - "value": "security_incident" + "value": "targeted" + }, + { + "value": "asset:accessibility" + }, + { + "value": "asset:cloud" + }, + { + "value": "asset:country" + }, + { + "value": "asset:governance" + }, + { + "value": "asset:hosting" + }, + { + "value": "asset:management" + }, + { + "value": "asset:ownership" }, { "value": "impact:iso_currency_code" @@ -21,140 +45,20 @@ { "value": "impact:overall_rating" }, - { - "value": "asset:management" - }, - { - "value": "asset:country" - }, - { - "value": "asset:hosting" - }, - { - "value": "asset:governance" - }, - { - "value": "asset:accessibility" - }, - { - "value": "asset:ownership" - }, - { - "value": "asset:cloud" - }, { "value": "victim:country" }, { "value": "victim:employee_count" }, - { - "value": "impact:loss:rating" - }, - { - "value": "impact:loss:variety" - }, - { - "value": "timeline:exfiltration:unit" - }, - { - "value": "timeline:containment:unit" - }, - { - "value": "timeline:compromise:unit" - }, - { - "value": "timeline:discovery:unit" - }, - { - "value": "actor:partner:motive" - }, - { - "value": "actor:partner:country" - }, - { - "value": "actor:internal:motive" - }, - { - "value": "actor:internal:job_change" - }, - { - "value": "actor:internal:variety" - }, - { - "value": "actor:external:motive" - }, - { - "value": "actor:external:country" - }, - { - "value": "actor:external:variety" - }, - { - "value": "asset:assets:variety" - }, - { - "value": "victim:revenue:iso_currency_code" - }, - { - "value": "attribute:integrity:variety" - }, - { - "value": "attribute:confidentiality:data_victim" - }, - { - "value": "attribute:confidentiality:state" - }, - { - "value": "attribute:confidentiality:data_disclosure" - }, - { - "value": "attribute:availability:variety" - }, - { - "value": "action:malware:vector" - }, - { - "value": "action:malware:result" - }, - { - "value": "action:malware:variety" - }, - { - "value": "action:unknown:result" - }, - { - "value": "action:social:result" - }, - { - "value": "action:social:vector" - }, - { - "value": "action:social:target" - }, - { - "value": "action:social:variety" - }, { "value": "action:environmental:variety" }, - { - "value": "action:error:vector" - }, { "value": "action:error:variety" }, { - "value": "action:misuse:vector" - }, - { - "value": "action:misuse:result" - }, - { - "value": "action:misuse:variety" - }, - { - "value": "action:hacking:vector" + "value": "action:error:vector" }, { "value": "action:hacking:result" @@ -163,7 +67,25 @@ "value": "action:hacking:variety" }, { - "value": "action:physical:vector" + "value": "action:hacking:vector" + }, + { + "value": "action:malware:result" + }, + { + "value": "action:malware:variety" + }, + { + "value": "action:malware:vector" + }, + { + "value": "action:misuse:result" + }, + { + "value": "action:misuse:variety" + }, + { + "value": "action:misuse:vector" }, { "value": "action:physical:result" @@ -172,17943 +94,8356 @@ "value": "action:physical:variety" }, { - "value": "attribute:confidentiality:data:variety" + "value": "action:physical:vector" + }, + { + "value": "action:social:result" + }, + { + "value": "action:social:target" + }, + { + "value": "action:social:variety" + }, + { + "value": "action:social:vector" + }, + { + "value": "action:unknown:result" + }, + { + "value": "actor:external:country" + }, + { + "value": "actor:external:motive" + }, + { + "value": "actor:external:variety" + }, + { + "value": "actor:internal:job_change" + }, + { + "value": "actor:internal:motive" + }, + { + "value": "actor:internal:variety" + }, + { + "value": "actor:partner:country" + }, + { + "value": "actor:partner:motive" + }, + { + "value": "asset:assets:variety" + }, + { + "value": "attribute:availability:variety" + }, + { + "value": "attribute:confidentiality:data_disclosure" + }, + { + "value": "attribute:confidentiality:data_victim" + }, + { + "value": "attribute:confidentiality:state" + }, + { + "value": "attribute:integrity:variety" + }, + { + "value": "impact:loss:rating" + }, + { + "value": "impact:loss:variety" + }, + { + "value": "timeline:compromise:unit" + }, + { + "value": "timeline:containment:unit" + }, + { + "value": "timeline:discovery:unit" + }, + { + "value": "timeline:exfiltration:unit" + }, + { + "value": "victim:revenue:iso_currency_code" }, { "value": "attribute:availability:duration:unit" + }, + { + "value": "attribute:confidentiality:data:variety" } ], "values": [ { + "predicate": "confidence", "entry": [ { - "expanded": "High confidence", - "value": "High" - } - ], - "predicate": "confidence" - }, - { - "entry": [ + "value": "High", + "expanded": "High confidence" + }, { - "expanded": "No confidence", - "value": "None" - } - ], - "predicate": "confidence" - }, - { - "entry": [ + "value": "Low", + "expanded": "Low confidence" + }, { - "expanded": "Medium confidence", - "value": "Medium" - } - ], - "predicate": "confidence" - }, - { - "entry": [ + "value": "Medium", + "expanded": "Medium confidence" + }, { - "expanded": "Low confidence", - "value": "Low" + "value": "None", + "expanded": "No confidence" } - ], - "predicate": "confidence" + ] }, { + "predicate": "cost_corrective_action", "entry": [ { - "expanded": "Targeted: victim chosen as target then actor determined what weaknesses could be exploited", - "value": "Targeted" - } - ], - "predicate": "targeted" - }, - { - "entry": [ + "value": "Difficult and expensive", + "expanded": "Difficult and expensive" + }, { - "expanded": "Not applicable", - "value": "NA" - } - ], - "predicate": "targeted" - }, - { - "entry": [ + "value": "Simple and cheap", + "expanded": "Simple and cheap" + }, { - "expanded": "Opportunistic: victim attacked because they exhibited a weakness the actor knew how to exploit", - "value": "Opportunistic" - } - ], - "predicate": "targeted" - }, - { - "entry": [ + "value": "Something in-between", + "expanded": "Something in-between" + }, { - "expanded": "Unknown", - "value": "Unknown" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "targeted" + ] }, { + "predicate": "discovery_method", "entry": [ { - "expanded": "Internal - financial audit and reconciliation process", - "value": "Int - financial audit" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - actor disclosure", + "expanded": "External - disclosed by threat agent (e.g., public brag, private blackmail)" + }, { - "expanded": "External - Found documents", - "value": "Ext - found documents" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - audit", + "expanded": "External - security audit or scan" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - customer", + "expanded": "External - reported by customer or partner affected by the incident" + }, { - "expanded": "External - security audit or scan", - "value": "Ext - audit" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - emergency response team", + "expanded": "External - Emergency response team" + }, { - "expanded": "External - Notified while investigating another incident", - "value": "Ext - incident response" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - found documents", + "expanded": "External - Found documents" + }, { - "expanded": "External - unknown", - "value": "Ext - unknown" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - fraud detection", + "expanded": "External - fraud detection (e.g., CPP)" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - incident response", + "expanded": "External - Notified while investigating another incident" + }, { - "expanded": "Internal - All network-based security tool detection (including IPS, IDS, firewalls and other network-based security tools)", - "value": "Int - NIDS" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - law enforcement", + "expanded": "Internal - notified by law enforcement or government agency" + }, { - "expanded": "External - Emergency response team", - "value": "Ext - emergency response team" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - monitoring service", + "expanded": "External - managed security event monitoring service" + }, { - "expanded": "External - fraud detection (e.g., CPP)", - "value": "Ext - fraud detection" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - other", + "expanded": "Discovery method was external and known but not listed" + }, { - "expanded": "Internal - discovered while responding to another (separate) incident", - "value": "Int - incident response" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - suspicious traffic", + "expanded": "External - Report of suspicious traffic" + }, { - "expanded": "External - reported by customer or partner affected by the incident", - "value": "Ext - customer" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - unknown", + "expanded": "External - unknown" + }, { - "expanded": "Discovered by person unaffiliated with victim or threat actor", - "value": "Ext - unrelated 3rd party" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Ext - unrelated 3rd party", + "expanded": "Discovered by person unaffiliated with victim or threat actor" + }, { - "expanded": "Partner - Audit performed by a partner organization", - "value": "Prt - audit" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - HIDS", + "expanded": "Internal - host IDS or file integrity monitoring" + }, { - "expanded": "Any routine maintenance, testing or review of it assets. (Includes inspect of assets, vulnerability scans, etc.)", - "value": "Int - IT review" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - IT review", + "expanded": "Any routine maintenance, testing or review of it assets. (Includes inspect of assets, vulnerability scans, etc.)" + }, { - "expanded": "Internal - employee discovered evidence of a break in", - "value": "Int - break in discovered" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - NIDS", + "expanded": "Internal - All network-based security tool detection (including IPS, IDS, firewalls and other network-based security tools)" + }, { - "expanded": "Discovery method was internal and known but not listed", - "value": "Int - other" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - antivirus", + "expanded": "Internal - antivirus alert" + }, { - "expanded": "Internal - log review process or SIEM", - "value": "Int - log review" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - break in discovered", + "expanded": "Internal - employee discovered evidence of a break in" + }, { - "expanded": "Internal - unknown", - "value": "Int - unknown" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - data loss prevention", + "expanded": "Internal - Data loss prevention software" + }, { - "expanded": "External - Report of suspicious traffic", - "value": "Ext - suspicious traffic" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - financial audit", + "expanded": "Internal - financial audit and reconciliation process" + }, { - "expanded": "Internal - host IDS or file integrity monitoring", - "value": "Int - HIDS" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - fraud detection", + "expanded": "Internal - fraud detection mechanism" + }, { - "expanded": "External - managed security event monitoring service", - "value": "Ext - monitoring service" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - incident response", + "expanded": "Internal - discovered while responding to another (separate) incident" + }, { - "expanded": "Partner - Notified by antivirus company but not through AV product", - "value": "Prt - antivirus" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - infrastructure monitoring", + "expanded": "Internal - Health and welfare monitoring of assets such as utilization, uptime, and SNMP alerts" + }, { - "expanded": "Discovery method was external and known but not listed", - "value": "Ext - other" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - log review", + "expanded": "Internal - log review process or SIEM" + }, { - "expanded": "Internal - physical security system alarm", - "value": "Int - security alarm" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - other", + "expanded": "Discovery method was internal and known but not listed" + }, { - "expanded": "Internal - notified by law enforcement or government agency", - "value": "Ext - law enforcement" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - reported by employee", + "expanded": "Internal - reported by employee who saw something odd" + }, { - "expanded": "Internal - antivirus alert", - "value": "Int - antivirus" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - security alarm", + "expanded": "Internal - physical security system alarm" + }, { - "expanded": "Internal - Health and welfare monitoring of assets such as utilization, uptime, and SNMP alerts", - "value": "Int - infrastructure monitoring" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Int - unknown", + "expanded": "Internal - unknown" + }, { - "expanded": "Partner - notified while investigating another incident", - "value": "Prt - incident response" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Internal - Data loss prevention software", - "value": "Int - data loss prevention" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Prt - antivirus", + "expanded": "Partner - Notified by antivirus company but not through AV product" + }, { - "expanded": "Internal - fraud detection mechanism", - "value": "Int - fraud detection" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Prt - audit", + "expanded": "Partner - Audit performed by a partner organization" + }, { - "expanded": "Partner - Reported by a monitoring service", - "value": "Prt - monitoring service" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Prt - incident response", + "expanded": "Partner - notified while investigating another incident" + }, { - "expanded": "Internal - reported by employee who saw something odd", - "value": "Int - reported by employee" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Prt - monitoring service", + "expanded": "Partner - Reported by a monitoring service" + }, { - "expanded": "Partner - Unknown", - "value": "Prt - unknown" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Prt - other", + "expanded": "Discovery method was partner and known but not listed" + }, { - "expanded": "Discovery method was partner and known but not listed", - "value": "Prt - other" - } - ], - "predicate": "discovery_method" - }, - { - "entry": [ + "value": "Prt - unknown", + "expanded": "Partner - Unknown" + }, { - "expanded": "External - disclosed by threat agent (e.g., public brag, private blackmail)", - "value": "Ext - actor disclosure" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "discovery_method" + ] }, { + "predicate": "security_incident", "entry": [ { - "expanded": "Simple and cheap", - "value": "Simple and cheap" - } - ], - "predicate": "cost_corrective_action" - }, - { - "entry": [ + "value": "Confirmed", + "expanded": "Yes - Confirmed" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "cost_corrective_action" - }, - { - "entry": [ + "value": "False positive", + "expanded": "False positive (response triggered, but no incident)" + }, { - "expanded": "Something in-between", - "value": "Something in-between" - } - ], - "predicate": "cost_corrective_action" - }, - { - "entry": [ + "value": "Near miss", + "expanded": "Near miss (actions did not compromise asset)" + }, { - "expanded": "Difficult and expensive", - "value": "Difficult and expensive" + "value": "Suspected", + "expanded": "Suspected" } - ], - "predicate": "cost_corrective_action" + ] }, { + "predicate": "targeted", "entry": [ { - "expanded": "Suspected", - "value": "Suspected" - } - ], - "predicate": "security_incident" - }, - { - "entry": [ + "value": "NA", + "expanded": "Not applicable" + }, { - "expanded": "Yes - Confirmed", - "value": "Confirmed" - } - ], - "predicate": "security_incident" - }, - { - "entry": [ + "value": "Opportunistic", + "expanded": "Opportunistic: victim attacked because they exhibited a weakness the actor knew how to exploit" + }, { - "expanded": "Near miss (actions did not compromise asset)", - "value": "Near miss" - } - ], - "predicate": "security_incident" - }, - { - "entry": [ + "value": "Targeted", + "expanded": "Targeted: victim chosen as target then actor determined what weaknesses could be exploited" + }, { - "expanded": "False positive (response triggered, but no incident)", - "value": "False positive" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "security_incident" + ] }, { + "predicate": "asset:accessibility", "entry": [ { - "expanded": "DZD - Algerian Dinar", - "value": "DZD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "External", + "expanded": "Publicly accessible" + }, { - "expanded": "NAD - Namibia Dollar", - "value": "NAD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Internal", + "expanded": "Internally accessible" + }, { - "expanded": "GHS - Ghana Cedi", - "value": "GHS" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Isolated", + "expanded": "Internally isolated or restricted environment" + }, { - "expanded": "EGP - Egyptian Pound", - "value": "EGP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "NA", + "expanded": "Not applicable" + }, { - "expanded": "BGN - Bulgarian Lev", - "value": "BGN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Other", + "expanded": "Accessibility known but not listed" + }, { - "expanded": "PAB - Balboa", - "value": "PAB" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "impact:iso_currency_code" + ] }, { + "predicate": "asset:cloud", "entry": [ { - "expanded": "BOB - Boliviano", - "value": "BOB" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Customer attack", + "expanded": "Penetration of another web site on shared device" + }, { - "expanded": "DKK - Danish Krone", - "value": "DKK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Hosting error", + "expanded": "Misconfiguration or error by hosting provider" + }, { - "expanded": "BWP - Pula", - "value": "BWP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Hosting governance", + "expanded": "Lack of security process or procedure by hosting provider" + }, { - "expanded": "LBP - Lebanese Pound", - "value": "LBP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Hypervisor", + "expanded": "Hypervisor break-out attack" + }, { - "expanded": "TZS - Tanzanian Shilling", - "value": "TZS" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "NA", + "expanded": "It is known no cloud assets were involved" + }, { - "expanded": "VND - Dong", - "value": "VND" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "No", + "expanded": "It is known that a cloud asset was involved and it being a cloud asset did not affect the outcome" + }, { - "expanded": "AOA - Kwanza", - "value": "AOA" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Other", + "expanded": "Cloud hosting known but not listed" + }, { - "expanded": "KHR - Riel", - "value": "KHR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Partner application", + "expanded": "Application vulnerability in partner-developed application" + }, { - "expanded": "MYR - Malaysian Ringgit", - "value": "MYR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "The involvement of cloud assets was not measured" + }, { - "expanded": "KYD - Cayman Islands Dollar", - "value": "KYD" + "value": "User breakout", + "expanded": "Elevation of privilege by another customer in shared environment" } - ], - "predicate": "impact:iso_currency_code" + ] }, { + "predicate": "asset:country", "entry": [ { - "expanded": "LYD - Libyan Dinar", - "value": "LYD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "AD", + "expanded": "Andorra" + }, { - "expanded": "UAH - Hryvnia", - "value": "UAH" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "AE", + "expanded": "United Arab Emirates" + }, { - "expanded": "JOD - Jordanian Dinar", - "value": "JOD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ + "value": "AF", + "expanded": "Afghanistan" + }, { - "expanded": "AWG - Aruban Florin", - "value": "AWG" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SAR - Saudi Riyal", - "value": "SAR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "EUR - Euro", - "value": "EUR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "HKD - Hong Kong Dollar", - "value": "HKD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CHF - Swiss Franc", - "value": "CHF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "GIP - Gibraltar Pound", - "value": "GIP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BYR - Belarussian Ruble", - "value": "BYR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ALL - Lek", - "value": "ALL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MRO - Ouguiya", - "value": "MRO" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "HRK - Croatian Kuna", - "value": "HRK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "DJF - Djibouti Franc", - "value": "DJF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SZL - Lilangeni", - "value": "SZL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "THB - Baht", - "value": "THB" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "XAF - CFA Franc BEAC", - "value": "XAF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BND - Brunei Dollar", - "value": "BND" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ISK - Iceland Krona", - "value": "ISK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "UYU - Peso Uruguayo", - "value": "UYU" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "NIO - Cordoba Oro", - "value": "NIO" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "LAK - Kip", - "value": "LAK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SYP - Syrian Pound", - "value": "SYP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MAD - Moroccan Dirham", - "value": "MAD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MZN - Mozambique Metical", - "value": "MZN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "PHP - Philippine Peso", - "value": "PHP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ZAR - South African Rand", - "value": "ZAR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "NPR - Nepalese Rupee", - "value": "NPR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "NGN - Naira", - "value": "NGN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ZWD - Zimbabwean Dollar A/06", - "value": "ZWD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CRC - Costa Rican Colon", - "value": "CRC" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "AED - UAE Dirham", - "value": "AED" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "GBP - Pound Sterling", - "value": "GBP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MWK - Kwacha", - "value": "MWK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "LKR - Sri Lanka Rupee", - "value": "LKR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "PKR - Pakistan Rupee", - "value": "PKR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "HUF - Forint", - "value": "HUF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BMD - Bermudian Dollar", - "value": "BMD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "LSL - Loti", - "value": "LSL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MNT - Tugrik", - "value": "MNT" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "AMD - Armenian Dram", - "value": "AMD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "UGX - Uganda Shilling", - "value": "UGX" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "QAR - Qatari Rial", - "value": "QAR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "XDR - SDR (Special Drawing Right)", - "value": "XDR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "JMD - Jamaican Dollar", - "value": "JMD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "GEL - Lari", - "value": "GEL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SHP - Saint Helena Pound", - "value": "SHP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "AFN - Afghani", - "value": "AFN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SBD - Solomon Islands Dollar", - "value": "SBD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "KPW - North Korean Won", - "value": "KPW" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "TRY - Turkish Lira", - "value": "TRY" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BDT - Taka", - "value": "BDT" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "YER - Yemeni Rial", - "value": "YER" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "HTG - Gourde", - "value": "HTG" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "XOF - CFA Franc BCEAO", - "value": "XOF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MGA - Malagasy Ariary", - "value": "MGA" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ANG - Netherlands Antillean Guilder", - "value": "ANG" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "LRD - Liberian Dollar", - "value": "LRD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "RWF - Rwanda Franc", - "value": "RWF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "NOK - Norwegian Krone", - "value": "NOK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MOP - Pataca", - "value": "MOP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "INR - Indian Rupee", - "value": "INR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MXN - Mexican Peso", - "value": "MXN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CZK - Czech Koruna", - "value": "CZK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "TJS - Somoni", - "value": "TJS" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "TWD - New Taiwan Dollar", - "value": "TWD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BTN - Ngultrum", - "value": "BTN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "COP - Colombian Peso", - "value": "COP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "TMT - Turkmenistan New Manat", - "value": "TMT" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MUR - Mauritius Rupee", - "value": "MUR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "IDR - Rupiah", - "value": "IDR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "HNL - Lempira", - "value": "HNL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "XPF - CFP Franc", - "value": "XPF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "FJD - Fiji Dollar", - "value": "FJD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ETB - Ethiopian Birr", - "value": "ETB" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "PEN - Nuevo Sol", - "value": "PEN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BZD - Belize Dollar", - "value": "BZD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ILS - New Israeli Sheqel", - "value": "ILS" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "DOP - Dominican Peso", - "value": "DOP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "GGP - Guernsey pound", - "value": "GGP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MDL - Moldovan Leu", - "value": "MDL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BSD - Bahamian Dollar", - "value": "BSD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SPL - Seborga Luigino", - "value": "SPL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SEK - Swedish Krona", - "value": "SEK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ZMK - Zambian Kwacha", - "value": "ZMK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "JEP - Jersey pound", - "value": "JEP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "AUD - Australian Dollar", - "value": "AUD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SRD - Surinam Dollar", - "value": "SRD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CUP - Cuban Peso", - "value": "CUP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BBD - Barbados Dollar", - "value": "BBD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "KMF - Comoro Franc", - "value": "KMF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "KRW - South Korean Won", - "value": "KRW" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "GMD - Dalasi", - "value": "GMD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "VEF - Bolivar ", - "value": "VEF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "IMP - Isle of Man Pound", - "value": "IMP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CUC - Peso Convertible", - "value": "CUC" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "TVD - Tuvalu Dollar", - "value": "TVD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CLP - Chilean Peso", - "value": "CLP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "LTL - Lithuanian Litas", - "value": "LTL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CDF - Congolese Franc", - "value": "CDF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "XCD - East Caribbean Dollar", - "value": "XCD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "KZT - Tenge", - "value": "KZT" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "RUB - Russian Ruble", - "value": "RUB" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "TTD - Trinidad and Tobago Dollar", - "value": "TTD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "OMR - Rial Omani", - "value": "OMR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BRL - Brazilian Real", - "value": "BRL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MMK - Kyat", - "value": "MMK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "PLN - Zloty", - "value": "PLN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "PYG - Guarani", - "value": "PYG" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "KES - Kenyan Shilling", - "value": "KES" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SVC - El Salvador Colon", - "value": "SVC" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MKD - Denar", - "value": "MKD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "AZN - Azerbaijanian Manat", - "value": "AZN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "TOP - Pa'anga", - "value": "TOP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "MVR - Rufiyaa", - "value": "MVR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "VUV - Vatu", - "value": "VUV" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "GNF - Guinea Franc", - "value": "GNF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "WST - Tala", - "value": "WST" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "IQD - Iraqi Dinar", - "value": "IQD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ERN - Nakfa", - "value": "ERN" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BAM - Convertible Mark", - "value": "BAM" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SCR - Seychelles Rupee", - "value": "SCR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CAD - Canadian Dollar", - "value": "CAD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CVE - Cape Verde Escudo", - "value": "CVE" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "KWD - Kuwaiti Dinar", - "value": "KWD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BIF - Burundi Franc", - "value": "BIF" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "PGK - Kina", - "value": "PGK" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SOS - Somali Shilling", - "value": "SOS" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SGD - Singapore Dollar", - "value": "SGD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "UZS - Uzbekistan Sum", - "value": "UZS" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "STD - Dobra", - "value": "STD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "IRR - Iranian Rial", - "value": "IRR" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "CNY - Yuan Renminbi", - "value": "CNY" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SLL - Leone", - "value": "SLL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "TND - Tunisian Dinar", - "value": "TND" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "GYD - Guyana Dollar", - "value": "GYD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "NZD - New Zealand Dollar", - "value": "NZD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "FKP - Falkland Islands Pound", - "value": "FKP" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "LVL - Latvian Lats", - "value": "LVL" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "USD - US Dollar", - "value": "USD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "KGS - Som", - "value": "KGS" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "ARS - Argentine Peso", - "value": "ARS" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "RON - New Romanian Leu", - "value": "RON" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "GTQ - Quetzal", - "value": "GTQ" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "RSD - Serbian Dinar", - "value": "RSD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "BHD - Bahraini Dinar", - "value": "BHD" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "JPY - Yen", - "value": "JPY" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "SDG - Sudanese Pound", - "value": "SDG" - } - ], - "predicate": "impact:iso_currency_code" - }, - { - "entry": [ - { - "expanded": "Insignificant: Impact absorbed by normal activities", - "value": "Insignificant" - } - ], - "predicate": "impact:overall_rating" - }, - { - "entry": [ - { - "expanded": "Catastrophic: A business-ending event (don't choose this if the victim will continue operations)", - "value": "Catastrophic" - } - ], - "predicate": "impact:overall_rating" - }, - { - "entry": [ - { - "expanded": "Distracting: Limited \"hard costs\", but impact felt through having to deal with the incident rather than conducting normal duties", - "value": "Distracting" - } - ], - "predicate": "impact:overall_rating" - }, - { - "entry": [ - { - "expanded": "Damaging: Real and serious effect on the \"bottom line\" and/or long-term ability to generate revenue", - "value": "Damaging" - } - ], - "predicate": "impact:overall_rating" - }, - { - "entry": [ - { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "impact:overall_rating" - }, - { - "entry": [ - { - "expanded": "Painful: Moderate \"hard costs\", and impact felt through having to deal with the incident rather than conducting normal duties has quantifiable indirect costs", - "value": "Painful" - } - ], - "predicate": "impact:overall_rating" - }, - { - "entry": [ - { - "expanded": "Not applicable", - "value": "NA" - } - ], - "predicate": "asset:management" - }, - { - "entry": [ - { - "expanded": "Internally managed", - "value": "Internal" - } - ], - "predicate": "asset:management" - }, - { - "entry": [ - { - "expanded": "Ownership known but not listed", - "value": "Other" - } - ], - "predicate": "asset:management" - }, - { - "entry": [ - { - "expanded": "Externally managed", - "value": "External" - } - ], - "predicate": "asset:management" - }, - { - "entry": [ - { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "asset:management" - }, - { - "entry": [ - { - "expanded": "Bangladesh", - "value": "BD" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Belgium", - "value": "BE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Burkina Faso", - "value": "BF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bulgaria", - "value": "BG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bosnia and Herzegovina", - "value": "BA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Barbados", - "value": "BB" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Wallis and Futuna Islands", - "value": "WF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Saint-Barthelemy", - "value": "BL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Brunei Darussalam", - "value": "BN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bolivia", - "value": "BO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bahrain", - "value": "BH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Burundi", - "value": "BI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Benin", - "value": "BJ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bhutan", - "value": "BT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Jamaica", - "value": "JM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bouvet Island", - "value": "BV" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Botswana", - "value": "BW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Samoa", - "value": "WS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bonaire, Saint Eustatius and Saba", - "value": "BQ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Brazil", - "value": "BR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bahamas", - "value": "BS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Jersey", - "value": "JE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Belarus", - "value": "BY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Belize", - "value": "BZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Russian Federation", - "value": "RU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Rwanda", - "value": "RW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Serbia", - "value": "RS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Timor-Leste", - "value": "TL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Reunion", - "value": "RE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Turkmenistan", - "value": "TM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Bermuda", - "value": "BM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Tajikistan", - "value": "TJ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Romania", - "value": "RO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Tokelau", - "value": "TK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Guinea-Bissau", - "value": "GW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Guam", - "value": "GU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Guatemala", - "value": "GT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "South Georgia and the South Sandwich Islands", - "value": "GS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Greece", - "value": "GR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Equatorial Guinea", - "value": "GQ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Guadeloupe", - "value": "GP" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Japan", - "value": "JP" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Guyana", - "value": "GY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Guernsey", - "value": "GG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "French Guiana", - "value": "GF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Georgia", - "value": "GE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Grenada", - "value": "GD" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "United Kingdom", - "value": "GB" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Gabon", - "value": "GA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "El Salvador", - "value": "SV" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Guinea", - "value": "GN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Gambia", - "value": "GM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Greenland", - "value": "GL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Gibraltar", - "value": "GI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Ghana", - "value": "GH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Oman", - "value": "OM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Tunisia", - "value": "TN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Jordan", - "value": "JO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Croatia", - "value": "HR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Haiti", - "value": "HT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Hungary", - "value": "HU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Hong Kong", - "value": "HK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Honduras", - "value": "HN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Heard Island and McDonal Islands", - "value": "HM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Venezuela (Bolivarian Republic of)", - "value": "VE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Puerto Rico", - "value": "PR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Palestinian Territory, Occupied", - "value": "PS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Palau", - "value": "PW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Portugal", - "value": "PT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Svalbard and Jan Mayen Islands", - "value": "SJ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Paraguay", - "value": "PY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Iraq", - "value": "IQ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Panama", - "value": "PA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "French Polynesia", - "value": "PF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Papua New Guinea", - "value": "PG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Peru", - "value": "PE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Pakistan", - "value": "PK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Philippines", - "value": "PH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Pitcairn", - "value": "PN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Poland", - "value": "PL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Saint Pierre and Miquelon", - "value": "PM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Zambia", - "value": "ZM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Western Sahara", - "value": "EH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Estonia", - "value": "EE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Egypt", - "value": "EG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "South Africa", - "value": "ZA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Ecuador", - "value": "EC" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Italy", - "value": "IT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Viet Nam", - "value": "VN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Solomon Islands", - "value": "SB" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Ethiopia", - "value": "ET" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Somalia", - "value": "SO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Zimbabwe", - "value": "ZW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Saudi Arabia", - "value": "SA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Spain", - "value": "ES" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Eritrea", - "value": "ER" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Montenegro", - "value": "ME" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Moldova, Republic of", - "value": "MD" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Madagascar", - "value": "MG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Saint Martin (French part)", - "value": "MF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Morocco", - "value": "MA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Monaco", - "value": "MC" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Uzbekistan", - "value": "UZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Myanmar", - "value": "MM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Mali", - "value": "ML" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Macao", - "value": "MO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Mongolia", - "value": "MN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Marshall Islands", - "value": "MH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Macedonia, The former Yugoslav Republic of", - "value": "MK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Mauritius", - "value": "MU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Malta", - "value": "MT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Malawi", - "value": "MW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Maldives", - "value": "MV" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Martinique", - "value": "MQ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Northern Mariana Islands", - "value": "MP" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Montserrat", - "value": "MS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Mauritania", - "value": "MR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Isle of Man", - "value": "IM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Uganda", - "value": "UG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Tanzania, United Republic of", - "value": "TZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Malaysia", - "value": "MY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Mexico", - "value": "MX" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Israel", - "value": "IL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "France", - "value": "FR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "British Virgin Islands", - "value": "IO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Saint Helena", - "value": "SH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Finland", - "value": "FI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Fiji", - "value": "FJ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Faeroe Islands", - "value": "FK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Micronesia (Federated States of)", - "value": "FM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Falkland Islands (Malvinas)", - "value": "FO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Nicaragua", - "value": "NI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Netherlands", - "value": "NL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Norway", - "value": "NO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Namibia", - "value": "NA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Vanuatu", - "value": "VU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "New Caledonia", - "value": "NC" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Niger", - "value": "NE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Norfolk Island", - "value": "NF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Nigeria", - "value": "NG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "New Zealand", - "value": "NZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Nepal", - "value": "NP" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Nauru", - "value": "NR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Niue", - "value": "NU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cook Islands", - "value": "CK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cote d'Ivoire", - "value": "CI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Switzerland", - "value": "CH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Colombia", - "value": "CO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "China", - "value": "CN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cameroon", - "value": "CM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Chile", - "value": "CL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cocos (Keeling) Islands", - "value": "CC" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Canada", - "value": "CA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Congo", - "value": "CG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Central African Republic", - "value": "CF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Congo, Democratic Republic of the", - "value": "CD" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Czech Republic", - "value": "CZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cyprus", - "value": "CY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Christmas Island", - "value": "CX" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Costa Rica", - "value": "CR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Curacao", - "value": "CW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cape Verde", - "value": "CV" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cuba", - "value": "CU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Swaziland", - "value": "SZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Syrian Arab Republic", - "value": "SY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Sint Maarten (Dutch part)", - "value": "SX" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Kyrgyzstan", - "value": "KG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Kenya", - "value": "KE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "South Sudan", - "value": "SS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Suriname", - "value": "SR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Kiribati", - "value": "KI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cambodia", - "value": "KH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Saint Kitts and Nevis", - "value": "KN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Comoros", - "value": "KM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Sao Tome and Principe", - "value": "ST" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Slovakia", - "value": "SK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Korea, Republic of", - "value": "KR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Slovenia", - "value": "SI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Korea, Democratic People's Republic of", - "value": "KP" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Kuwait", - "value": "KW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Senegal", - "value": "SN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "San Marino", - "value": "SM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Sierra Leone", - "value": "SL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Seychelles", - "value": "SC" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Kazakhstan", - "value": "KZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Cayman Islands", - "value": "KY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Singapore", - "value": "SG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Sweden", - "value": "SE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Sudan", - "value": "SD" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Dominican Republic", - "value": "DO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Dominica", - "value": "DM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Djibouti", - "value": "DJ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Denmark", - "value": "DK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "British Virgin Islands", - "value": "VG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Germany", - "value": "DE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Yemen", - "value": "YE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Algeria", - "value": "DZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "United States of America", - "value": "US" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Uruguay", - "value": "UY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Mayotte", - "value": "YT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "United States Minor Outlying Islands", - "value": "UM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Lebanon", - "value": "LB" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Saint Lucia", - "value": "LC" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Lao People's Democratic Republic", - "value": "LA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Tuvalu", - "value": "TV" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Taiwan, Province of China", - "value": "TW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Trinidad and Tobago", - "value": "TT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Turkey", - "value": "TR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Sri Lanka", - "value": "LK" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Liechtenstein", - "value": "LI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Latvia", - "value": "LV" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Tonga", - "value": "TO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Lithuania", - "value": "LT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Luxembourg", - "value": "LU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Liberia", - "value": "LR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Lesotho", - "value": "LS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Thailand", - "value": "TH" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "French Southern Territories", - "value": "TF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Togo", - "value": "TG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Chad", - "value": "TD" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Turks and Caicos Islands", - "value": "TC" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Libya", - "value": "LY" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Holy See", - "value": "VA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Saint Vincent and the Grenadines", - "value": "VC" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "United Arab Emirates", - "value": "AE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Andorra", - "value": "AD" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Antigua and Barbuda", - "value": "AG" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Afghanistan", - "value": "AF" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Anguilla", - "value": "AI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "United States Virgin Islands", - "value": "VI" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Iceland", - "value": "IS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Iran (Islamic Republic of)", - "value": "IR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Armenia", - "value": "AM" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Albania", - "value": "AL" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Angola", - "value": "AO" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Antarctica", - "value": "AQ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "American Samoa", - "value": "AS" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Argentina", - "value": "AR" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Australia", - "value": "AU" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Austria", - "value": "AT" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Aruba", - "value": "AW" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "India", - "value": "IN" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Aland Islands", - "value": "AX" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Azerbaijan", - "value": "AZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Ireland", - "value": "IE" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Indonesia", - "value": "ID" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Ukraine", - "value": "UA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Qatar", - "value": "QA" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Mozambique", - "value": "MZ" - } - ], - "predicate": "asset:country" - }, - { - "entry": [ - { - "expanded": "Externally hosted in a shared environment", - "value": "External shared" - } - ], - "predicate": "asset:hosting" - }, - { - "entry": [ - { - "expanded": "Externally hosted in a dedicated environment", - "value": "External dedicated" - } - ], - "predicate": "asset:hosting" - }, - { - "entry": [ - { - "expanded": "Not applicable", - "value": "NA" - } - ], - "predicate": "asset:hosting" - }, - { - "entry": [ - { - "expanded": "Internally hosted", - "value": "Internal" - } - ], - "predicate": "asset:hosting" - }, - { - "entry": [ - { - "expanded": "Externally hosted (unsure if dedicated or shared)", - "value": "External" - } - ], - "predicate": "asset:hosting" - }, - { - "entry": [ - { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "asset:hosting" - }, - { - "entry": [ - { - "expanded": "Hosting known but not listed", - "value": "Other" - } - ], - "predicate": "asset:hosting" - }, - { - "entry": [ - { - "expanded": "Hosted by 3rd party", - "value": "3rd party hosted" - } - ], - "predicate": "asset:governance" - }, - { - "entry": [ - { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "asset:governance" - }, - { - "entry": [ - { - "expanded": "Managed by 3rd party", - "value": "3rd party managed" - } - ], - "predicate": "asset:governance" - }, - { - "entry": [ - { - "expanded": "Owned by 3rd party", - "value": "3rd party owned" - } - ], - "predicate": "asset:governance" - }, - { - "entry": [ - { - "expanded": "Governance known but not listed", - "value": "Other" - } - ], - "predicate": "asset:governance" - }, - { - "entry": [ - { - "expanded": "The victim owns and controls the asset", - "value": "Victim governed" - } - ], - "predicate": "asset:governance" - }, - { - "entry": [ - { - "expanded": "Personally owned asset", - "value": "Personally owned" - } - ], - "predicate": "asset:governance" - }, - { - "entry": [ - { - "expanded": "Isolated internal asset", - "value": "Internally isolated" - } - ], - "predicate": "asset:governance" - }, - { - "entry": [ - { - "expanded": "Not applicable", - "value": "NA" - } - ], - "predicate": "asset:accessibility" - }, - { - "entry": [ - { - "expanded": "Internally isolated or restricted environment", - "value": "Isolated" - } - ], - "predicate": "asset:accessibility" - }, - { - "entry": [ - { - "expanded": "Internally accessible", - "value": "Internal" - } - ], - "predicate": "asset:accessibility" - }, - { - "entry": [ - { - "expanded": "Publicly accessible", - "value": "External" - } - ], - "predicate": "asset:accessibility" - }, - { - "entry": [ - { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "asset:accessibility" - }, - { - "entry": [ - { - "expanded": "Accessibility known but not listed", - "value": "Other" - } - ], - "predicate": "asset:accessibility" - }, - { - "entry": [ - { - "expanded": "Customer owned", - "value": "Customer" - } - ], - "predicate": "asset:ownership" - }, - { - "entry": [ - { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "asset:ownership" - }, - { - "entry": [ - { - "expanded": "Owner known but not listed", - "value": "Other" - } - ], - "predicate": "asset:ownership" - }, - { - "entry": [ - { - "expanded": "Victim owned", - "value": "Victim" - } - ], - "predicate": "asset:ownership" - }, - { - "entry": [ - { - "expanded": "Not applicable", - "value": "NA" - } - ], - "predicate": "asset:ownership" - }, - { - "entry": [ - { - "expanded": "Employee owned", - "value": "Employee" - } - ], - "predicate": "asset:ownership" - }, - { - "entry": [ - { - "expanded": "Partner owned", - "value": "Partner" - } - ], - "predicate": "asset:ownership" - }, - { - "entry": [ - { - "expanded": "It is known no cloud assets were involved", - "value": "NA" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "It is known that a cloud asset was involved and it being a cloud asset did not affect the outcome", - "value": "No" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "Misconfiguration or error by hosting provider", - "value": "Hosting error" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "Elevation of privilege by another customer in shared environment", - "value": "User breakout" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "The involvement of cloud assets was not measured", - "value": "Unknown" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "Penetration of another web site on shared device", - "value": "Customer attack" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "Lack of security process or procedure by hosting provider", - "value": "Hosting governance" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "Hypervisor break-out attack", - "value": "Hypervisor" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "Cloud hosting known but not listed", - "value": "Other" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "Application vulnerability in partner-developed application", - "value": "Partner application" - } - ], - "predicate": "asset:cloud" - }, - { - "entry": [ - { - "expanded": "Bangladesh", - "value": "BD" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Belgium", - "value": "BE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Burkina Faso", - "value": "BF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bulgaria", - "value": "BG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bosnia and Herzegovina", - "value": "BA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Barbados", - "value": "BB" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Wallis and Futuna Islands", - "value": "WF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Saint-Barthelemy", - "value": "BL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Brunei Darussalam", - "value": "BN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bolivia", - "value": "BO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bahrain", - "value": "BH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Burundi", - "value": "BI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Benin", - "value": "BJ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bhutan", - "value": "BT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Jamaica", - "value": "JM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bouvet Island", - "value": "BV" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Botswana", - "value": "BW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Samoa", - "value": "WS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bonaire, Saint Eustatius and Saba", - "value": "BQ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Brazil", - "value": "BR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bahamas", - "value": "BS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Jersey", - "value": "JE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Belarus", - "value": "BY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Belize", - "value": "BZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Russian Federation", - "value": "RU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Rwanda", - "value": "RW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Serbia", - "value": "RS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Timor-Leste", - "value": "TL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Reunion", - "value": "RE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Turkmenistan", - "value": "TM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Bermuda", - "value": "BM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Tajikistan", - "value": "TJ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Romania", - "value": "RO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Tokelau", - "value": "TK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Guinea-Bissau", - "value": "GW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Guam", - "value": "GU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Guatemala", - "value": "GT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "South Georgia and the South Sandwich Islands", - "value": "GS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Greece", - "value": "GR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Equatorial Guinea", - "value": "GQ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Guadeloupe", - "value": "GP" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Japan", - "value": "JP" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Guyana", - "value": "GY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Guernsey", - "value": "GG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "French Guiana", - "value": "GF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Georgia", - "value": "GE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Grenada", - "value": "GD" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "United Kingdom", - "value": "GB" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Gabon", - "value": "GA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "El Salvador", - "value": "SV" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Guinea", - "value": "GN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Gambia", - "value": "GM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Greenland", - "value": "GL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Gibraltar", - "value": "GI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Ghana", - "value": "GH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Oman", - "value": "OM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Tunisia", - "value": "TN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Jordan", - "value": "JO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Croatia", - "value": "HR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Haiti", - "value": "HT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Hungary", - "value": "HU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Hong Kong", - "value": "HK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Honduras", - "value": "HN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Heard Island and McDonal Islands", - "value": "HM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Venezuela (Bolivarian Republic of)", - "value": "VE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Puerto Rico", - "value": "PR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Palestinian Territory, Occupied", - "value": "PS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Palau", - "value": "PW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Portugal", - "value": "PT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Svalbard and Jan Mayen Islands", - "value": "SJ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Paraguay", - "value": "PY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Iraq", - "value": "IQ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Panama", - "value": "PA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "French Polynesia", - "value": "PF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Papua New Guinea", - "value": "PG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Peru", - "value": "PE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Pakistan", - "value": "PK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Philippines", - "value": "PH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Pitcairn", - "value": "PN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Poland", - "value": "PL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Saint Pierre and Miquelon", - "value": "PM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Zambia", - "value": "ZM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Western Sahara", - "value": "EH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Estonia", - "value": "EE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Egypt", - "value": "EG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "South Africa", - "value": "ZA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Ecuador", - "value": "EC" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Italy", - "value": "IT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Viet Nam", - "value": "VN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Solomon Islands", - "value": "SB" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Ethiopia", - "value": "ET" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Somalia", - "value": "SO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Zimbabwe", - "value": "ZW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Saudi Arabia", - "value": "SA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Spain", - "value": "ES" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Eritrea", - "value": "ER" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Montenegro", - "value": "ME" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Moldova, Republic of", - "value": "MD" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ - { - "expanded": "Madagascar", - "value": "MG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AG", + "expanded": "Antigua and Barbuda" + }, { - "expanded": "Saint Martin (French part)", - "value": "MF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AI", + "expanded": "Anguilla" + }, { - "expanded": "Morocco", - "value": "MA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AL", + "expanded": "Albania" + }, { - "expanded": "Monaco", - "value": "MC" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AM", + "expanded": "Armenia" + }, { - "expanded": "Uzbekistan", - "value": "UZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AO", + "expanded": "Angola" + }, { - "expanded": "Myanmar", - "value": "MM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AQ", + "expanded": "Antarctica" + }, { - "expanded": "Mali", - "value": "ML" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AR", + "expanded": "Argentina" + }, { - "expanded": "Macao", - "value": "MO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AS", + "expanded": "American Samoa" + }, { - "expanded": "Mongolia", - "value": "MN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AT", + "expanded": "Austria" + }, { - "expanded": "Marshall Islands", - "value": "MH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AU", + "expanded": "Australia" + }, { - "expanded": "Macedonia, The former Yugoslav Republic of", - "value": "MK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AW", + "expanded": "Aruba" + }, { - "expanded": "Mauritius", - "value": "MU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AX", + "expanded": "Aland Islands" + }, { - "expanded": "Malta", - "value": "MT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "AZ", + "expanded": "Azerbaijan" + }, { - "expanded": "Malawi", - "value": "MW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BA", + "expanded": "Bosnia and Herzegovina" + }, { - "expanded": "Maldives", - "value": "MV" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BB", + "expanded": "Barbados" + }, { - "expanded": "Martinique", - "value": "MQ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BD", + "expanded": "Bangladesh" + }, { - "expanded": "Northern Mariana Islands", - "value": "MP" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BE", + "expanded": "Belgium" + }, { - "expanded": "Montserrat", - "value": "MS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BF", + "expanded": "Burkina Faso" + }, { - "expanded": "Mauritania", - "value": "MR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BG", + "expanded": "Bulgaria" + }, { - "expanded": "Isle of Man", - "value": "IM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BH", + "expanded": "Bahrain" + }, { - "expanded": "Uganda", - "value": "UG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BI", + "expanded": "Burundi" + }, { - "expanded": "Tanzania, United Republic of", - "value": "TZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BJ", + "expanded": "Benin" + }, { - "expanded": "Malaysia", - "value": "MY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BL", + "expanded": "Saint-Barthelemy" + }, { - "expanded": "Mexico", - "value": "MX" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BM", + "expanded": "Bermuda" + }, { - "expanded": "Israel", - "value": "IL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BN", + "expanded": "Brunei Darussalam" + }, { - "expanded": "France", - "value": "FR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BO", + "expanded": "Bolivia" + }, { - "expanded": "British Virgin Islands", - "value": "IO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BQ", + "expanded": "Bonaire, Saint Eustatius and Saba" + }, { - "expanded": "Saint Helena", - "value": "SH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BR", + "expanded": "Brazil" + }, { - "expanded": "Finland", - "value": "FI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BS", + "expanded": "Bahamas" + }, { - "expanded": "Fiji", - "value": "FJ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BT", + "expanded": "Bhutan" + }, { - "expanded": "Faeroe Islands", - "value": "FK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BV", + "expanded": "Bouvet Island" + }, { - "expanded": "Micronesia (Federated States of)", - "value": "FM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BW", + "expanded": "Botswana" + }, { - "expanded": "Falkland Islands (Malvinas)", - "value": "FO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BY", + "expanded": "Belarus" + }, { - "expanded": "Nicaragua", - "value": "NI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "BZ", + "expanded": "Belize" + }, { - "expanded": "Netherlands", - "value": "NL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CA", + "expanded": "Canada" + }, { - "expanded": "Norway", - "value": "NO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CC", + "expanded": "Cocos (Keeling) Islands" + }, { - "expanded": "Namibia", - "value": "NA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CD", + "expanded": "Congo, Democratic Republic of the" + }, { - "expanded": "Vanuatu", - "value": "VU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CF", + "expanded": "Central African Republic" + }, { - "expanded": "New Caledonia", - "value": "NC" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CG", + "expanded": "Congo" + }, { - "expanded": "Niger", - "value": "NE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CH", + "expanded": "Switzerland" + }, { - "expanded": "Norfolk Island", - "value": "NF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CI", + "expanded": "Cote d'Ivoire" + }, { - "expanded": "Nigeria", - "value": "NG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CK", + "expanded": "Cook Islands" + }, { - "expanded": "New Zealand", - "value": "NZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CL", + "expanded": "Chile" + }, { - "expanded": "Nepal", - "value": "NP" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CM", + "expanded": "Cameroon" + }, { - "expanded": "Nauru", - "value": "NR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CN", + "expanded": "China" + }, { - "expanded": "Niue", - "value": "NU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CO", + "expanded": "Colombia" + }, { - "expanded": "Cook Islands", - "value": "CK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CR", + "expanded": "Costa Rica" + }, { - "expanded": "Cote d'Ivoire", - "value": "CI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CU", + "expanded": "Cuba" + }, { - "expanded": "Switzerland", - "value": "CH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CV", + "expanded": "Cape Verde" + }, { - "expanded": "Colombia", - "value": "CO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CW", + "expanded": "Curacao" + }, { - "expanded": "China", - "value": "CN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CX", + "expanded": "Christmas Island" + }, { - "expanded": "Cameroon", - "value": "CM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CY", + "expanded": "Cyprus" + }, { - "expanded": "Chile", - "value": "CL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "CZ", + "expanded": "Czech Republic" + }, { - "expanded": "Cocos (Keeling) Islands", - "value": "CC" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "DE", + "expanded": "Germany" + }, { - "expanded": "Canada", - "value": "CA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "DJ", + "expanded": "Djibouti" + }, { - "expanded": "Congo", - "value": "CG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "DK", + "expanded": "Denmark" + }, { - "expanded": "Central African Republic", - "value": "CF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "DM", + "expanded": "Dominica" + }, { - "expanded": "Congo, Democratic Republic of the", - "value": "CD" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "DO", + "expanded": "Dominican Republic" + }, { - "expanded": "Czech Republic", - "value": "CZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "DZ", + "expanded": "Algeria" + }, { - "expanded": "Cyprus", - "value": "CY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "EC", + "expanded": "Ecuador" + }, { - "expanded": "Christmas Island", - "value": "CX" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "EE", + "expanded": "Estonia" + }, { - "expanded": "Costa Rica", - "value": "CR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "EG", + "expanded": "Egypt" + }, { - "expanded": "Curacao", - "value": "CW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "EH", + "expanded": "Western Sahara" + }, { - "expanded": "Cape Verde", - "value": "CV" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "ER", + "expanded": "Eritrea" + }, { - "expanded": "Cuba", - "value": "CU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "ES", + "expanded": "Spain" + }, { - "expanded": "Swaziland", - "value": "SZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "ET", + "expanded": "Ethiopia" + }, { - "expanded": "Syrian Arab Republic", - "value": "SY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "FI", + "expanded": "Finland" + }, { - "expanded": "Sint Maarten (Dutch part)", - "value": "SX" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "FJ", + "expanded": "Fiji" + }, { - "expanded": "Kyrgyzstan", - "value": "KG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "FK", + "expanded": "Faeroe Islands" + }, { - "expanded": "Kenya", - "value": "KE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "FM", + "expanded": "Micronesia (Federated States of)" + }, { - "expanded": "South Sudan", - "value": "SS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "FO", + "expanded": "Falkland Islands (Malvinas)" + }, { - "expanded": "Suriname", - "value": "SR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "FR", + "expanded": "France" + }, { - "expanded": "Kiribati", - "value": "KI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GA", + "expanded": "Gabon" + }, { - "expanded": "Cambodia", - "value": "KH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GB", + "expanded": "United Kingdom" + }, { - "expanded": "Saint Kitts and Nevis", - "value": "KN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GD", + "expanded": "Grenada" + }, { - "expanded": "Comoros", - "value": "KM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GE", + "expanded": "Georgia" + }, { - "expanded": "Sao Tome and Principe", - "value": "ST" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GF", + "expanded": "French Guiana" + }, { - "expanded": "Slovakia", - "value": "SK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GG", + "expanded": "Guernsey" + }, { - "expanded": "Korea, Republic of", - "value": "KR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GH", + "expanded": "Ghana" + }, { - "expanded": "Slovenia", - "value": "SI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GI", + "expanded": "Gibraltar" + }, { - "expanded": "Korea, Democratic People's Republic of", - "value": "KP" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GL", + "expanded": "Greenland" + }, { - "expanded": "Kuwait", - "value": "KW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GM", + "expanded": "Gambia" + }, { - "expanded": "Senegal", - "value": "SN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GN", + "expanded": "Guinea" + }, { - "expanded": "San Marino", - "value": "SM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GP", + "expanded": "Guadeloupe" + }, { - "expanded": "Sierra Leone", - "value": "SL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GQ", + "expanded": "Equatorial Guinea" + }, { - "expanded": "Seychelles", - "value": "SC" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GR", + "expanded": "Greece" + }, { - "expanded": "Kazakhstan", - "value": "KZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GS", + "expanded": "South Georgia and the South Sandwich Islands" + }, { - "expanded": "Cayman Islands", - "value": "KY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GT", + "expanded": "Guatemala" + }, { - "expanded": "Singapore", - "value": "SG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GU", + "expanded": "Guam" + }, { - "expanded": "Sweden", - "value": "SE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GW", + "expanded": "Guinea-Bissau" + }, { - "expanded": "Sudan", - "value": "SD" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "GY", + "expanded": "Guyana" + }, { - "expanded": "Dominican Republic", - "value": "DO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "HK", + "expanded": "Hong Kong" + }, { - "expanded": "Dominica", - "value": "DM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "HM", + "expanded": "Heard Island and McDonal Islands" + }, { - "expanded": "Djibouti", - "value": "DJ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "HN", + "expanded": "Honduras" + }, { - "expanded": "Denmark", - "value": "DK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "HR", + "expanded": "Croatia" + }, { - "expanded": "British Virgin Islands", - "value": "VG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "HT", + "expanded": "Haiti" + }, { - "expanded": "Germany", - "value": "DE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "HU", + "expanded": "Hungary" + }, { - "expanded": "Yemen", - "value": "YE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "ID", + "expanded": "Indonesia" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IE", + "expanded": "Ireland" + }, { - "expanded": "Algeria", - "value": "DZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IL", + "expanded": "Israel" + }, { - "expanded": "United States of America", - "value": "US" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IM", + "expanded": "Isle of Man" + }, { - "expanded": "Uruguay", - "value": "UY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IN", + "expanded": "India" + }, { - "expanded": "Mayotte", - "value": "YT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IO", + "expanded": "British Virgin Islands" + }, { - "expanded": "United States Minor Outlying Islands", - "value": "UM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IQ", + "expanded": "Iraq" + }, { - "expanded": "Lebanon", - "value": "LB" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IR", + "expanded": "Iran (Islamic Republic of)" + }, { - "expanded": "Saint Lucia", - "value": "LC" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IS", + "expanded": "Iceland" + }, { - "expanded": "Lao People's Democratic Republic", - "value": "LA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "IT", + "expanded": "Italy" + }, { - "expanded": "Tuvalu", - "value": "TV" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "JE", + "expanded": "Jersey" + }, { - "expanded": "Taiwan, Province of China", - "value": "TW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "JM", + "expanded": "Jamaica" + }, { - "expanded": "Trinidad and Tobago", - "value": "TT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "JO", + "expanded": "Jordan" + }, { - "expanded": "Turkey", - "value": "TR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "JP", + "expanded": "Japan" + }, { - "expanded": "Sri Lanka", - "value": "LK" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KE", + "expanded": "Kenya" + }, { - "expanded": "Liechtenstein", - "value": "LI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KG", + "expanded": "Kyrgyzstan" + }, { - "expanded": "Latvia", - "value": "LV" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KH", + "expanded": "Cambodia" + }, { - "expanded": "Tonga", - "value": "TO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KI", + "expanded": "Kiribati" + }, { - "expanded": "Lithuania", - "value": "LT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KM", + "expanded": "Comoros" + }, { - "expanded": "Luxembourg", - "value": "LU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KN", + "expanded": "Saint Kitts and Nevis" + }, { - "expanded": "Liberia", - "value": "LR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KP", + "expanded": "Korea, Democratic People's Republic of" + }, { - "expanded": "Lesotho", - "value": "LS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KR", + "expanded": "Korea, Republic of" + }, { - "expanded": "Thailand", - "value": "TH" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KW", + "expanded": "Kuwait" + }, { - "expanded": "French Southern Territories", - "value": "TF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KY", + "expanded": "Cayman Islands" + }, { - "expanded": "Togo", - "value": "TG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "KZ", + "expanded": "Kazakhstan" + }, { - "expanded": "Chad", - "value": "TD" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LA", + "expanded": "Lao People's Democratic Republic" + }, { - "expanded": "Turks and Caicos Islands", - "value": "TC" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LB", + "expanded": "Lebanon" + }, { - "expanded": "Libya", - "value": "LY" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LC", + "expanded": "Saint Lucia" + }, { - "expanded": "Holy See", - "value": "VA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LI", + "expanded": "Liechtenstein" + }, { - "expanded": "Saint Vincent and the Grenadines", - "value": "VC" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LK", + "expanded": "Sri Lanka" + }, { - "expanded": "United Arab Emirates", - "value": "AE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LR", + "expanded": "Liberia" + }, { - "expanded": "Andorra", - "value": "AD" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LS", + "expanded": "Lesotho" + }, { - "expanded": "Antigua and Barbuda", - "value": "AG" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LT", + "expanded": "Lithuania" + }, { - "expanded": "Afghanistan", - "value": "AF" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LU", + "expanded": "Luxembourg" + }, { - "expanded": "Anguilla", - "value": "AI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LV", + "expanded": "Latvia" + }, { - "expanded": "United States Virgin Islands", - "value": "VI" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "LY", + "expanded": "Libya" + }, { - "expanded": "Iceland", - "value": "IS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MA", + "expanded": "Morocco" + }, { - "expanded": "Iran (Islamic Republic of)", - "value": "IR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MC", + "expanded": "Monaco" + }, { - "expanded": "Armenia", - "value": "AM" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MD", + "expanded": "Moldova, Republic of" + }, { - "expanded": "Albania", - "value": "AL" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "ME", + "expanded": "Montenegro" + }, { - "expanded": "Angola", - "value": "AO" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MF", + "expanded": "Saint Martin (French part)" + }, { - "expanded": "Antarctica", - "value": "AQ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MG", + "expanded": "Madagascar" + }, { - "expanded": "American Samoa", - "value": "AS" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MH", + "expanded": "Marshall Islands" + }, { - "expanded": "Argentina", - "value": "AR" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MK", + "expanded": "Macedonia, The former Yugoslav Republic of" + }, { - "expanded": "Australia", - "value": "AU" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "ML", + "expanded": "Mali" + }, { - "expanded": "Austria", - "value": "AT" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MM", + "expanded": "Myanmar" + }, { - "expanded": "Aruba", - "value": "AW" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MN", + "expanded": "Mongolia" + }, { - "expanded": "India", - "value": "IN" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MO", + "expanded": "Macao" + }, { - "expanded": "Aland Islands", - "value": "AX" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MP", + "expanded": "Northern Mariana Islands" + }, { - "expanded": "Azerbaijan", - "value": "AZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MQ", + "expanded": "Martinique" + }, { - "expanded": "Ireland", - "value": "IE" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MR", + "expanded": "Mauritania" + }, { - "expanded": "Indonesia", - "value": "ID" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MS", + "expanded": "Montserrat" + }, { - "expanded": "Ukraine", - "value": "UA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MT", + "expanded": "Malta" + }, { - "expanded": "Qatar", - "value": "QA" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MU", + "expanded": "Mauritius" + }, { - "expanded": "Mozambique", - "value": "MZ" - } - ], - "predicate": "victim:country" - }, - { - "entry": [ + "value": "MV", + "expanded": "Maldives" + }, { - "expanded": "1,001 to 10,000 employees", - "value": "1001 to 10000" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "MW", + "expanded": "Malawi" + }, { - "expanded": "Over 100,0001 employees", - "value": "Over 100000" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "MX", + "expanded": "Mexico" + }, { - "expanded": "Unknown number of employees", - "value": "Unknown" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "MY", + "expanded": "Malaysia" + }, { - "expanded": "50,001 to 100,000 employees", - "value": "50001 to 100000" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "MZ", + "expanded": "Mozambique" + }, { - "expanded": "25,001 to 50,000 employees", - "value": "25001 to 50000" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "NA", + "expanded": "Namibia" + }, { - "expanded": "101 to 1,000 employees", - "value": "101 to 1000" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "NC", + "expanded": "New Caledonia" + }, { - "expanded": "Large organizations (over 1,000 employees)", - "value": "Large" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "NE", + "expanded": "Niger" + }, { - "expanded": "10,001 to 25,000 employees", - "value": "10001 to 25000" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "NF", + "expanded": "Norfolk Island" + }, { - "expanded": "Small organizations (1,000 employees or less)", - "value": "Small" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "NG", + "expanded": "Nigeria" + }, { - "expanded": "1 to 10 employees", - "value": "1 to 10" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "NI", + "expanded": "Nicaragua" + }, { - "expanded": "11 to 100 employees", - "value": "11 to 100" - } - ], - "predicate": "victim:employee_count" - }, - { - "entry": [ + "value": "NL", + "expanded": "Netherlands" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "impact:loss:rating" - }, - { - "entry": [ + "value": "NO", + "expanded": "Norway" + }, { - "expanded": "Major", - "value": "Major" - } - ], - "predicate": "impact:loss:rating" - }, - { - "entry": [ + "value": "NP", + "expanded": "Nepal" + }, { - "expanded": "Moderate", - "value": "Moderate" - } - ], - "predicate": "impact:loss:rating" - }, - { - "entry": [ + "value": "NR", + "expanded": "Nauru" + }, { - "expanded": "None", - "value": "None" - } - ], - "predicate": "impact:loss:rating" - }, - { - "entry": [ + "value": "NU", + "expanded": "Niue" + }, { - "expanded": "Minor", - "value": "Minor" - } - ], - "predicate": "impact:loss:rating" - }, - { - "entry": [ + "value": "NZ", + "expanded": "New Zealand" + }, { - "expanded": "Legal and regulatory costs", - "value": "Legal and regulatory" - } - ], - "predicate": "impact:loss:variety" - }, - { - "entry": [ + "value": "OM", + "expanded": "Oman" + }, { - "expanded": "Asset and fraud-related losses", - "value": "Asset and fraud" - } - ], - "predicate": "impact:loss:variety" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Business disruption", - "value": "Business disruption" - } - ], - "predicate": "impact:loss:variety" - }, - { - "entry": [ + "value": "PA", + "expanded": "Panama" + }, { - "expanded": "Response and recovery costs", - "value": "Response and recovery" - } - ], - "predicate": "impact:loss:variety" - }, - { - "entry": [ + "value": "PE", + "expanded": "Peru" + }, { - "expanded": "Loss of competitive advantage", - "value": "Competitive advantage" - } - ], - "predicate": "impact:loss:variety" - }, - { - "entry": [ + "value": "PF", + "expanded": "French Polynesia" + }, { - "expanded": "Increased operating costs", - "value": "Operating costs" - } - ], - "predicate": "impact:loss:variety" - }, - { - "entry": [ + "value": "PG", + "expanded": "Papua New Guinea" + }, { - "expanded": "Impact variety known but not listed.", - "value": "Other" - } - ], - "predicate": "impact:loss:variety" - }, - { - "entry": [ + "value": "PH", + "expanded": "Philippines" + }, { - "expanded": "Brand and market damage", - "value": "Brand damage" - } - ], - "predicate": "impact:loss:variety" - }, - { - "entry": [ + "value": "PK", + "expanded": "Pakistan" + }, { - "expanded": "Never", - "value": "Never" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "PL", + "expanded": "Poland" + }, { - "expanded": "Seconds", - "value": "Seconds" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "PM", + "expanded": "Saint Pierre and Miquelon" + }, { - "expanded": "Exfiltration does not apply in the context of the security event.", - "value": "NA" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "PN", + "expanded": "Pitcairn" + }, { - "expanded": "Months", - "value": "Months" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "PR", + "expanded": "Puerto Rico" + }, { - "expanded": "Days", - "value": "Days" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "PS", + "expanded": "Palestinian Territory, Occupied" + }, { - "expanded": "Years", - "value": "Years" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "PT", + "expanded": "Portugal" + }, { - "expanded": "Hours", - "value": "Hours" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "PW", + "expanded": "Palau" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "PY", + "expanded": "Paraguay" + }, { - "expanded": "Weeks", - "value": "Weeks" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "QA", + "expanded": "Qatar" + }, { - "expanded": "Minutes", - "value": "Minutes" - } - ], - "predicate": "timeline:exfiltration:unit" - }, - { - "entry": [ + "value": "RE", + "expanded": "Reunion" + }, { - "expanded": "Never", - "value": "Never" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "RO", + "expanded": "Romania" + }, { - "expanded": "Seconds", - "value": "Seconds" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "RS", + "expanded": "Serbia" + }, { - "expanded": "Containment does not apply in the context of the security event.", - "value": "NA" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "RU", + "expanded": "Russian Federation" + }, { - "expanded": "Months", - "value": "Months" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "RW", + "expanded": "Rwanda" + }, { - "expanded": "Days", - "value": "Days" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "SA", + "expanded": "Saudi Arabia" + }, { - "expanded": "Years", - "value": "Years" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "SB", + "expanded": "Solomon Islands" + }, { - "expanded": "Hours", - "value": "Hours" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "SC", + "expanded": "Seychelles" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "SD", + "expanded": "Sudan" + }, { - "expanded": "Weeks", - "value": "Weeks" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "SE", + "expanded": "Sweden" + }, { - "expanded": "Minutes", - "value": "Minutes" - } - ], - "predicate": "timeline:containment:unit" - }, - { - "entry": [ + "value": "SG", + "expanded": "Singapore" + }, { - "expanded": "Never", - "value": "Never" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SH", + "expanded": "Saint Helena" + }, { - "expanded": "Seconds", - "value": "Seconds" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SI", + "expanded": "Slovenia" + }, { - "expanded": "Compromise does not apply in the context of the security event.", - "value": "NA" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SJ", + "expanded": "Svalbard and Jan Mayen Islands" + }, { - "expanded": "Months", - "value": "Months" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SK", + "expanded": "Slovakia" + }, { - "expanded": "Days", - "value": "Days" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SL", + "expanded": "Sierra Leone" + }, { - "expanded": "Years", - "value": "Years" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SM", + "expanded": "San Marino" + }, { - "expanded": "Hours", - "value": "Hours" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SN", + "expanded": "Senegal" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SO", + "expanded": "Somalia" + }, { - "expanded": "Weeks", - "value": "Weeks" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SR", + "expanded": "Suriname" + }, { - "expanded": "Minutes", - "value": "Minutes" - } - ], - "predicate": "timeline:compromise:unit" - }, - { - "entry": [ + "value": "SS", + "expanded": "South Sudan" + }, { - "expanded": "Never", - "value": "Never" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "ST", + "expanded": "Sao Tome and Principe" + }, { - "expanded": "Seconds", - "value": "Seconds" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "SV", + "expanded": "El Salvador" + }, { - "expanded": "Discovery does not apply in the context of the security event.", - "value": "NA" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "SX", + "expanded": "Sint Maarten (Dutch part)" + }, { - "expanded": "Months", - "value": "Months" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "SY", + "expanded": "Syrian Arab Republic" + }, { - "expanded": "Days", - "value": "Days" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "SZ", + "expanded": "Swaziland" + }, { - "expanded": "Years", - "value": "Years" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "TC", + "expanded": "Turks and Caicos Islands" + }, { - "expanded": "Hours", - "value": "Hours" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "TD", + "expanded": "Chad" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "TF", + "expanded": "French Southern Territories" + }, { - "expanded": "Weeks", - "value": "Weeks" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "TG", + "expanded": "Togo" + }, { - "expanded": "Minutes", - "value": "Minutes" - } - ], - "predicate": "timeline:discovery:unit" - }, - { - "entry": [ + "value": "TH", + "expanded": "Thailand" + }, { - "expanded": "Grudge or personal offense", - "value": "Grudge" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TJ", + "expanded": "Tajikistan" + }, { - "expanded": "Financial or personal gain", - "value": "Financial" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TK", + "expanded": "Tokelau" + }, { - "expanded": "Not Applicable (unintentional action)", - "value": "NA" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TL", + "expanded": "Timor-Leste" + }, { - "expanded": "Ideology or protest", - "value": "Ideology" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TM", + "expanded": "Turkmenistan" + }, { - "expanded": "Convenience of expediency", - "value": "Convenience" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TN", + "expanded": "Tunisia" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TO", + "expanded": "Tonga" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TR", + "expanded": "Turkey" + }, { - "expanded": "Fun, curiosity, or pride", - "value": "Fun" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TT", + "expanded": "Trinidad and Tobago" + }, { - "expanded": "Fear or duress", - "value": "Fear" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TV", + "expanded": "Tuvalu" + }, { - "expanded": "Espionage or competitive advantage", - "value": "Espionage" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TW", + "expanded": "Taiwan, Province of China" + }, { - "expanded": "Aid in a different attack", - "value": "Secondary" - } - ], - "predicate": "actor:partner:motive" - }, - { - "entry": [ + "value": "TZ", + "expanded": "Tanzania, United Republic of" + }, { - "expanded": "Bangladesh", - "value": "BD" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UA", + "expanded": "Ukraine" + }, { - "expanded": "Belgium", - "value": "BE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UG", + "expanded": "Uganda" + }, { - "expanded": "Burkina Faso", - "value": "BF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UM", + "expanded": "United States Minor Outlying Islands" + }, { - "expanded": "Bulgaria", - "value": "BG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "US", + "expanded": "United States of America" + }, { - "expanded": "Bosnia and Herzegovina", - "value": "BA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UY", + "expanded": "Uruguay" + }, { - "expanded": "Barbados", - "value": "BB" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UZ", + "expanded": "Uzbekistan" + }, { - "expanded": "Wallis and Futuna Islands", - "value": "WF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Saint-Barthelemy", - "value": "BL" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VA", + "expanded": "Holy See" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VC", + "expanded": "Saint Vincent and the Grenadines" + }, { - "expanded": "Brunei Darussalam", - "value": "BN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VE", + "expanded": "Venezuela (Bolivarian Republic of)" + }, { - "expanded": "Bolivia", - "value": "BO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VG", + "expanded": "British Virgin Islands" + }, { - "expanded": "Bahrain", - "value": "BH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VI", + "expanded": "United States Virgin Islands" + }, { - "expanded": "Burundi", - "value": "BI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VN", + "expanded": "Viet Nam" + }, { - "expanded": "Benin", - "value": "BJ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VU", + "expanded": "Vanuatu" + }, { - "expanded": "Bhutan", - "value": "BT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "WF", + "expanded": "Wallis and Futuna Islands" + }, { - "expanded": "Jamaica", - "value": "JM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "WS", + "expanded": "Samoa" + }, { - "expanded": "Bouvet Island", - "value": "BV" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "YE", + "expanded": "Yemen" + }, { - "expanded": "Botswana", - "value": "BW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "YT", + "expanded": "Mayotte" + }, { - "expanded": "Samoa", - "value": "WS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ZA", + "expanded": "South Africa" + }, { - "expanded": "Bonaire, Saint Eustatius and Saba", - "value": "BQ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ZM", + "expanded": "Zambia" + }, { - "expanded": "Brazil", - "value": "BR" + "value": "ZW", + "expanded": "Zimbabwe" } - ], - "predicate": "actor:partner:country" + ] }, { + "predicate": "asset:governance", "entry": [ { - "expanded": "Bahamas", - "value": "BS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "3rd party hosted", + "expanded": "Hosted by 3rd party" + }, { - "expanded": "Jersey", - "value": "JE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "3rd party managed", + "expanded": "Managed by 3rd party" + }, { - "expanded": "Belarus", - "value": "BY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "3rd party owned", + "expanded": "Owned by 3rd party" + }, { - "expanded": "Belize", - "value": "BZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Internally isolated", + "expanded": "Isolated internal asset" + }, { - "expanded": "Russian Federation", - "value": "RU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Governance known but not listed" + }, { - "expanded": "Rwanda", - "value": "RW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Personally owned", + "expanded": "Personally owned asset" + }, { - "expanded": "Serbia", - "value": "RS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Timor-Leste", - "value": "TL" + "value": "Victim governed", + "expanded": "The victim owns and controls the asset" } - ], - "predicate": "actor:partner:country" + ] }, { + "predicate": "asset:hosting", "entry": [ { - "expanded": "Reunion", - "value": "RE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "External", + "expanded": "Externally hosted (unsure if dedicated or shared)" + }, { - "expanded": "Turkmenistan", - "value": "TM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "External dedicated", + "expanded": "Externally hosted in a dedicated environment" + }, { - "expanded": "Bermuda", - "value": "BM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "External shared", + "expanded": "Externally hosted in a shared environment" + }, { - "expanded": "Tajikistan", - "value": "TJ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Internal", + "expanded": "Internally hosted" + }, { - "expanded": "Romania", - "value": "RO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NA", + "expanded": "Not applicable" + }, { - "expanded": "Tokelau", - "value": "TK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Hosting known but not listed" + }, { - "expanded": "Guinea-Bissau", - "value": "GW" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:partner:country" + ] }, { + "predicate": "asset:management", "entry": [ { - "expanded": "Guam", - "value": "GU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "External", + "expanded": "Externally managed" + }, { - "expanded": "Guatemala", - "value": "GT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Internal", + "expanded": "Internally managed" + }, { - "expanded": "South Georgia and the South Sandwich Islands", - "value": "GS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NA", + "expanded": "Not applicable" + }, { - "expanded": "Greece", - "value": "GR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Ownership known but not listed" + }, { - "expanded": "Equatorial Guinea", - "value": "GQ" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:partner:country" + ] }, { + "predicate": "asset:ownership", "entry": [ { - "expanded": "Guadeloupe", - "value": "GP" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Customer", + "expanded": "Customer owned" + }, { - "expanded": "Japan", - "value": "JP" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Employee", + "expanded": "Employee owned" + }, { - "expanded": "Guyana", - "value": "GY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NA", + "expanded": "Not applicable" + }, { - "expanded": "Guernsey", - "value": "GG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Owner known but not listed" + }, { - "expanded": "French Guiana", - "value": "GF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Partner", + "expanded": "Partner owned" + }, { - "expanded": "Georgia", - "value": "GE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Grenada", - "value": "GD" + "value": "Victim", + "expanded": "Victim owned" } - ], - "predicate": "actor:partner:country" + ] }, { + "predicate": "impact:iso_currency_code", "entry": [ { - "expanded": "United Kingdom", - "value": "GB" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AED", + "expanded": "AED - UAE Dirham" + }, { - "expanded": "Gabon", - "value": "GA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AFN", + "expanded": "AFN - Afghani" + }, { - "expanded": "El Salvador", - "value": "SV" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ALL", + "expanded": "ALL - Lek" + }, { - "expanded": "Guinea", - "value": "GN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AMD", + "expanded": "AMD - Armenian Dram" + }, { - "expanded": "Gambia", - "value": "GM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ANG", + "expanded": "ANG - Netherlands Antillean Guilder" + }, { - "expanded": "Greenland", - "value": "GL" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AOA", + "expanded": "AOA - Kwanza" + }, { - "expanded": "Gibraltar", - "value": "GI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ARS", + "expanded": "ARS - Argentine Peso" + }, { - "expanded": "Ghana", - "value": "GH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AUD", + "expanded": "AUD - Australian Dollar" + }, { - "expanded": "Oman", - "value": "OM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AWG", + "expanded": "AWG - Aruban Florin" + }, { - "expanded": "Tunisia", - "value": "TN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AZN", + "expanded": "AZN - Azerbaijanian Manat" + }, { - "expanded": "Jordan", - "value": "JO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BAM", + "expanded": "BAM - Convertible Mark" + }, { - "expanded": "Croatia", - "value": "HR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BBD", + "expanded": "BBD - Barbados Dollar" + }, { - "expanded": "Haiti", - "value": "HT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BDT", + "expanded": "BDT - Taka" + }, { - "expanded": "Hungary", - "value": "HU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BGN", + "expanded": "BGN - Bulgarian Lev" + }, { - "expanded": "Hong Kong", - "value": "HK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BHD", + "expanded": "BHD - Bahraini Dinar" + }, { - "expanded": "Honduras", - "value": "HN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BIF", + "expanded": "BIF - Burundi Franc" + }, { - "expanded": "Heard Island and McDonal Islands", - "value": "HM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BMD", + "expanded": "BMD - Bermudian Dollar" + }, { - "expanded": "Venezuela (Bolivarian Republic of)", - "value": "VE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BND", + "expanded": "BND - Brunei Dollar" + }, { - "expanded": "Puerto Rico", - "value": "PR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BOB", + "expanded": "BOB - Boliviano" + }, { - "expanded": "Palestinian Territory, Occupied", - "value": "PS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BRL", + "expanded": "BRL - Brazilian Real" + }, { - "expanded": "Palau", - "value": "PW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BSD", + "expanded": "BSD - Bahamian Dollar" + }, { - "expanded": "Portugal", - "value": "PT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BTN", + "expanded": "BTN - Ngultrum" + }, { - "expanded": "Svalbard and Jan Mayen Islands", - "value": "SJ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BWP", + "expanded": "BWP - Pula" + }, { - "expanded": "Paraguay", - "value": "PY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BYR", + "expanded": "BYR - Belarussian Ruble" + }, + { + "value": "BZD", + "expanded": "BZD - Belize Dollar" + }, + { + "value": "CAD", + "expanded": "CAD - Canadian Dollar" + }, + { + "value": "CDF", + "expanded": "CDF - Congolese Franc" + }, + { + "value": "CHF", + "expanded": "CHF - Swiss Franc" + }, + { + "value": "CLP", + "expanded": "CLP - Chilean Peso" + }, + { + "value": "CNY", + "expanded": "CNY - Yuan Renminbi" + }, + { + "value": "COP", + "expanded": "COP - Colombian Peso" + }, + { + "value": "CRC", + "expanded": "CRC - Costa Rican Colon" + }, + { + "value": "CUC", + "expanded": "CUC - Peso Convertible" + }, + { + "value": "CUP", + "expanded": "CUP - Cuban Peso" + }, + { + "value": "CVE", + "expanded": "CVE - Cape Verde Escudo" + }, + { + "value": "CZK", + "expanded": "CZK - Czech Koruna" + }, + { + "value": "DJF", + "expanded": "DJF - Djibouti Franc" + }, + { + "value": "DKK", + "expanded": "DKK - Danish Krone" + }, + { + "value": "DOP", + "expanded": "DOP - Dominican Peso" + }, + { + "value": "DZD", + "expanded": "DZD - Algerian Dinar" + }, + { + "value": "EGP", + "expanded": "EGP - Egyptian Pound" + }, + { + "value": "ERN", + "expanded": "ERN - Nakfa" + }, + { + "value": "ETB", + "expanded": "ETB - Ethiopian Birr" + }, + { + "value": "EUR", + "expanded": "EUR - Euro" + }, + { + "value": "FJD", + "expanded": "FJD - Fiji Dollar" + }, + { + "value": "FKP", + "expanded": "FKP - Falkland Islands Pound" + }, + { + "value": "GBP", + "expanded": "GBP - Pound Sterling" + }, + { + "value": "GEL", + "expanded": "GEL - Lari" + }, + { + "value": "GGP", + "expanded": "GGP - Guernsey pound" + }, + { + "value": "GHS", + "expanded": "GHS - Ghana Cedi" + }, + { + "value": "GIP", + "expanded": "GIP - Gibraltar Pound" + }, + { + "value": "GMD", + "expanded": "GMD - Dalasi" + }, + { + "value": "GNF", + "expanded": "GNF - Guinea Franc" + }, + { + "value": "GTQ", + "expanded": "GTQ - Quetzal" + }, + { + "value": "GYD", + "expanded": "GYD - Guyana Dollar" + }, + { + "value": "HKD", + "expanded": "HKD - Hong Kong Dollar" + }, + { + "value": "HNL", + "expanded": "HNL - Lempira" + }, + { + "value": "HRK", + "expanded": "HRK - Croatian Kuna" + }, + { + "value": "HTG", + "expanded": "HTG - Gourde" + }, + { + "value": "HUF", + "expanded": "HUF - Forint" + }, + { + "value": "IDR", + "expanded": "IDR - Rupiah" + }, + { + "value": "ILS", + "expanded": "ILS - New Israeli Sheqel" + }, + { + "value": "IMP", + "expanded": "IMP - Isle of Man Pound" + }, + { + "value": "INR", + "expanded": "INR - Indian Rupee" + }, + { + "value": "IQD", + "expanded": "IQD - Iraqi Dinar" + }, + { + "value": "IRR", + "expanded": "IRR - Iranian Rial" + }, + { + "value": "ISK", + "expanded": "ISK - Iceland Krona" + }, + { + "value": "JEP", + "expanded": "JEP - Jersey pound" + }, + { + "value": "JMD", + "expanded": "JMD - Jamaican Dollar" + }, + { + "value": "JOD", + "expanded": "JOD - Jordanian Dinar" + }, + { + "value": "JPY", + "expanded": "JPY - Yen" + }, + { + "value": "KES", + "expanded": "KES - Kenyan Shilling" + }, + { + "value": "KGS", + "expanded": "KGS - Som" + }, + { + "value": "KHR", + "expanded": "KHR - Riel" + }, + { + "value": "KMF", + "expanded": "KMF - Comoro Franc" + }, + { + "value": "KPW", + "expanded": "KPW - North Korean Won" + }, + { + "value": "KRW", + "expanded": "KRW - South Korean Won" + }, + { + "value": "KWD", + "expanded": "KWD - Kuwaiti Dinar" + }, + { + "value": "KYD", + "expanded": "KYD - Cayman Islands Dollar" + }, + { + "value": "KZT", + "expanded": "KZT - Tenge" + }, + { + "value": "LAK", + "expanded": "LAK - Kip" + }, + { + "value": "LBP", + "expanded": "LBP - Lebanese Pound" + }, + { + "value": "LKR", + "expanded": "LKR - Sri Lanka Rupee" + }, + { + "value": "LRD", + "expanded": "LRD - Liberian Dollar" + }, { - "expanded": "Iraq", - "value": "IQ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "LSL", + "expanded": "LSL - Loti" + }, { - "expanded": "Panama", - "value": "PA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "LTL", + "expanded": "LTL - Lithuanian Litas" + }, { - "expanded": "French Polynesia", - "value": "PF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "LVL", + "expanded": "LVL - Latvian Lats" + }, { - "expanded": "Papua New Guinea", - "value": "PG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "LYD", + "expanded": "LYD - Libyan Dinar" + }, { - "expanded": "Peru", - "value": "PE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MAD", + "expanded": "MAD - Moroccan Dirham" + }, { - "expanded": "Pakistan", - "value": "PK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MDL", + "expanded": "MDL - Moldovan Leu" + }, { - "expanded": "Philippines", - "value": "PH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MGA", + "expanded": "MGA - Malagasy Ariary" + }, { - "expanded": "Pitcairn", - "value": "PN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MKD", + "expanded": "MKD - Denar" + }, { - "expanded": "Poland", - "value": "PL" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MMK", + "expanded": "MMK - Kyat" + }, { - "expanded": "Saint Pierre and Miquelon", - "value": "PM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MNT", + "expanded": "MNT - Tugrik" + }, { - "expanded": "Zambia", - "value": "ZM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MOP", + "expanded": "MOP - Pataca" + }, { - "expanded": "Western Sahara", - "value": "EH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MRO", + "expanded": "MRO - Ouguiya" + }, { - "expanded": "Estonia", - "value": "EE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MUR", + "expanded": "MUR - Mauritius Rupee" + }, { - "expanded": "Egypt", - "value": "EG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MVR", + "expanded": "MVR - Rufiyaa" + }, { - "expanded": "South Africa", - "value": "ZA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MWK", + "expanded": "MWK - Kwacha" + }, { - "expanded": "Ecuador", - "value": "EC" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MXN", + "expanded": "MXN - Mexican Peso" + }, { - "expanded": "Italy", - "value": "IT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MYR", + "expanded": "MYR - Malaysian Ringgit" + }, { - "expanded": "Viet Nam", - "value": "VN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "MZN", + "expanded": "MZN - Mozambique Metical" + }, { - "expanded": "Solomon Islands", - "value": "SB" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NAD", + "expanded": "NAD - Namibia Dollar" + }, { - "expanded": "Ethiopia", - "value": "ET" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NGN", + "expanded": "NGN - Naira" + }, { - "expanded": "Somalia", - "value": "SO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NIO", + "expanded": "NIO - Cordoba Oro" + }, { - "expanded": "Zimbabwe", - "value": "ZW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NOK", + "expanded": "NOK - Norwegian Krone" + }, { - "expanded": "Saudi Arabia", - "value": "SA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NPR", + "expanded": "NPR - Nepalese Rupee" + }, { - "expanded": "Spain", - "value": "ES" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "NZD", + "expanded": "NZD - New Zealand Dollar" + }, { - "expanded": "Eritrea", - "value": "ER" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "OMR", + "expanded": "OMR - Rial Omani" + }, { - "expanded": "Montenegro", - "value": "ME" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "PAB", + "expanded": "PAB - Balboa" + }, { - "expanded": "Moldova, Republic of", - "value": "MD" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "PEN", + "expanded": "PEN - Nuevo Sol" + }, { - "expanded": "Madagascar", - "value": "MG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "PGK", + "expanded": "PGK - Kina" + }, { - "expanded": "Saint Martin (French part)", - "value": "MF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "PHP", + "expanded": "PHP - Philippine Peso" + }, { - "expanded": "Morocco", - "value": "MA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "PKR", + "expanded": "PKR - Pakistan Rupee" + }, { - "expanded": "Monaco", - "value": "MC" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "PLN", + "expanded": "PLN - Zloty" + }, { - "expanded": "Uzbekistan", - "value": "UZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "PYG", + "expanded": "PYG - Guarani" + }, { - "expanded": "Myanmar", - "value": "MM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "QAR", + "expanded": "QAR - Qatari Rial" + }, { - "expanded": "Mali", - "value": "ML" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "RON", + "expanded": "RON - New Romanian Leu" + }, { - "expanded": "Macao", - "value": "MO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "RSD", + "expanded": "RSD - Serbian Dinar" + }, { - "expanded": "Mongolia", - "value": "MN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "RUB", + "expanded": "RUB - Russian Ruble" + }, { - "expanded": "Marshall Islands", - "value": "MH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "RWF", + "expanded": "RWF - Rwanda Franc" + }, { - "expanded": "Macedonia, The former Yugoslav Republic of", - "value": "MK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SAR", + "expanded": "SAR - Saudi Riyal" + }, { - "expanded": "Mauritius", - "value": "MU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SBD", + "expanded": "SBD - Solomon Islands Dollar" + }, { - "expanded": "Malta", - "value": "MT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SCR", + "expanded": "SCR - Seychelles Rupee" + }, { - "expanded": "Malawi", - "value": "MW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SDG", + "expanded": "SDG - Sudanese Pound" + }, { - "expanded": "Maldives", - "value": "MV" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SEK", + "expanded": "SEK - Swedish Krona" + }, { - "expanded": "Martinique", - "value": "MQ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SGD", + "expanded": "SGD - Singapore Dollar" + }, { - "expanded": "Northern Mariana Islands", - "value": "MP" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SHP", + "expanded": "SHP - Saint Helena Pound" + }, { - "expanded": "Montserrat", - "value": "MS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SLL", + "expanded": "SLL - Leone" + }, { - "expanded": "Mauritania", - "value": "MR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SOS", + "expanded": "SOS - Somali Shilling" + }, { - "expanded": "Isle of Man", - "value": "IM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SPL", + "expanded": "SPL - Seborga Luigino" + }, { - "expanded": "Uganda", - "value": "UG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SRD", + "expanded": "SRD - Surinam Dollar" + }, { - "expanded": "Tanzania, United Republic of", - "value": "TZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "STD", + "expanded": "STD - Dobra" + }, { - "expanded": "Malaysia", - "value": "MY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SVC", + "expanded": "SVC - El Salvador Colon" + }, { - "expanded": "Mexico", - "value": "MX" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SYP", + "expanded": "SYP - Syrian Pound" + }, { - "expanded": "Israel", - "value": "IL" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "SZL", + "expanded": "SZL - Lilangeni" + }, { - "expanded": "France", - "value": "FR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "THB", + "expanded": "THB - Baht" + }, { - "expanded": "British Virgin Islands", - "value": "IO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TJS", + "expanded": "TJS - Somoni" + }, { - "expanded": "Saint Helena", - "value": "SH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TMT", + "expanded": "TMT - Turkmenistan New Manat" + }, { - "expanded": "Finland", - "value": "FI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TND", + "expanded": "TND - Tunisian Dinar" + }, { - "expanded": "Fiji", - "value": "FJ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TOP", + "expanded": "TOP - Pa'anga" + }, { - "expanded": "Faeroe Islands", - "value": "FK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TRY", + "expanded": "TRY - Turkish Lira" + }, { - "expanded": "Micronesia (Federated States of)", - "value": "FM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TTD", + "expanded": "TTD - Trinidad and Tobago Dollar" + }, { - "expanded": "Falkland Islands (Malvinas)", - "value": "FO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TVD", + "expanded": "TVD - Tuvalu Dollar" + }, { - "expanded": "Nicaragua", - "value": "NI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TWD", + "expanded": "TWD - New Taiwan Dollar" + }, { - "expanded": "Netherlands", - "value": "NL" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "TZS", + "expanded": "TZS - Tanzanian Shilling" + }, { - "expanded": "Norway", - "value": "NO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UAH", + "expanded": "UAH - Hryvnia" + }, { - "expanded": "Namibia", - "value": "NA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UGX", + "expanded": "UGX - Uganda Shilling" + }, { - "expanded": "Vanuatu", - "value": "VU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "USD", + "expanded": "USD - US Dollar" + }, { - "expanded": "New Caledonia", - "value": "NC" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UYU", + "expanded": "UYU - Peso Uruguayo" + }, { - "expanded": "Niger", - "value": "NE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "UZS", + "expanded": "UZS - Uzbekistan Sum" + }, { - "expanded": "Norfolk Island", - "value": "NF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VEF", + "expanded": "VEF - Bolivar " + }, { - "expanded": "Nigeria", - "value": "NG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VND", + "expanded": "VND - Dong" + }, { - "expanded": "New Zealand", - "value": "NZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "VUV", + "expanded": "VUV - Vatu" + }, { - "expanded": "Nepal", - "value": "NP" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "WST", + "expanded": "WST - Tala" + }, { - "expanded": "Nauru", - "value": "NR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "XAF", + "expanded": "XAF - CFA Franc BEAC" + }, { - "expanded": "Niue", - "value": "NU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "XCD", + "expanded": "XCD - East Caribbean Dollar" + }, { - "expanded": "Cook Islands", - "value": "CK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "XDR", + "expanded": "XDR - SDR (Special Drawing Right)" + }, { - "expanded": "Cote d'Ivoire", - "value": "CI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "XOF", + "expanded": "XOF - CFA Franc BCEAO" + }, { - "expanded": "Switzerland", - "value": "CH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "XPF", + "expanded": "XPF - CFP Franc" + }, { - "expanded": "Colombia", - "value": "CO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "YER", + "expanded": "YER - Yemeni Rial" + }, { - "expanded": "China", - "value": "CN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ZAR", + "expanded": "ZAR - South African Rand" + }, { - "expanded": "Cameroon", - "value": "CM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ZMK", + "expanded": "ZMK - Zambian Kwacha" + }, { - "expanded": "Chile", - "value": "CL" + "value": "ZWD", + "expanded": "ZWD - Zimbabwean Dollar A/06" } - ], - "predicate": "actor:partner:country" + ] }, { + "predicate": "impact:overall_rating", "entry": [ { - "expanded": "Cocos (Keeling) Islands", - "value": "CC" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Catastrophic", + "expanded": "Catastrophic: A business-ending event (don't choose this if the victim will continue operations)" + }, { - "expanded": "Canada", - "value": "CA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Damaging", + "expanded": "Damaging: Real and serious effect on the \"bottom line\" and/or long-term ability to generate revenue" + }, { - "expanded": "Congo", - "value": "CG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Distracting", + "expanded": "Distracting: Limited \"hard costs\", but impact felt through having to deal with the incident rather than conducting normal duties" + }, { - "expanded": "Central African Republic", - "value": "CF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Insignificant", + "expanded": "Insignificant: Impact absorbed by normal activities" + }, { - "expanded": "Congo, Democratic Republic of the", - "value": "CD" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "Painful", + "expanded": "Painful: Moderate \"hard costs\", and impact felt through having to deal with the incident rather than conducting normal duties has quantifiable indirect costs" + }, { - "expanded": "Czech Republic", - "value": "CZ" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:partner:country" + ] }, { + "predicate": "victim:country", "entry": [ { - "expanded": "Cyprus", - "value": "CY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AD", + "expanded": "Andorra" + }, { - "expanded": "Christmas Island", - "value": "CX" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AE", + "expanded": "United Arab Emirates" + }, { - "expanded": "Costa Rica", - "value": "CR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AF", + "expanded": "Afghanistan" + }, { - "expanded": "Curacao", - "value": "CW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AG", + "expanded": "Antigua and Barbuda" + }, { - "expanded": "Cape Verde", - "value": "CV" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AI", + "expanded": "Anguilla" + }, { - "expanded": "Cuba", - "value": "CU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AL", + "expanded": "Albania" + }, { - "expanded": "Swaziland", - "value": "SZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AM", + "expanded": "Armenia" + }, { - "expanded": "Syrian Arab Republic", - "value": "SY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AO", + "expanded": "Angola" + }, { - "expanded": "Sint Maarten (Dutch part)", - "value": "SX" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AQ", + "expanded": "Antarctica" + }, { - "expanded": "Kyrgyzstan", - "value": "KG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AR", + "expanded": "Argentina" + }, { - "expanded": "Kenya", - "value": "KE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AS", + "expanded": "American Samoa" + }, { - "expanded": "South Sudan", - "value": "SS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AT", + "expanded": "Austria" + }, { - "expanded": "Suriname", - "value": "SR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AU", + "expanded": "Australia" + }, { - "expanded": "Kiribati", - "value": "KI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AW", + "expanded": "Aruba" + }, { - "expanded": "Cambodia", - "value": "KH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AX", + "expanded": "Aland Islands" + }, { - "expanded": "Saint Kitts and Nevis", - "value": "KN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "AZ", + "expanded": "Azerbaijan" + }, { - "expanded": "Comoros", - "value": "KM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BA", + "expanded": "Bosnia and Herzegovina" + }, { - "expanded": "Sao Tome and Principe", - "value": "ST" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BB", + "expanded": "Barbados" + }, { - "expanded": "Slovakia", - "value": "SK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BD", + "expanded": "Bangladesh" + }, { - "expanded": "Korea, Republic of", - "value": "KR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BE", + "expanded": "Belgium" + }, { - "expanded": "Slovenia", - "value": "SI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BF", + "expanded": "Burkina Faso" + }, { - "expanded": "Korea, Democratic People's Republic of", - "value": "KP" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BG", + "expanded": "Bulgaria" + }, { - "expanded": "Kuwait", - "value": "KW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BH", + "expanded": "Bahrain" + }, { - "expanded": "Senegal", - "value": "SN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BI", + "expanded": "Burundi" + }, { - "expanded": "San Marino", - "value": "SM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BJ", + "expanded": "Benin" + }, { - "expanded": "Sierra Leone", - "value": "SL" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BL", + "expanded": "Saint-Barthelemy" + }, { - "expanded": "Seychelles", - "value": "SC" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BM", + "expanded": "Bermuda" + }, { - "expanded": "Kazakhstan", - "value": "KZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BN", + "expanded": "Brunei Darussalam" + }, { - "expanded": "Cayman Islands", - "value": "KY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BO", + "expanded": "Bolivia" + }, { - "expanded": "Singapore", - "value": "SG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BQ", + "expanded": "Bonaire, Saint Eustatius and Saba" + }, { - "expanded": "Sweden", - "value": "SE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BR", + "expanded": "Brazil" + }, { - "expanded": "Sudan", - "value": "SD" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BS", + "expanded": "Bahamas" + }, { - "expanded": "Dominican Republic", - "value": "DO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BT", + "expanded": "Bhutan" + }, { - "expanded": "Dominica", - "value": "DM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BV", + "expanded": "Bouvet Island" + }, { - "expanded": "Djibouti", - "value": "DJ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BW", + "expanded": "Botswana" + }, { - "expanded": "Denmark", - "value": "DK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BY", + "expanded": "Belarus" + }, { - "expanded": "British Virgin Islands", - "value": "VG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "BZ", + "expanded": "Belize" + }, { - "expanded": "Germany", - "value": "DE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CA", + "expanded": "Canada" + }, { - "expanded": "Yemen", - "value": "YE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CC", + "expanded": "Cocos (Keeling) Islands" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CD", + "expanded": "Congo, Democratic Republic of the" + }, { - "expanded": "Algeria", - "value": "DZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CF", + "expanded": "Central African Republic" + }, { - "expanded": "United States of America", - "value": "US" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CG", + "expanded": "Congo" + }, { - "expanded": "Uruguay", - "value": "UY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CH", + "expanded": "Switzerland" + }, { - "expanded": "Mayotte", - "value": "YT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CI", + "expanded": "Cote d'Ivoire" + }, { - "expanded": "United States Minor Outlying Islands", - "value": "UM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CK", + "expanded": "Cook Islands" + }, { - "expanded": "Lebanon", - "value": "LB" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CL", + "expanded": "Chile" + }, { - "expanded": "Saint Lucia", - "value": "LC" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CM", + "expanded": "Cameroon" + }, { - "expanded": "Lao People's Democratic Republic", - "value": "LA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CN", + "expanded": "China" + }, { - "expanded": "Tuvalu", - "value": "TV" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CO", + "expanded": "Colombia" + }, { - "expanded": "Taiwan, Province of China", - "value": "TW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CR", + "expanded": "Costa Rica" + }, { - "expanded": "Trinidad and Tobago", - "value": "TT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CU", + "expanded": "Cuba" + }, { - "expanded": "Turkey", - "value": "TR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CV", + "expanded": "Cape Verde" + }, { - "expanded": "Sri Lanka", - "value": "LK" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CW", + "expanded": "Curacao" + }, { - "expanded": "Liechtenstein", - "value": "LI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CX", + "expanded": "Christmas Island" + }, { - "expanded": "Latvia", - "value": "LV" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CY", + "expanded": "Cyprus" + }, { - "expanded": "Tonga", - "value": "TO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "CZ", + "expanded": "Czech Republic" + }, { - "expanded": "Lithuania", - "value": "LT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "DE", + "expanded": "Germany" + }, { - "expanded": "Luxembourg", - "value": "LU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "DJ", + "expanded": "Djibouti" + }, { - "expanded": "Liberia", - "value": "LR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "DK", + "expanded": "Denmark" + }, { - "expanded": "Lesotho", - "value": "LS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "DM", + "expanded": "Dominica" + }, { - "expanded": "Thailand", - "value": "TH" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "DO", + "expanded": "Dominican Republic" + }, { - "expanded": "French Southern Territories", - "value": "TF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "DZ", + "expanded": "Algeria" + }, { - "expanded": "Togo", - "value": "TG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "EC", + "expanded": "Ecuador" + }, { - "expanded": "Chad", - "value": "TD" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "EE", + "expanded": "Estonia" + }, { - "expanded": "Turks and Caicos Islands", - "value": "TC" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "EG", + "expanded": "Egypt" + }, { - "expanded": "Libya", - "value": "LY" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "EH", + "expanded": "Western Sahara" + }, { - "expanded": "Holy See", - "value": "VA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ER", + "expanded": "Eritrea" + }, { - "expanded": "Saint Vincent and the Grenadines", - "value": "VC" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ES", + "expanded": "Spain" + }, { - "expanded": "United Arab Emirates", - "value": "AE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "ET", + "expanded": "Ethiopia" + }, { - "expanded": "Andorra", - "value": "AD" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "FI", + "expanded": "Finland" + }, { - "expanded": "Antigua and Barbuda", - "value": "AG" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "FJ", + "expanded": "Fiji" + }, { - "expanded": "Afghanistan", - "value": "AF" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "FK", + "expanded": "Faeroe Islands" + }, { - "expanded": "Anguilla", - "value": "AI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "FM", + "expanded": "Micronesia (Federated States of)" + }, { - "expanded": "United States Virgin Islands", - "value": "VI" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "FO", + "expanded": "Falkland Islands (Malvinas)" + }, { - "expanded": "Iceland", - "value": "IS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "FR", + "expanded": "France" + }, { - "expanded": "Iran (Islamic Republic of)", - "value": "IR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GA", + "expanded": "Gabon" + }, { - "expanded": "Armenia", - "value": "AM" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GB", + "expanded": "United Kingdom" + }, { - "expanded": "Albania", - "value": "AL" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GD", + "expanded": "Grenada" + }, { - "expanded": "Angola", - "value": "AO" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GE", + "expanded": "Georgia" + }, { - "expanded": "Antarctica", - "value": "AQ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GF", + "expanded": "French Guiana" + }, { - "expanded": "American Samoa", - "value": "AS" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GG", + "expanded": "Guernsey" + }, { - "expanded": "Argentina", - "value": "AR" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GH", + "expanded": "Ghana" + }, { - "expanded": "Australia", - "value": "AU" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GI", + "expanded": "Gibraltar" + }, { - "expanded": "Austria", - "value": "AT" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GL", + "expanded": "Greenland" + }, { - "expanded": "Aruba", - "value": "AW" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GM", + "expanded": "Gambia" + }, { - "expanded": "India", - "value": "IN" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GN", + "expanded": "Guinea" + }, { - "expanded": "Aland Islands", - "value": "AX" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GP", + "expanded": "Guadeloupe" + }, { - "expanded": "Azerbaijan", - "value": "AZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GQ", + "expanded": "Equatorial Guinea" + }, { - "expanded": "Ireland", - "value": "IE" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GR", + "expanded": "Greece" + }, { - "expanded": "Indonesia", - "value": "ID" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GS", + "expanded": "South Georgia and the South Sandwich Islands" + }, { - "expanded": "Ukraine", - "value": "UA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GT", + "expanded": "Guatemala" + }, { - "expanded": "Qatar", - "value": "QA" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GU", + "expanded": "Guam" + }, { - "expanded": "Mozambique", - "value": "MZ" - } - ], - "predicate": "actor:partner:country" - }, - { - "entry": [ + "value": "GW", + "expanded": "Guinea-Bissau" + }, { - "expanded": "Grudge or personal offense", - "value": "Grudge" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "GY", + "expanded": "Guyana" + }, { - "expanded": "Financial or personal gain", - "value": "Financial" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "HK", + "expanded": "Hong Kong" + }, { - "expanded": "Not Applicable (unintentional action)", - "value": "NA" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "HM", + "expanded": "Heard Island and McDonal Islands" + }, { - "expanded": "Ideology or protest", - "value": "Ideology" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "HN", + "expanded": "Honduras" + }, { - "expanded": "Convenience of expediency", - "value": "Convenience" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "HR", + "expanded": "Croatia" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "HT", + "expanded": "Haiti" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "HU", + "expanded": "Hungary" + }, { - "expanded": "Fun, curiosity, or pride", - "value": "Fun" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "ID", + "expanded": "Indonesia" + }, { - "expanded": "Fear or duress", - "value": "Fear" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "IE", + "expanded": "Ireland" + }, { - "expanded": "Espionage or competitive advantage", - "value": "Espionage" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "IL", + "expanded": "Israel" + }, { - "expanded": "Aid in a different attack", - "value": "Secondary" - } - ], - "predicate": "actor:internal:motive" - }, - { - "entry": [ + "value": "IM", + "expanded": "Isle of Man" + }, { - "expanded": "Lateral move", - "value": "Lateral move" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "IN", + "expanded": "India" + }, { - "expanded": "Fired, laid off, or let go", - "value": "Let go" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "IO", + "expanded": "British Virgin Islands" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "IQ", + "expanded": "Iraq" + }, { - "expanded": "Personal issues", - "value": "Personal issues" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "IR", + "expanded": "Iran (Islamic Republic of)" + }, { - "expanded": "Recent poor job evaluation", - "value": "Job eval" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "IS", + "expanded": "Iceland" + }, { - "expanded": "Recently reprimanded", - "value": "Reprimanded" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "IT", + "expanded": "Italy" + }, { - "expanded": "Recently hired", - "value": "Hired" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "JE", + "expanded": "Jersey" + }, { - "expanded": "Recently passed over for promotion", - "value": "Passed over" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "JM", + "expanded": "Jamaica" + }, { - "expanded": "Recently demoted or hours reduced", - "value": "Demoted" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "JO", + "expanded": "Jordan" + }, { - "expanded": "Recently promoted", - "value": "Promoted" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "JP", + "expanded": "Japan" + }, { - "expanded": "Preparing to resign or recently resigned", - "value": "Resigned" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "KE", + "expanded": "Kenya" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "actor:internal:job_change" - }, - { - "entry": [ + "value": "KG", + "expanded": "Kyrgyzstan" + }, { - "expanded": "End-user or regular employee", - "value": "End-user" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KH", + "expanded": "Cambodia" + }, { - "expanded": "Human resources staff", - "value": "Human resources" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KI", + "expanded": "Kiribati" + }, { - "expanded": "Finance or accounting staff", - "value": "Finance" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KM", + "expanded": "Comoros" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KN", + "expanded": "Saint Kitts and Nevis" + }, { - "expanded": "Helpdesk staff", - "value": "Helpdesk" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KP", + "expanded": "Korea, Democratic People's Republic of" + }, { - "expanded": "Executive or upper management", - "value": "Executive" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KR", + "expanded": "Korea, Republic of" + }, { - "expanded": "Cashier, teller, or waiter", - "value": "Cashier" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KW", + "expanded": "Kuwait" + }, { - "expanded": "Manager or supervisor", - "value": "Manager" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KY", + "expanded": "Cayman Islands" + }, { - "expanded": "A doctor or a nurse", - "value": "Doctor or nurse" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "KZ", + "expanded": "Kazakhstan" + }, { - "expanded": "Security guard", - "value": "Guard" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "LA", + "expanded": "Lao People's Democratic Republic" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "LB", + "expanded": "Lebanon" + }, { - "expanded": "Auditor", - "value": "Auditor" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "LC", + "expanded": "Saint Lucia" + }, { - "expanded": "Maintenance or janitorial staff", - "value": "Maintenance" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "LI", + "expanded": "Liechtenstein" + }, { - "expanded": "Call center staff", - "value": "Call center" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "LK", + "expanded": "Sri Lanka" + }, { - "expanded": "System or network administrator", - "value": "System admin" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "LR", + "expanded": "Liberia" + }, { - "expanded": "Software developer", - "value": "Developer" - } - ], - "predicate": "actor:internal:variety" - }, - { - "entry": [ + "value": "LS", + "expanded": "Lesotho" + }, { - "expanded": "Grudge or personal offense", - "value": "Grudge" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "LT", + "expanded": "Lithuania" + }, { - "expanded": "Financial or personal gain", - "value": "Financial" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "LU", + "expanded": "Luxembourg" + }, { - "expanded": "Not Applicable (unintentional action)", - "value": "NA" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "LV", + "expanded": "Latvia" + }, { - "expanded": "Ideology or protest", - "value": "Ideology" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "LY", + "expanded": "Libya" + }, { - "expanded": "Convenience of expediency", - "value": "Convenience" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "MA", + "expanded": "Morocco" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "MC", + "expanded": "Monaco" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "MD", + "expanded": "Moldova, Republic of" + }, { - "expanded": "Fun, curiosity, or pride", - "value": "Fun" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "ME", + "expanded": "Montenegro" + }, { - "expanded": "Fear or duress", - "value": "Fear" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "MF", + "expanded": "Saint Martin (French part)" + }, { - "expanded": "Espionage or competitive advantage", - "value": "Espionage" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "MG", + "expanded": "Madagascar" + }, { - "expanded": "Aid in a different attack", - "value": "Secondary" - } - ], - "predicate": "actor:external:motive" - }, - { - "entry": [ + "value": "MH", + "expanded": "Marshall Islands" + }, { - "expanded": "Bangladesh", - "value": "BD" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MK", + "expanded": "Macedonia, The former Yugoslav Republic of" + }, { - "expanded": "Belgium", - "value": "BE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "ML", + "expanded": "Mali" + }, { - "expanded": "Burkina Faso", - "value": "BF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MM", + "expanded": "Myanmar" + }, { - "expanded": "Bulgaria", - "value": "BG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MN", + "expanded": "Mongolia" + }, { - "expanded": "Bosnia and Herzegovina", - "value": "BA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MO", + "expanded": "Macao" + }, { - "expanded": "Barbados", - "value": "BB" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MP", + "expanded": "Northern Mariana Islands" + }, { - "expanded": "Wallis and Futuna Islands", - "value": "WF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MQ", + "expanded": "Martinique" + }, { - "expanded": "Saint-Barthelemy", - "value": "BL" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MR", + "expanded": "Mauritania" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MS", + "expanded": "Montserrat" + }, { - "expanded": "Brunei Darussalam", - "value": "BN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MT", + "expanded": "Malta" + }, { - "expanded": "Bolivia", - "value": "BO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MU", + "expanded": "Mauritius" + }, { - "expanded": "Bahrain", - "value": "BH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MV", + "expanded": "Maldives" + }, { - "expanded": "Burundi", - "value": "BI" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MW", + "expanded": "Malawi" + }, { - "expanded": "Benin", - "value": "BJ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MX", + "expanded": "Mexico" + }, { - "expanded": "Bhutan", - "value": "BT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MY", + "expanded": "Malaysia" + }, { - "expanded": "Jamaica", - "value": "JM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MZ", + "expanded": "Mozambique" + }, { - "expanded": "Bouvet Island", - "value": "BV" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NA", + "expanded": "Namibia" + }, { - "expanded": "Botswana", - "value": "BW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NC", + "expanded": "New Caledonia" + }, { - "expanded": "Samoa", - "value": "WS" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NE", + "expanded": "Niger" + }, { - "expanded": "Bonaire, Saint Eustatius and Saba", - "value": "BQ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NF", + "expanded": "Norfolk Island" + }, { - "expanded": "Brazil", - "value": "BR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NG", + "expanded": "Nigeria" + }, { - "expanded": "Bahamas", - "value": "BS" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NI", + "expanded": "Nicaragua" + }, { - "expanded": "Jersey", - "value": "JE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NL", + "expanded": "Netherlands" + }, { - "expanded": "Belarus", - "value": "BY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NO", + "expanded": "Norway" + }, { - "expanded": "Belize", - "value": "BZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NP", + "expanded": "Nepal" + }, { - "expanded": "Russian Federation", - "value": "RU" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NR", + "expanded": "Nauru" + }, { - "expanded": "Rwanda", - "value": "RW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NU", + "expanded": "Niue" + }, { - "expanded": "Serbia", - "value": "RS" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "NZ", + "expanded": "New Zealand" + }, { - "expanded": "Timor-Leste", - "value": "TL" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "OM", + "expanded": "Oman" + }, { - "expanded": "Reunion", - "value": "RE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Turkmenistan", - "value": "TM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PA", + "expanded": "Panama" + }, { - "expanded": "Bermuda", - "value": "BM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PE", + "expanded": "Peru" + }, { - "expanded": "Tajikistan", - "value": "TJ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PF", + "expanded": "French Polynesia" + }, { - "expanded": "Romania", - "value": "RO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PG", + "expanded": "Papua New Guinea" + }, { - "expanded": "Tokelau", - "value": "TK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PH", + "expanded": "Philippines" + }, { - "expanded": "Guinea-Bissau", - "value": "GW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PK", + "expanded": "Pakistan" + }, { - "expanded": "Guam", - "value": "GU" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PL", + "expanded": "Poland" + }, { - "expanded": "Guatemala", - "value": "GT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PM", + "expanded": "Saint Pierre and Miquelon" + }, { - "expanded": "South Georgia and the South Sandwich Islands", - "value": "GS" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PN", + "expanded": "Pitcairn" + }, { - "expanded": "Greece", - "value": "GR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PR", + "expanded": "Puerto Rico" + }, { - "expanded": "Equatorial Guinea", - "value": "GQ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PS", + "expanded": "Palestinian Territory, Occupied" + }, { - "expanded": "Guadeloupe", - "value": "GP" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PT", + "expanded": "Portugal" + }, { - "expanded": "Japan", - "value": "JP" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PW", + "expanded": "Palau" + }, { - "expanded": "Guyana", - "value": "GY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "PY", + "expanded": "Paraguay" + }, { - "expanded": "Guernsey", - "value": "GG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "QA", + "expanded": "Qatar" + }, { - "expanded": "French Guiana", - "value": "GF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "RE", + "expanded": "Reunion" + }, { - "expanded": "Georgia", - "value": "GE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "RO", + "expanded": "Romania" + }, { - "expanded": "Grenada", - "value": "GD" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "RS", + "expanded": "Serbia" + }, { - "expanded": "United Kingdom", - "value": "GB" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "RU", + "expanded": "Russian Federation" + }, { - "expanded": "Gabon", - "value": "GA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "RW", + "expanded": "Rwanda" + }, { - "expanded": "El Salvador", - "value": "SV" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SA", + "expanded": "Saudi Arabia" + }, { - "expanded": "Guinea", - "value": "GN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SB", + "expanded": "Solomon Islands" + }, { - "expanded": "Gambia", - "value": "GM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SC", + "expanded": "Seychelles" + }, { - "expanded": "Greenland", - "value": "GL" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SD", + "expanded": "Sudan" + }, { - "expanded": "Gibraltar", - "value": "GI" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SE", + "expanded": "Sweden" + }, { - "expanded": "Ghana", - "value": "GH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SG", + "expanded": "Singapore" + }, { - "expanded": "Oman", - "value": "OM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SH", + "expanded": "Saint Helena" + }, { - "expanded": "Tunisia", - "value": "TN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SI", + "expanded": "Slovenia" + }, { - "expanded": "Jordan", - "value": "JO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SJ", + "expanded": "Svalbard and Jan Mayen Islands" + }, { - "expanded": "Croatia", - "value": "HR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SK", + "expanded": "Slovakia" + }, { - "expanded": "Haiti", - "value": "HT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SL", + "expanded": "Sierra Leone" + }, { - "expanded": "Hungary", - "value": "HU" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SM", + "expanded": "San Marino" + }, { - "expanded": "Hong Kong", - "value": "HK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SN", + "expanded": "Senegal" + }, { - "expanded": "Honduras", - "value": "HN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SO", + "expanded": "Somalia" + }, { - "expanded": "Heard Island and McDonal Islands", - "value": "HM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SR", + "expanded": "Suriname" + }, { - "expanded": "Venezuela (Bolivarian Republic of)", - "value": "VE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SS", + "expanded": "South Sudan" + }, { - "expanded": "Puerto Rico", - "value": "PR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "ST", + "expanded": "Sao Tome and Principe" + }, { - "expanded": "Palestinian Territory, Occupied", - "value": "PS" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SV", + "expanded": "El Salvador" + }, { - "expanded": "Palau", - "value": "PW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SX", + "expanded": "Sint Maarten (Dutch part)" + }, { - "expanded": "Portugal", - "value": "PT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SY", + "expanded": "Syrian Arab Republic" + }, { - "expanded": "Svalbard and Jan Mayen Islands", - "value": "SJ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SZ", + "expanded": "Swaziland" + }, { - "expanded": "Paraguay", - "value": "PY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TC", + "expanded": "Turks and Caicos Islands" + }, { - "expanded": "Iraq", - "value": "IQ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TD", + "expanded": "Chad" + }, { - "expanded": "Panama", - "value": "PA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TF", + "expanded": "French Southern Territories" + }, { - "expanded": "French Polynesia", - "value": "PF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TG", + "expanded": "Togo" + }, { - "expanded": "Papua New Guinea", - "value": "PG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TH", + "expanded": "Thailand" + }, { - "expanded": "Peru", - "value": "PE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TJ", + "expanded": "Tajikistan" + }, { - "expanded": "Pakistan", - "value": "PK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TK", + "expanded": "Tokelau" + }, { - "expanded": "Philippines", - "value": "PH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TL", + "expanded": "Timor-Leste" + }, { - "expanded": "Pitcairn", - "value": "PN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TM", + "expanded": "Turkmenistan" + }, { - "expanded": "Poland", - "value": "PL" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TN", + "expanded": "Tunisia" + }, { - "expanded": "Saint Pierre and Miquelon", - "value": "PM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TO", + "expanded": "Tonga" + }, { - "expanded": "Zambia", - "value": "ZM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TR", + "expanded": "Turkey" + }, { - "expanded": "Western Sahara", - "value": "EH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TT", + "expanded": "Trinidad and Tobago" + }, { - "expanded": "Estonia", - "value": "EE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TV", + "expanded": "Tuvalu" + }, { - "expanded": "Egypt", - "value": "EG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TW", + "expanded": "Taiwan, Province of China" + }, { - "expanded": "South Africa", - "value": "ZA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "TZ", + "expanded": "Tanzania, United Republic of" + }, { - "expanded": "Ecuador", - "value": "EC" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "UA", + "expanded": "Ukraine" + }, { - "expanded": "Italy", - "value": "IT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "UG", + "expanded": "Uganda" + }, { - "expanded": "Viet Nam", - "value": "VN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "UM", + "expanded": "United States Minor Outlying Islands" + }, { - "expanded": "Solomon Islands", - "value": "SB" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "US", + "expanded": "United States of America" + }, { - "expanded": "Ethiopia", - "value": "ET" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "UY", + "expanded": "Uruguay" + }, { - "expanded": "Somalia", - "value": "SO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "UZ", + "expanded": "Uzbekistan" + }, { - "expanded": "Zimbabwe", - "value": "ZW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Saudi Arabia", - "value": "SA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "VA", + "expanded": "Holy See" + }, { - "expanded": "Spain", - "value": "ES" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "VC", + "expanded": "Saint Vincent and the Grenadines" + }, { - "expanded": "Eritrea", - "value": "ER" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "VE", + "expanded": "Venezuela (Bolivarian Republic of)" + }, { - "expanded": "Montenegro", - "value": "ME" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "VG", + "expanded": "British Virgin Islands" + }, { - "expanded": "Moldova, Republic of", - "value": "MD" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "VI", + "expanded": "United States Virgin Islands" + }, { - "expanded": "Madagascar", - "value": "MG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "VN", + "expanded": "Viet Nam" + }, { - "expanded": "Saint Martin (French part)", - "value": "MF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "VU", + "expanded": "Vanuatu" + }, { - "expanded": "Morocco", - "value": "MA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "WF", + "expanded": "Wallis and Futuna Islands" + }, { - "expanded": "Monaco", - "value": "MC" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "WS", + "expanded": "Samoa" + }, { - "expanded": "Uzbekistan", - "value": "UZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "YE", + "expanded": "Yemen" + }, { - "expanded": "Myanmar", - "value": "MM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "YT", + "expanded": "Mayotte" + }, { - "expanded": "Mali", - "value": "ML" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "ZA", + "expanded": "South Africa" + }, { - "expanded": "Macao", - "value": "MO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "ZM", + "expanded": "Zambia" + }, { - "expanded": "Mongolia", - "value": "MN" + "value": "ZW", + "expanded": "Zimbabwe" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "victim:employee_count", "entry": [ { - "expanded": "Marshall Islands", - "value": "MH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "1 to 10", + "expanded": "1 to 10 employees" + }, { - "expanded": "Macedonia, The former Yugoslav Republic of", - "value": "MK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "10001 to 25000", + "expanded": "10,001 to 25,000 employees" + }, { - "expanded": "Mauritius", - "value": "MU" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "1001 to 10000", + "expanded": "1,001 to 10,000 employees" + }, { - "expanded": "Malta", - "value": "MT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "101 to 1000", + "expanded": "101 to 1,000 employees" + }, { - "expanded": "Malawi", - "value": "MW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "11 to 100", + "expanded": "11 to 100 employees" + }, { - "expanded": "Maldives", - "value": "MV" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "25001 to 50000", + "expanded": "25,001 to 50,000 employees" + }, { - "expanded": "Martinique", - "value": "MQ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "50001 to 100000", + "expanded": "50,001 to 100,000 employees" + }, { - "expanded": "Northern Mariana Islands", - "value": "MP" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Large", + "expanded": "Large organizations (over 1,000 employees)" + }, { - "expanded": "Montserrat", - "value": "MS" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Over 100000", + "expanded": "Over 100,0001 employees" + }, { - "expanded": "Mauritania", - "value": "MR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Small", + "expanded": "Small organizations (1,000 employees or less)" + }, { - "expanded": "Isle of Man", - "value": "IM" + "value": "Unknown", + "expanded": "Unknown number of employees" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:environmental:variety", "entry": [ { - "expanded": "Uganda", - "value": "UG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Deterioration", + "expanded": "Deterioration and degradation" + }, { - "expanded": "Tanzania, United Republic of", - "value": "TZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "EMI", + "expanded": "Electromagnetic interference (EMI)" + }, { - "expanded": "Malaysia", - "value": "MY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "ESD", + "expanded": "Electrostatic discharge (ESD)" + }, { - "expanded": "Mexico", - "value": "MX" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Earthquake", + "expanded": "Earthquake" + }, { - "expanded": "Israel", - "value": "IL" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Fire", + "expanded": "Fire" + }, { - "expanded": "France", - "value": "FR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Flood", + "expanded": "Flood" + }, { - "expanded": "British Virgin Islands", - "value": "IO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Hazmat", + "expanded": "Hazardous material" + }, { - "expanded": "Saint Helena", - "value": "SH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Humidity", + "expanded": "Humidity" + }, { - "expanded": "Finland", - "value": "FI" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Hurricane", + "expanded": "Hurricane" + }, { - "expanded": "Fiji", - "value": "FJ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Ice", + "expanded": "Ice and snow" + }, { - "expanded": "Faeroe Islands", - "value": "FK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Landslide", + "expanded": "Landslide" + }, { - "expanded": "Micronesia (Federated States of)", - "value": "FM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Leak", + "expanded": "Water leak" + }, { - "expanded": "Falkland Islands (Malvinas)", - "value": "FO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Lightning", + "expanded": "Lightning" + }, { - "expanded": "Nicaragua", - "value": "NI" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Meteorite", + "expanded": "Meteorite" + }, { - "expanded": "Netherlands", - "value": "NL" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Norway", - "value": "NO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Particulates", + "expanded": "Particulate matter (e.g., dust, smoke)" + }, { - "expanded": "Namibia", - "value": "NA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Pathogen", + "expanded": "Pathogen" + }, { - "expanded": "Vanuatu", - "value": "VU" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Power failure", + "expanded": "Power failure or fluctuation" + }, { - "expanded": "New Caledonia", - "value": "NC" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Temperature", + "expanded": "Extreme temperature" + }, { - "expanded": "Niger", - "value": "NE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Tornado", + "expanded": "Tornado" + }, { - "expanded": "Norfolk Island", - "value": "NF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Tsunami", + "expanded": "Tsunami" + }, { - "expanded": "Nigeria", - "value": "NG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "New Zealand", - "value": "NZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Vermin", + "expanded": "Vermin" + }, { - "expanded": "Nepal", - "value": "NP" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Volcano", + "expanded": "Volcanic eruption" + }, { - "expanded": "Nauru", - "value": "NR" + "value": "Wind", + "expanded": "Wind" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:error:variety", "entry": [ { - "expanded": "Niue", - "value": "NU" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Capacity shortage", + "expanded": "Poor capacity planning" + }, { - "expanded": "Cook Islands", - "value": "CK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Classification error", + "expanded": "Classification or labeling error" + }, { - "expanded": "Cote d'Ivoire", - "value": "CI" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Data entry error", + "expanded": "Data entry error" + }, { - "expanded": "Switzerland", - "value": "CH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Disposal error", + "expanded": "Disposal error" + }, { - "expanded": "Colombia", - "value": "CO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Gaffe", + "expanded": "Gaffe (social or verbal slip)" + }, { - "expanded": "China", - "value": "CN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Loss", + "expanded": "Loss or misplacement" + }, { - "expanded": "Cameroon", - "value": "CM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Maintenance error", + "expanded": "Maintenance error" + }, { - "expanded": "Chile", - "value": "CL" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Malfunction", + "expanded": "Technical malfunction or glitch" + }, { - "expanded": "Cocos (Keeling) Islands", - "value": "CC" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Misconfiguration", + "expanded": "Misconfiguration" + }, { - "expanded": "Canada", - "value": "CA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Misdelivery", + "expanded": "Misdelivery (send wrong info or to wrong recipient)" + }, { - "expanded": "Congo", - "value": "CG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Misinformation", + "expanded": "Misinformation (unintentionally giving false info)" + }, { - "expanded": "Central African Republic", - "value": "CF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Omission", + "expanded": "Omission (something intended, but not done)" + }, { - "expanded": "Congo, Democratic Republic of the", - "value": "CD" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Czech Republic", - "value": "CZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Physical accidents", + "expanded": "Physical accidents (e.g., drops, bumps, spills)" + }, { - "expanded": "Cyprus", - "value": "CY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Programming error", + "expanded": "Programming error (flaws or bugs in custom code)" + }, { - "expanded": "Christmas Island", - "value": "CX" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Publishing error", + "expanded": "Publishing error (private info to public doc or site)" + }, { - "expanded": "Costa Rica", - "value": "CR" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:error:vector", "entry": [ { - "expanded": "Curacao", - "value": "CW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Carelessness", + "expanded": "Carelessness" + }, { - "expanded": "Cape Verde", - "value": "CV" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Inadequate personnel", + "expanded": "Inadequate or insufficient personnel" + }, { - "expanded": "Cuba", - "value": "CU" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Inadequate processes", + "expanded": "Inadequate or insufficient processes" + }, { - "expanded": "Swaziland", - "value": "SZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Inadequate technology", + "expanded": "Inadequate or insufficient technology resources" + }, { - "expanded": "Syrian Arab Republic", - "value": "SY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Sint Maarten (Dutch part)", - "value": "SX" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Random error", + "expanded": "Random error (no reason, no fault)" + }, { - "expanded": "Kyrgyzstan", - "value": "KG" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:hacking:result", "entry": [ { - "expanded": "Kenya", - "value": "KE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Elevate", + "expanded": "The hacking action resulted in additional permissions" + }, { - "expanded": "South Sudan", - "value": "SS" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Exfiltrate", + "expanded": "The hacking action exfiltrated data from the victim" + }, { - "expanded": "Suriname", - "value": "SR" + "value": "Infiltrate", + "expanded": "The hacking action infiltrated the victim" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:hacking:variety", "entry": [ { - "expanded": "Kiribati", - "value": "KI" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Abuse of functionality", + "expanded": "Abuse of functionality" + }, { - "expanded": "Cambodia", - "value": "KH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Brute force", + "expanded": "Brute force or password guessing attacks" + }, { - "expanded": "Saint Kitts and Nevis", - "value": "KN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Buffer overflow", + "expanded": "Buffer overflow" + }, { - "expanded": "Comoros", - "value": "KM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "CSRF", + "expanded": "Cross-site request forgery" + }, { - "expanded": "Sao Tome and Principe", - "value": "ST" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Cache poisoning", + "expanded": "Cache poisoning" + }, { - "expanded": "Slovakia", - "value": "SK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Cryptanalysis", + "expanded": "Cryptanalysis" + }, { - "expanded": "Korea, Republic of", - "value": "KR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "DoS", + "expanded": "Denial of service" + }, { - "expanded": "Slovenia", - "value": "SI" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Footprinting", + "expanded": "Footprinting and fingerprinting" + }, { - "expanded": "Korea, Democratic People's Republic of", - "value": "KP" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Forced browsing", + "expanded": "Forced browsing or predictable resource location" + }, { - "expanded": "Kuwait", - "value": "KW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Format string attack", + "expanded": "Format string attack" + }, { - "expanded": "Senegal", - "value": "SN" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Fuzz testing", + "expanded": "Fuzz testing" + }, { - "expanded": "San Marino", - "value": "SM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "HTTP Response Splitting", + "expanded": "HTTP Response Splitting" + }, { - "expanded": "Sierra Leone", - "value": "SL" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "HTTP request smuggling", + "expanded": "HTTP request smuggling" + }, { - "expanded": "Seychelles", - "value": "SC" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "HTTP request splitting", + "expanded": "HTTP request splitting" + }, { - "expanded": "Kazakhstan", - "value": "KZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "HTTP response smuggling", + "expanded": "HTTP response smuggling" + }, { - "expanded": "Cayman Islands", - "value": "KY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Integer overflows", + "expanded": "Integer overflows" + }, { - "expanded": "Singapore", - "value": "SG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "LDAP injection", + "expanded": "LDAP injection" + }, { - "expanded": "Sweden", - "value": "SE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Mail command injection", + "expanded": "Mail command injection" + }, { - "expanded": "Sudan", - "value": "SD" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "MitM", + "expanded": "Man-in-the-middle attack" + }, { - "expanded": "Dominican Republic", - "value": "DO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Null byte injection", + "expanded": "Null byte injection" + }, { - "expanded": "Dominica", - "value": "DM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "OS commanding", + "expanded": "OS commanding" + }, { - "expanded": "Djibouti", - "value": "DJ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Offline cracking", + "expanded": "Offline password or key cracking (e.g., rainbow tables, Hashcat, JtR)" + }, { - "expanded": "Denmark", - "value": "DK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "British Virgin Islands", - "value": "VG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Pass-the-hash", + "expanded": "Pass-the-hash" + }, { - "expanded": "Germany", - "value": "DE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Path traversal", + "expanded": "Path traversal" + }, { - "expanded": "Yemen", - "value": "YE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "RFI", + "expanded": "Remote file inclusion" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Reverse engineering", + "expanded": "Reverse engineering" + }, { - "expanded": "Algeria", - "value": "DZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Routing detour", + "expanded": "Routing detour" + }, { - "expanded": "United States of America", - "value": "US" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SQLi", + "expanded": "SQL injection" + }, { - "expanded": "Uruguay", - "value": "UY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "SSI injection", + "expanded": "SSI injection" + }, { - "expanded": "Mayotte", - "value": "YT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Session fixation", + "expanded": "Session fixation" + }, { - "expanded": "United States Minor Outlying Islands", - "value": "UM" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Session prediction", + "expanded": "Credential or session prediction" + }, { - "expanded": "Lebanon", - "value": "LB" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Session replay", + "expanded": "Session replay" + }, { - "expanded": "Saint Lucia", - "value": "LC" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Soap array abuse", + "expanded": "Soap array abuse" + }, { - "expanded": "Lao People's Democratic Republic", - "value": "LA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Special element injection", + "expanded": "Special element injection" + }, { - "expanded": "Tuvalu", - "value": "TV" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "URL redirector abuse", + "expanded": "URL redirector abuse" + }, { - "expanded": "Taiwan, Province of China", - "value": "TW" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Trinidad and Tobago", - "value": "TT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Use of backdoor or C2", + "expanded": "Use of Backdoor or C2 channel" + }, { - "expanded": "Turkey", - "value": "TR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Use of stolen creds", + "expanded": "Use of stolen authentication credentials" + }, { - "expanded": "Sri Lanka", - "value": "LK" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Virtual machine escape", + "expanded": "Virtual machine escape" + }, { - "expanded": "Liechtenstein", - "value": "LI" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "XML attribute blowup", + "expanded": "XML attribute blowup" + }, { - "expanded": "Latvia", - "value": "LV" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "XML entity expansion", + "expanded": "XML entity expansion" + }, { - "expanded": "Tonga", - "value": "TO" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "XML external entities", + "expanded": "XML external entities" + }, { - "expanded": "Lithuania", - "value": "LT" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "XML injection", + "expanded": "XML injection" + }, { - "expanded": "Luxembourg", - "value": "LU" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "XPath injection", + "expanded": "XPath injection" + }, { - "expanded": "Liberia", - "value": "LR" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "XQuery injection", + "expanded": "XQuery injection" + }, { - "expanded": "Lesotho", - "value": "LS" + "value": "XSS", + "expanded": "Cross-site scripting" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:hacking:vector", "entry": [ { - "expanded": "Thailand", - "value": "TH" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "3rd party desktop", + "expanded": "3rd party online desktop sharing (LogMeIn, Go2Assist)" + }, { - "expanded": "French Southern Territories", - "value": "TF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Backdoor or C2", + "expanded": "Backdoor or command and control channel" + }, { - "expanded": "Togo", - "value": "TG" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Command shell", + "expanded": "Remote shell" + }, { - "expanded": "Chad", - "value": "TD" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Desktop sharing", + "expanded": "Graphical desktop sharing (RDP, VNC, PCAnywhere, Citrix)" + }, { - "expanded": "Turks and Caicos Islands", - "value": "TC" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Desktop sharing software", + "expanded": "Superset of 'Desktop sharing' and '3rd party desktop'. Please use in place of the other two" + }, { - "expanded": "Libya", - "value": "LY" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Holy See", - "value": "VA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Partner", + "expanded": "Partner connection or credential" + }, { - "expanded": "Saint Vincent and the Grenadines", - "value": "VC" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Physical access", + "expanded": "Physical access or connection (i.e., at keyboard or via cable) " + }, { - "expanded": "United Arab Emirates", - "value": "AE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Andorra", - "value": "AD" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "VPN", + "expanded": "VPN" + }, { - "expanded": "Antigua and Barbuda", - "value": "AG" + "value": "Web application", + "expanded": "Web application" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:malware:result", "entry": [ { - "expanded": "Afghanistan", - "value": "AF" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "Elevate", + "expanded": "The malware action resulted in additional permissions" + }, { - "expanded": "Anguilla", - "value": "AI" + "value": "Exfiltrate", + "expanded": "The malware action exfiltrated data from the victim" + }, + { + "value": "Infiltrate", + "expanded": "The malware action infiltrated the victim" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:malware:variety", "entry": [ { - "expanded": "United States Virgin Islands", - "value": "VI" + "value": "Adminware", + "expanded": "System or network utilities (e.g., PsTools, Netcat)" + }, + { + "value": "Adware", + "expanded": "Adware" + }, + { + "value": "Backdoor", + "expanded": "Backdoor (enable remote access)" + }, + { + "value": "Brute force", + "expanded": "Brute force attack" + }, + { + "value": "C2", + "expanded": "Command and control (C2)" + }, + { + "value": "Capture app data", + "expanded": "Capture data from application or system process" + }, + { + "value": "Capture stored data", + "expanded": "Capture data stored on system disk" + }, + { + "value": "Click fraud", + "expanded": "Click fraud or Bitcoin mining" + }, + { + "value": "Client-side attack", + "expanded": "Client-side or browser attack (e.g., redirection, XSS, MitB)" + }, + { + "value": "Destroy data", + "expanded": "Destroy or corrupt stored data" + }, + { + "value": "Disable controls", + "expanded": "Disable or interfere with security controls" + }, + { + "value": "DoS", + "expanded": "DoS attack" + }, + { + "value": "Downloader", + "expanded": "Downloader (pull updates or other malware) " + }, + { + "value": "Exploit vuln", + "expanded": "Exploit vulnerability in code (vs misconfig or weakness)" + }, + { + "value": "Export data", + "expanded": "Export data to another site or system" + }, + { + "value": "Modify data", + "expanded": "Malware which compromises a legitimate file rather than creating new filess" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "Packet sniffer", + "expanded": "Packet sniffer (capture data from network)" + }, + { + "value": "Password dumper", + "expanded": "Password dumper (extract credential hashes)" + }, + { + "value": "Ram scraper", + "expanded": "Ram scraper or memory parser (capture data from volatile memory)" + }, + { + "value": "Ransomware", + "expanded": "Ransomware (encrypt or seize stored data)" + }, + { + "value": "Rootkit", + "expanded": "Rootkit (maintain local privileges and stealth)" + }, + { + "value": "SQL injection", + "expanded": "SQL injection attack" + }, + { + "value": "Scan network", + "expanded": "Scan or footprint network" + }, + { + "value": "Spam", + "expanded": "Send spam" + }, + { + "value": "Spyware/Keylogger", + "expanded": "Spyware, keylogger or form-grabber (capture user input or activity)" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Worm", + "expanded": "Worm (propagate to other systems or devices)" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:malware:vector", "entry": [ { - "expanded": "Iceland", - "value": "IS" + "value": "Direct install", + "expanded": "Directly installed or inserted by threat agent (after system access)" + }, + { + "value": "Download by malware", + "expanded": "Downloaded and installed by local malware" + }, + { + "value": "Email attachment", + "expanded": "Email via user-executed attachment" + }, + { + "value": "Email autoexecute", + "expanded": "Email via automatic execution" + }, + { + "value": "Email link", + "expanded": "Email via embedded link" + }, + { + "value": "Email unknown", + "expanded": "Email but sub-variety (attachment, autoexecute, link, etc) not known" + }, + { + "value": "Instant messaging", + "expanded": "Instant Messaging" + }, + { + "value": "Network propagation", + "expanded": "Network propagation" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "Remote injection", + "expanded": "Remotely injected by agent (i.e. via SQLi)" + }, + { + "value": "Removable media", + "expanded": "Removable storage media or devices" + }, + { + "value": "Software update", + "expanded": "Included in automated software update" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Web download", + "expanded": "Web via user-executed or downloaded content" + }, + { + "value": "Web drive-by", + "expanded": "Web via auto-executed or \"drive-by\" infection" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:misuse:result", "entry": [ { - "expanded": "Iran (Islamic Republic of)", - "value": "IR" + "value": "Elevate", + "expanded": "The misuse action resulted in additional permissions" + }, + { + "value": "Exfiltrate", + "expanded": "The misuse action exfiltrated data from the victim" + }, + { + "value": "Infiltrate", + "expanded": "The misuse action infiltrated the victim" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:misuse:variety", "entry": [ { - "expanded": "Armenia", - "value": "AM" + "value": "Data mishandling", + "expanded": "Handling of data in an unapproved manner" + }, + { + "value": "Email misuse", + "expanded": "Inappropriate use of email or IM" + }, + { + "value": "Illicit content", + "expanded": "Storage or distribution of illicit content" + }, + { + "value": "Knowledge abuse", + "expanded": "Abuse of private or entrusted knowledge" + }, + { + "value": "Net misuse", + "expanded": "Inappropriate use of network or Web access" + }, + { + "value": "Other", + "expanded": " Other" + }, + { + "value": "Possession abuse", + "expanded": "Abuse of physical access to asset" + }, + { + "value": "Privilege abuse", + "expanded": "Abuse of system access privileges" + }, + { + "value": "Unapproved hardware", + "expanded": "Use of unapproved hardware or devices" + }, + { + "value": "Unapproved software", + "expanded": "Use of unapproved software or services" + }, + { + "value": "Unapproved workaround", + "expanded": "Unapproved workaround or shortcut" + }, + { + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:misuse:vector", "entry": [ { - "expanded": "Albania", - "value": "AL" + "value": "LAN access", + "expanded": "Local network access within corporate facility" + }, + { + "value": "Non-corporate", + "expanded": "Non-corporate facilities or networks" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "Physical access", + "expanded": "Physical access within corporate facility" + }, + { + "value": "Remote access", + "expanded": "Remote access connection to corporate network (i.e. VPN)" + }, + { + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:physical:result", "entry": [ { - "expanded": "Angola", - "value": "AO" + "value": "Elevate", + "expanded": "The physical action resulted in additional permissions" + }, + { + "value": "Exfiltrate", + "expanded": "The physical action exfiltrated data from the victim" + }, + { + "value": "Infiltrate", + "expanded": "The physical action infiltrated the victim" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:physical:variety", "entry": [ { - "expanded": "Antarctica", - "value": "AQ" + "value": "Assault", + "expanded": "Assault (threats or acts of physical violence)" + }, + { + "value": "Bypassed controls", + "expanded": "Bypassed physical barriers or controls" + }, + { + "value": "Connection", + "expanded": "Connection" + }, + { + "value": "Destruction", + "expanded": "Destruction (deliberate damaging or disabling)" + }, + { + "value": "Disabled controls", + "expanded": "Disabled physical barriers or controls" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "Skimmer", + "expanded": "Installing card skimming device" + }, + { + "value": "Snooping", + "expanded": "Snooping (sneak about to gain info or access)" + }, + { + "value": "Surveillance", + "expanded": "Surveillance (monitoring and observation)" + }, + { + "value": "Tampering", + "expanded": "Tampering (alter physical form or function)" + }, + { + "value": "Theft", + "expanded": "Theft (taking assets without permission)" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Wiretapping", + "expanded": "Wiretapping (Physical tap to comms line)" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:physical:vector", "entry": [ { - "expanded": "American Samoa", - "value": "AS" + "value": "Other", + "expanded": "Other" + }, + { + "value": "Partner facility", + "expanded": "Partner facility or area" + }, + { + "value": "Partner vehicle", + "expanded": "Partner vehicle (e.g., delivery truck)" + }, + { + "value": "Personal residence", + "expanded": "Personal residence" + }, + { + "value": "Personal vehicle", + "expanded": "Personal vehicle" + }, + { + "value": "Privileged access", + "expanded": "Held privileged access to location" + }, + { + "value": "Public facility", + "expanded": "Public facility or area" + }, + { + "value": "Public vehicle", + "expanded": "Public vehicle (e.g., plane, taxi)" + }, + { + "value": "Uncontrolled location", + "expanded": "The location was uncontrolled (public)" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Victim grounds", + "expanded": "Victim outdoor grounds" + }, + { + "value": "Victim public area", + "expanded": "Victim public or customer area (e.g., lobby, storefront)" + }, + { + "value": "Victim secure area", + "expanded": "Victim high security area (e.g., server room, R&D labs)" + }, + { + "value": "Victim work area", + "expanded": "Victim private or work area (e.g., office space)" + }, + { + "value": "Visitor privileges", + "expanded": "Given temporary visitor access" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:social:result", "entry": [ { - "expanded": "Argentina", - "value": "AR" + "value": "Elevate", + "expanded": "The social action resulted in additional permissions" + }, + { + "value": "Exfiltrate", + "expanded": "The social action exfiltrated data from the victim" + }, + { + "value": "Infiltrate", + "expanded": "The social action infiltrated the victim" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:social:target", "entry": [ { - "expanded": "Australia", - "value": "AU" + "value": "Auditor", + "expanded": "Auditor" + }, + { + "value": "Call center", + "expanded": "Call center staff" + }, + { + "value": "Cashier", + "expanded": "Cashier, teller or waiter" + }, + { + "value": "Customer", + "expanded": "Customer (B2C)" + }, + { + "value": "Developer", + "expanded": "Software developer" + }, + { + "value": "End-user", + "expanded": "End-user or regular employee" + }, + { + "value": "Executive", + "expanded": "Executive or upper management" + }, + { + "value": "Finance", + "expanded": "Finance or accounting staff" + }, + { + "value": "Former employee", + "expanded": "Former employee" + }, + { + "value": "Guard", + "expanded": "Security guard" + }, + { + "value": "Helpdesk", + "expanded": "Helpdesk staff" + }, + { + "value": "Human resources", + "expanded": "Human resources staff" + }, + { + "value": "Maintenance", + "expanded": "Maintenance or janitorial staff" + }, + { + "value": "Manager", + "expanded": "Manager or supervisor" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "Partner", + "expanded": "Partner (B2B)" + }, + { + "value": "System admin", + "expanded": "System or network administrator" + }, + { + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:social:variety", "entry": [ { - "expanded": "Austria", - "value": "AT" + "value": "Baiting", + "expanded": "Baiting (planting infected media)" + }, + { + "value": "Bribery", + "expanded": "Bribery or solicitation" + }, + { + "value": "Elicitation", + "expanded": "Elicitation (subtle extraction of info through conversation)" + }, + { + "value": "Extortion", + "expanded": "Extortion or blackmail" + }, + { + "value": "Forgery", + "expanded": "Forgery or counterfeiting (fake hardware, software, documents, etc)" + }, + { + "value": "Influence", + "expanded": "Influence tactics (Leveraging authority or obligation, framing, etc)" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "Phishing", + "expanded": "Phishing (or any type of *ishing)" + }, + { + "value": "Pretexting", + "expanded": "Pretexting (dialogue leveraging invented scenario)" + }, + { + "value": "Propaganda", + "expanded": "Propaganda or disinformation" + }, + { + "value": "Scam", + "expanded": "Online scam or hoax (e.g., scareware, 419 scam, auction fraud)" + }, + { + "value": "Spam", + "expanded": "Spam (unsolicited or undesired email and advertisements)" + }, + { + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:social:vector", "entry": [ { - "expanded": "Aruba", - "value": "AW" + "value": "Documents", + "expanded": "Documents" + }, + { + "value": "Email", + "expanded": "Email" + }, + { + "value": "IM", + "expanded": "Instant messaging" + }, + { + "value": "In-person", + "expanded": "In-person" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "Phone", + "expanded": "Phone" + }, + { + "value": "Removable media", + "expanded": "Removable storage media" + }, + { + "value": "SMS", + "expanded": "SMS or texting" + }, + { + "value": "Social media", + "expanded": "Social media or networking" + }, + { + "value": "Software", + "expanded": "Software" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Website", + "expanded": "Website" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "action:unknown:result", "entry": [ { - "expanded": "India", - "value": "IN" + "value": "Elevate", + "expanded": "The hacking action resulted in additional permissions" + }, + { + "value": "Exfiltrate", + "expanded": "The hacking action exfiltrated data from the victim" + }, + { + "value": "Infiltrate", + "expanded": "The hacking action infiltrated the victim" } - ], - "predicate": "actor:external:country" + ] }, { + "predicate": "actor:external:country", "entry": [ { - "expanded": "Aland Islands", - "value": "AX" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "AD", + "expanded": "Andorra" + }, + { + "value": "AE", + "expanded": "United Arab Emirates" + }, + { + "value": "AF", + "expanded": "Afghanistan" + }, + { + "value": "AG", + "expanded": "Antigua and Barbuda" + }, + { + "value": "AI", + "expanded": "Anguilla" + }, + { + "value": "AL", + "expanded": "Albania" + }, + { + "value": "AM", + "expanded": "Armenia" + }, + { + "value": "AO", + "expanded": "Angola" + }, + { + "value": "AQ", + "expanded": "Antarctica" + }, + { + "value": "AR", + "expanded": "Argentina" + }, + { + "value": "AS", + "expanded": "American Samoa" + }, + { + "value": "AT", + "expanded": "Austria" + }, + { + "value": "AU", + "expanded": "Australia" + }, + { + "value": "AW", + "expanded": "Aruba" + }, + { + "value": "AX", + "expanded": "Aland Islands" + }, + { + "value": "AZ", + "expanded": "Azerbaijan" + }, + { + "value": "BA", + "expanded": "Bosnia and Herzegovina" + }, + { + "value": "BB", + "expanded": "Barbados" + }, + { + "value": "BD", + "expanded": "Bangladesh" + }, + { + "value": "BE", + "expanded": "Belgium" + }, + { + "value": "BF", + "expanded": "Burkina Faso" + }, + { + "value": "BG", + "expanded": "Bulgaria" + }, + { + "value": "BH", + "expanded": "Bahrain" + }, + { + "value": "BI", + "expanded": "Burundi" + }, + { + "value": "BJ", + "expanded": "Benin" + }, + { + "value": "BL", + "expanded": "Saint-Barthelemy" + }, + { + "value": "BM", + "expanded": "Bermuda" + }, + { + "value": "BN", + "expanded": "Brunei Darussalam" + }, + { + "value": "BO", + "expanded": "Bolivia" + }, + { + "value": "BQ", + "expanded": "Bonaire, Saint Eustatius and Saba" + }, + { + "value": "BR", + "expanded": "Brazil" + }, + { + "value": "BS", + "expanded": "Bahamas" + }, + { + "value": "BT", + "expanded": "Bhutan" + }, + { + "value": "BV", + "expanded": "Bouvet Island" + }, + { + "value": "BW", + "expanded": "Botswana" + }, + { + "value": "BY", + "expanded": "Belarus" + }, + { + "value": "BZ", + "expanded": "Belize" + }, + { + "value": "CA", + "expanded": "Canada" + }, + { + "value": "CC", + "expanded": "Cocos (Keeling) Islands" + }, + { + "value": "CD", + "expanded": "Congo, Democratic Republic of the" + }, + { + "value": "CF", + "expanded": "Central African Republic" + }, + { + "value": "CG", + "expanded": "Congo" + }, + { + "value": "CH", + "expanded": "Switzerland" + }, + { + "value": "CI", + "expanded": "Cote d'Ivoire" + }, + { + "value": "CK", + "expanded": "Cook Islands" + }, + { + "value": "CL", + "expanded": "Chile" + }, + { + "value": "CM", + "expanded": "Cameroon" + }, + { + "value": "CN", + "expanded": "China" + }, + { + "value": "CO", + "expanded": "Colombia" + }, + { + "value": "CR", + "expanded": "Costa Rica" + }, + { + "value": "CU", + "expanded": "Cuba" + }, + { + "value": "CV", + "expanded": "Cape Verde" + }, + { + "value": "CW", + "expanded": "Curacao" + }, + { + "value": "CX", + "expanded": "Christmas Island" + }, + { + "value": "CY", + "expanded": "Cyprus" + }, + { + "value": "CZ", + "expanded": "Czech Republic" + }, + { + "value": "DE", + "expanded": "Germany" + }, + { + "value": "DJ", + "expanded": "Djibouti" + }, + { + "value": "DK", + "expanded": "Denmark" + }, + { + "value": "DM", + "expanded": "Dominica" + }, + { + "value": "DO", + "expanded": "Dominican Republic" + }, + { + "value": "DZ", + "expanded": "Algeria" + }, + { + "value": "EC", + "expanded": "Ecuador" + }, + { + "value": "EE", + "expanded": "Estonia" + }, + { + "value": "EG", + "expanded": "Egypt" + }, + { + "value": "EH", + "expanded": "Western Sahara" + }, + { + "value": "ER", + "expanded": "Eritrea" + }, + { + "value": "ES", + "expanded": "Spain" + }, + { + "value": "ET", + "expanded": "Ethiopia" + }, + { + "value": "FI", + "expanded": "Finland" + }, + { + "value": "FJ", + "expanded": "Fiji" + }, + { + "value": "FK", + "expanded": "Faeroe Islands" + }, + { + "value": "FM", + "expanded": "Micronesia (Federated States of)" + }, + { + "value": "FO", + "expanded": "Falkland Islands (Malvinas)" + }, + { + "value": "FR", + "expanded": "France" + }, + { + "value": "GA", + "expanded": "Gabon" + }, + { + "value": "GB", + "expanded": "United Kingdom" + }, + { + "value": "GD", + "expanded": "Grenada" + }, + { + "value": "GE", + "expanded": "Georgia" + }, + { + "value": "GF", + "expanded": "French Guiana" + }, + { + "value": "GG", + "expanded": "Guernsey" + }, + { + "value": "GH", + "expanded": "Ghana" + }, + { + "value": "GI", + "expanded": "Gibraltar" + }, + { + "value": "GL", + "expanded": "Greenland" + }, + { + "value": "GM", + "expanded": "Gambia" + }, + { + "value": "GN", + "expanded": "Guinea" + }, + { + "value": "GP", + "expanded": "Guadeloupe" + }, + { + "value": "GQ", + "expanded": "Equatorial Guinea" + }, + { + "value": "GR", + "expanded": "Greece" + }, + { + "value": "GS", + "expanded": "South Georgia and the South Sandwich Islands" + }, + { + "value": "GT", + "expanded": "Guatemala" + }, + { + "value": "GU", + "expanded": "Guam" + }, + { + "value": "GW", + "expanded": "Guinea-Bissau" + }, + { + "value": "GY", + "expanded": "Guyana" + }, + { + "value": "HK", + "expanded": "Hong Kong" + }, + { + "value": "HM", + "expanded": "Heard Island and McDonal Islands" + }, + { + "value": "HN", + "expanded": "Honduras" + }, + { + "value": "HR", + "expanded": "Croatia" + }, + { + "value": "HT", + "expanded": "Haiti" + }, + { + "value": "HU", + "expanded": "Hungary" + }, + { + "value": "ID", + "expanded": "Indonesia" + }, + { + "value": "IE", + "expanded": "Ireland" + }, + { + "value": "IL", + "expanded": "Israel" + }, + { + "value": "IM", + "expanded": "Isle of Man" + }, + { + "value": "IN", + "expanded": "India" + }, + { + "value": "IO", + "expanded": "British Virgin Islands" + }, + { + "value": "IQ", + "expanded": "Iraq" + }, + { + "value": "IR", + "expanded": "Iran (Islamic Republic of)" + }, + { + "value": "IS", + "expanded": "Iceland" + }, + { + "value": "IT", + "expanded": "Italy" + }, + { + "value": "JE", + "expanded": "Jersey" + }, + { + "value": "JM", + "expanded": "Jamaica" + }, + { + "value": "JO", + "expanded": "Jordan" + }, + { + "value": "JP", + "expanded": "Japan" + }, + { + "value": "KE", + "expanded": "Kenya" + }, + { + "value": "KG", + "expanded": "Kyrgyzstan" + }, + { + "value": "KH", + "expanded": "Cambodia" + }, + { + "value": "KI", + "expanded": "Kiribati" + }, + { + "value": "KM", + "expanded": "Comoros" + }, + { + "value": "KN", + "expanded": "Saint Kitts and Nevis" + }, + { + "value": "KP", + "expanded": "Korea, Democratic People's Republic of" + }, { - "expanded": "Azerbaijan", - "value": "AZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "KR", + "expanded": "Korea, Republic of" + }, { - "expanded": "Ireland", - "value": "IE" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "KW", + "expanded": "Kuwait" + }, { - "expanded": "Indonesia", - "value": "ID" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "KY", + "expanded": "Cayman Islands" + }, { - "expanded": "Ukraine", - "value": "UA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "KZ", + "expanded": "Kazakhstan" + }, { - "expanded": "Qatar", - "value": "QA" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "LA", + "expanded": "Lao People's Democratic Republic" + }, { - "expanded": "Mozambique", - "value": "MZ" - } - ], - "predicate": "actor:external:country" - }, - { - "entry": [ + "value": "LB", + "expanded": "Lebanon" + }, { - "expanded": "Customer (B2C)", - "value": "Customer" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LC", + "expanded": "Saint Lucia" + }, { - "expanded": "Organized or professional criminal group", - "value": "Organized crime" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LI", + "expanded": "Liechtenstein" + }, { - "expanded": "Relative or acquaintance of employee", - "value": "Acquaintance" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LK", + "expanded": "Sri Lanka" + }, { - "expanded": "Competitor", - "value": "Competitor" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LR", + "expanded": "Liberia" + }, { - "expanded": "Unaffiliated person(s)", - "value": "Unaffiliated" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LS", + "expanded": "Lesotho" + }, { - "expanded": "Force majeure (nature and chance)", - "value": "Force majeure" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LT", + "expanded": "Lithuania" + }, { - "expanded": "Former employee (no longer had access)", - "value": "Former employee" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LU", + "expanded": "Luxembourg" + }, { - "expanded": "Nation-state", - "value": "Nation-state" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LV", + "expanded": "Latvia" + }, { - "expanded": "Activist group", - "value": "Activist" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "LY", + "expanded": "Libya" + }, { - "expanded": "Terrorist group", - "value": "Terrorist" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "MA", + "expanded": "Morocco" + }, { - "expanded": "Auditor", - "value": "Auditor" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "MC", + "expanded": "Monaco" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "MD", + "expanded": "Moldova, Republic of" + }, { - "expanded": "State-sponsored or affiliated group", - "value": "State-affiliated" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "ME", + "expanded": "Montenegro" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "actor:external:variety" - }, - { - "entry": [ + "value": "MF", + "expanded": "Saint Martin (French part)" + }, { - "expanded": "Embedded - A dedicated device that collects data about the physical world", - "value": "E - Telemetry" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MG", + "expanded": "Madagascar" + }, { - "expanded": "Unknown type of asset", - "value": "Unknown" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MH", + "expanded": "Marshall Islands" + }, { - "expanded": "Media - The output of a fax machine", - "value": "M - Fax" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MK", + "expanded": "Macedonia, The former Yugoslav Republic of" + }, { - "expanded": "Media - Disk media (e.g., CDs, DVDs)", - "value": "M - Disk media" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "ML", + "expanded": "Mali" + }, { - "expanded": "Media - Payment card (e.g., magstripe, EMV)", - "value": "M - Payment card" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MM", + "expanded": "Myanmar" + }, { - "expanded": "User Device - Mobile phone or smartphone", - "value": "U - Mobile phone" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MN", + "expanded": "Mongolia" + }, { - "expanded": "Public Terminal - Self-service kiosk", - "value": "T - Kiosk" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MO", + "expanded": "Macao" + }, { - "expanded": "People - Former employee", - "value": "P - Former employee" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MP", + "expanded": "Northern Mariana Islands" + }, { - "expanded": "User Device - POS terminal", - "value": "U - POS terminal" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MQ", + "expanded": "Martinique" + }, { - "expanded": "Network - Mobile broadband network", - "value": "N - Broadband" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MR", + "expanded": "Mauritania" + }, { - "expanded": "User Device - Variety not known", - "value": "U - Unknown" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MS", + "expanded": "Montserrat" + }, { - "expanded": "Network - Telephone", - "value": "N - Telephone" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MT", + "expanded": "Malta" + }, { - "expanded": "People - Finance", - "value": "P - Finance" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MU", + "expanded": "Mauritius" + }, { - "expanded": "Network - VoIP adapter", - "value": "N - VoIP adapter" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MV", + "expanded": "Maldives" + }, { - "expanded": "Server - Payment switch or gateway", - "value": "S - Payment switch" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MW", + "expanded": "Malawi" + }, { - "expanded": "User Device - Authentication token or device", - "value": "U - Auth token" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MX", + "expanded": "Mexico" + }, { - "expanded": "User Device - Variety known but not listed", - "value": "U - Other" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MY", + "expanded": "Malaysia" + }, { - "expanded": "Server - Remote access", - "value": "S - Remote access" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "MZ", + "expanded": "Mozambique" + }, { - "expanded": "Media - Documents", - "value": "M - Documents" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NA", + "expanded": "Namibia" + }, { - "expanded": "Public Terminal - Variety known but not listed", - "value": "T - Other" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NC", + "expanded": "New Caledonia" + }, { - "expanded": "Server - Distributed control system (DCS)", - "value": "S - DCS" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NE", + "expanded": "Niger" + }, { - "expanded": "Network - Private branch exchange (PBX)", - "value": "N - PBX" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NF", + "expanded": "Norfolk Island" + }, { - "expanded": "Server - DHCP", - "value": "S - DHCP" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NG", + "expanded": "Nigeria" + }, { - "expanded": "Network - Wired LAN", - "value": "N - LAN" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NI", + "expanded": "Nicaragua" + }, { - "expanded": "Public Terminal - Automated Teller Machine (ATM)", - "value": "T - ATM" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NL", + "expanded": "Netherlands" + }, { - "expanded": "Network - Public WAN", - "value": "N - Public WAN" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NO", + "expanded": "Norway" + }, { - "expanded": "Embedded - Variety not known", - "value": "E - Unknown" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NP", + "expanded": "Nepal" + }, { - "expanded": "People - End-user", - "value": "P - End-user" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NR", + "expanded": "Nauru" + }, { - "expanded": "Network - IDS or IPs", - "value": "N - IDS" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NU", + "expanded": "Niue" + }, { - "expanded": "User Device - Desktop or workstation", - "value": "U - Desktop" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "NZ", + "expanded": "New Zealand" + }, { - "expanded": "Network - Variety known but not listed", - "value": "N - Other" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "OM", + "expanded": "Oman" + }, { - "expanded": "User Device - Tablet", - "value": "U - Tablet" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Network - Firewall", - "value": "N - Firewall" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PA", + "expanded": "Panama" + }, { - "expanded": "Media - Hard disk drive", - "value": "M - Disk drive" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PE", + "expanded": "Peru" + }, { - "expanded": "Servers maintaining or deploying configurations or patches to other assets", - "value": "S - Configuration or patch management" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PF", + "expanded": "French Polynesia" + }, { - "expanded": "Server - Industrial Control System (ICS). Includes Supervisory Control And Data Acquisition (SCADA) systems.", - "value": "S - ICS" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PG", + "expanded": "Papua New Guinea" + }, { - "expanded": "People - Human resources", - "value": "P - Human resources" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PH", + "expanded": "Philippines" + }, { - "expanded": "Server - File", - "value": "S - File" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PK", + "expanded": "Pakistan" + }, { - "expanded": "Network - Wireless LAN", - "value": "N - WLAN" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PL", + "expanded": "Poland" + }, { - "expanded": "Server - Database", - "value": "S - Database" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PM", + "expanded": "Saint Pierre and Miquelon" + }, { - "expanded": "Network - Camera or surveillance system", - "value": "N - Camera" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PN", + "expanded": "Pitcairn" + }, { - "expanded": "Network - Variety not known", - "value": "N - Unknown" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PR", + "expanded": "Puerto Rico" + }, { - "expanded": "User Device - Media player or recorder", - "value": "U - Media" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PS", + "expanded": "Palestinian Territory, Occupied" + }, { - "expanded": "Public Terminal - Detached PIN pad or card reader", - "value": "T - PED pad" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PT", + "expanded": "Portugal" + }, { - "expanded": "Network - Remote terminal unit (RTU)", - "value": "N - RTU" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PW", + "expanded": "Palau" + }, { - "expanded": "Server - Authentication", - "value": "S - Authentication" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "PY", + "expanded": "Paraguay" + }, { - "expanded": "Network - Router or switch", - "value": "N - Router or switch" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "QA", + "expanded": "Qatar" + }, { - "expanded": "Network - Hardware security module (HSM)", - "value": "N - HSM" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "RE", + "expanded": "Reunion" + }, { - "expanded": "Server - Mail", - "value": "S - Mail" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "RO", + "expanded": "Romania" + }, { - "expanded": "Network - Storage area network (SAN)", - "value": "N - SAN" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "RS", + "expanded": "Serbia" + }, { - "expanded": "Network - Programmable logic controller (PLC)", - "value": "N - PLC" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "RU", + "expanded": "Russian Federation" + }, { - "expanded": "People - Cashier", - "value": "P - Cashier" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "RW", + "expanded": "Rwanda" + }, { - "expanded": "Public Terminal - Gas \"pay-at-the-pump\" terminal", - "value": "T - Gas terminal" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SA", + "expanded": "Saudi Arabia" + }, { - "expanded": "People - Variety not known", - "value": "P - Unknown" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SB", + "expanded": "Solomon Islands" + }, { - "expanded": "Server - Mainframe", - "value": "S - Mainframe" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SC", + "expanded": "Seychelles" + }, { - "expanded": "User Device - Laptop", - "value": "U - Laptop" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SD", + "expanded": "Sudan" + }, { - "expanded": "People - Auditor", - "value": "P - Auditor" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SE", + "expanded": "Sweden" + }, { - "expanded": "User Device - VoIP phone", - "value": "U - VoIP phone" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SG", + "expanded": "Singapore" + }, { - "expanded": "Embedded - A dedicated device that affects the real world", - "value": "E - Telematics" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SH", + "expanded": "Saint Helena" + }, { - "expanded": "Server - DNS", - "value": "S - DNS" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SI", + "expanded": "Slovenia" + }, { - "expanded": "Server - Log or event management", - "value": "S - Log" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SJ", + "expanded": "Svalbard and Jan Mayen Islands" + }, { - "expanded": "People - Variety known but not listed", - "value": "P - Other" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SK", + "expanded": "Slovakia" + }, { - "expanded": "Server - Proxy", - "value": "S - Proxy" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SL", + "expanded": "Sierra Leone" + }, { - "expanded": "Public Terminal - Variety not known", - "value": "T - Unknown" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SM", + "expanded": "San Marino" + }, { - "expanded": "Network - Access control reader (e.g., badge, biometric)", - "value": "N - Access reader" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SN", + "expanded": "Senegal" + }, { - "expanded": "Server - Web application", - "value": "S - Web application" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SO", + "expanded": "Somalia" + }, { - "expanded": "Server - POS controller", - "value": "S - POS controller" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SR", + "expanded": "Suriname" + }, { - "expanded": "People - Manager", - "value": "P - Manager" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SS", + "expanded": "South Sudan" + }, { - "expanded": "Media - Flash drive or card", - "value": "M - Flash drive" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "ST", + "expanded": "Sao Tome and Principe" + }, { - "expanded": "Server - Print", - "value": "S - Print" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SV", + "expanded": "El Salvador" + }, { - "expanded": "People - Guard", - "value": "P - Guard" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SX", + "expanded": "Sint Maarten (Dutch part)" + }, { - "expanded": "Media - Variety known but not listed", - "value": "M - Other" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SY", + "expanded": "Syrian Arab Republic" + }, { - "expanded": "Server - Variety known but not listed", - "value": "S - Other" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "SZ", + "expanded": "Swaziland" + }, { - "expanded": "People - Administrator", - "value": "P - System admin" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TC", + "expanded": "Turks and Caicos Islands" + }, { - "expanded": "Server - Variety not known", - "value": "S - Unknown" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TD", + "expanded": "Chad" + }, { - "expanded": "Asset type known but not User Device, Server, Public Terminal, Server, People, Network, or Media", - "value": "Other" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TF", + "expanded": "French Southern Territories" + }, { - "expanded": "People - Call center", - "value": "P - Call center" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TG", + "expanded": "Togo" + }, { - "expanded": "Network - Network area storage (NAS)", - "value": "N - NAS" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TH", + "expanded": "Thailand" + }, { - "expanded": "Embedded - Variety known but not listed", - "value": "E - Other" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TJ", + "expanded": "Tajikistan" + }, { - "expanded": "Server - Code repository", - "value": "S - Code repository" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TK", + "expanded": "Tokelau" + }, { - "expanded": "People - Developer", - "value": "P - Developer" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TL", + "expanded": "Timor-Leste" + }, { - "expanded": "Media - Identity smart card", - "value": "M - Smart card" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TM", + "expanded": "Turkmenistan" + }, { - "expanded": "People - Executive", - "value": "P - Executive" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TN", + "expanded": "Tunisia" + }, { - "expanded": "People - Customer", - "value": "P - Customer" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TO", + "expanded": "Tonga" + }, { - "expanded": "Server - Directory (LDAP, AD)", - "value": "S - Directory" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TR", + "expanded": "Turkey" + }, { - "expanded": "Network - Private WAN", - "value": "N - Private WAN" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TT", + "expanded": "Trinidad and Tobago" + }, { - "expanded": "People - Helpdesk", - "value": "P - Helpdesk" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TV", + "expanded": "Tuvalu" + }, { - "expanded": "User Device - Peripheral (e.g., printer, copier, fax)", - "value": "U - Peripheral" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TW", + "expanded": "Taiwan, Province of China" + }, { - "expanded": "People - Partner", - "value": "P - Partner" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "TZ", + "expanded": "Tanzania, United Republic of" + }, { - "expanded": "People - Maintenance", - "value": "P - Maintenance" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "UA", + "expanded": "Ukraine" + }, { - "expanded": "Server - Virtual Host", - "value": "S - VM host" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "UG", + "expanded": "Uganda" + }, { - "expanded": "Media - Variety not known", - "value": "M - Unknown" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "UM", + "expanded": "United States Minor Outlying Islands" + }, { - "expanded": "Media - Backup tapes", - "value": "M - Tapes" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "US", + "expanded": "United States of America" + }, { - "expanded": "User Device - Telephone", - "value": "U - Telephone" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "UY", + "expanded": "Uruguay" + }, { - "expanded": "Server - Backup", - "value": "S - Backup" - } - ], - "predicate": "asset:assets:variety" - }, - { - "entry": [ + "value": "UZ", + "expanded": "Uzbekistan" + }, { - "expanded": "DZD - Algerian Dinar", - "value": "DZD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "NAD - Namibia Dollar", - "value": "NAD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "VA", + "expanded": "Holy See" + }, { - "expanded": "GHS - Ghana Cedi", - "value": "GHS" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "VC", + "expanded": "Saint Vincent and the Grenadines" + }, { - "expanded": "EGP - Egyptian Pound", - "value": "EGP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "VE", + "expanded": "Venezuela (Bolivarian Republic of)" + }, { - "expanded": "BGN - Bulgarian Lev", - "value": "BGN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "VG", + "expanded": "British Virgin Islands" + }, { - "expanded": "PAB - Balboa", - "value": "PAB" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "VI", + "expanded": "United States Virgin Islands" + }, { - "expanded": "BOB - Boliviano", - "value": "BOB" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "VN", + "expanded": "Viet Nam" + }, { - "expanded": "DKK - Danish Krone", - "value": "DKK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "VU", + "expanded": "Vanuatu" + }, { - "expanded": "BWP - Pula", - "value": "BWP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "WF", + "expanded": "Wallis and Futuna Islands" + }, { - "expanded": "LBP - Lebanese Pound", - "value": "LBP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "WS", + "expanded": "Samoa" + }, { - "expanded": "TZS - Tanzanian Shilling", - "value": "TZS" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "YE", + "expanded": "Yemen" + }, { - "expanded": "VND - Dong", - "value": "VND" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "YT", + "expanded": "Mayotte" + }, { - "expanded": "AOA - Kwanza", - "value": "AOA" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "ZA", + "expanded": "South Africa" + }, { - "expanded": "KHR - Riel", - "value": "KHR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "ZM", + "expanded": "Zambia" + }, { - "expanded": "MYR - Malaysian Ringgit", - "value": "MYR" + "value": "ZW", + "expanded": "Zimbabwe" } - ], - "predicate": "victim:revenue:iso_currency_code" + ] }, { + "predicate": "actor:external:motive", "entry": [ { - "expanded": "KYD - Cayman Islands Dollar", - "value": "KYD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Convenience", + "expanded": "Convenience of expediency" + }, { - "expanded": "LYD - Libyan Dinar", - "value": "LYD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Espionage", + "expanded": "Espionage or competitive advantage" + }, { - "expanded": "UAH - Hryvnia", - "value": "UAH" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Fear", + "expanded": "Fear or duress" + }, { - "expanded": "JOD - Jordanian Dinar", - "value": "JOD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Financial", + "expanded": "Financial or personal gain" + }, { - "expanded": "AWG - Aruban Florin", - "value": "AWG" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Fun", + "expanded": "Fun, curiosity, or pride" + }, { - "expanded": "SAR - Saudi Riyal", - "value": "SAR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Grudge", + "expanded": "Grudge or personal offense" + }, { - "expanded": "EUR - Euro", - "value": "EUR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Ideology", + "expanded": "Ideology or protest" + }, { - "expanded": "HKD - Hong Kong Dollar", - "value": "HKD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "NA", + "expanded": "Not Applicable (unintentional action)" + }, { - "expanded": "CHF - Swiss Franc", - "value": "CHF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "GIP - Gibraltar Pound", - "value": "GIP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Secondary", + "expanded": "Aid in a different attack" + }, { - "expanded": "BYR - Belarussian Ruble", - "value": "BYR" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "victim:revenue:iso_currency_code" + ] }, { + "predicate": "actor:external:variety", "entry": [ { - "expanded": "ALL - Lek", - "value": "ALL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Acquaintance", + "expanded": "Relative or acquaintance of employee" + }, { - "expanded": "MRO - Ouguiya", - "value": "MRO" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Activist", + "expanded": "Activist group" + }, { - "expanded": "HRK - Croatian Kuna", - "value": "HRK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Auditor", + "expanded": "Auditor" + }, { - "expanded": "DJF - Djibouti Franc", - "value": "DJF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Competitor", + "expanded": "Competitor" + }, { - "expanded": "SZL - Lilangeni", - "value": "SZL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Customer", + "expanded": "Customer (B2C)" + }, { - "expanded": "THB - Baht", - "value": "THB" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Force majeure", + "expanded": "Force majeure (nature and chance)" + }, { - "expanded": "XAF - CFA Franc BEAC", - "value": "XAF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Former employee", + "expanded": "Former employee (no longer had access)" + }, { - "expanded": "BND - Brunei Dollar", - "value": "BND" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Nation-state", + "expanded": "Nation-state" + }, { - "expanded": "ISK - Iceland Krona", - "value": "ISK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Organized crime", + "expanded": "Organized or professional criminal group" + }, { - "expanded": "UYU - Peso Uruguayo", - "value": "UYU" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "NIO - Cordoba Oro", - "value": "NIO" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "State-affiliated", + "expanded": "State-sponsored or affiliated group" + }, { - "expanded": "LAK - Kip", - "value": "LAK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Terrorist", + "expanded": "Terrorist group" + }, { - "expanded": "SYP - Syrian Pound", - "value": "SYP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Unaffiliated", + "expanded": "Unaffiliated person(s)" + }, { - "expanded": "MAD - Moroccan Dirham", - "value": "MAD" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "victim:revenue:iso_currency_code" + ] }, { + "predicate": "actor:internal:job_change", "entry": [ { - "expanded": "MZN - Mozambique Metical", - "value": "MZN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Demoted", + "expanded": "Recently demoted or hours reduced" + }, { - "expanded": "PHP - Philippine Peso", - "value": "PHP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Hired", + "expanded": "Recently hired" + }, { - "expanded": "ZAR - South African Rand", - "value": "ZAR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Job eval", + "expanded": "Recent poor job evaluation" + }, { - "expanded": "NPR - Nepalese Rupee", - "value": "NPR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Lateral move", + "expanded": "Lateral move" + }, { - "expanded": "NGN - Naira", - "value": "NGN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Let go", + "expanded": "Fired, laid off, or let go" + }, { - "expanded": "ZWD - Zimbabwean Dollar A/06", - "value": "ZWD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "CRC - Costa Rican Colon", - "value": "CRC" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Passed over", + "expanded": "Recently passed over for promotion" + }, { - "expanded": "AED - UAE Dirham", - "value": "AED" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Personal issues", + "expanded": "Personal issues" + }, { - "expanded": "GBP - Pound Sterling", - "value": "GBP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Promoted", + "expanded": "Recently promoted" + }, { - "expanded": "MWK - Kwacha", - "value": "MWK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Reprimanded", + "expanded": "Recently reprimanded" + }, { - "expanded": "LKR - Sri Lanka Rupee", - "value": "LKR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Resigned", + "expanded": "Preparing to resign or recently resigned" + }, { - "expanded": "PKR - Pakistan Rupee", - "value": "PKR" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "victim:revenue:iso_currency_code" + ] }, { + "predicate": "actor:internal:motive", "entry": [ { - "expanded": "HUF - Forint", - "value": "HUF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Convenience", + "expanded": "Convenience of expediency" + }, { - "expanded": "BMD - Bermudian Dollar", - "value": "BMD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Espionage", + "expanded": "Espionage or competitive advantage" + }, { - "expanded": "LSL - Loti", - "value": "LSL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Fear", + "expanded": "Fear or duress" + }, { - "expanded": "MNT - Tugrik", - "value": "MNT" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Financial", + "expanded": "Financial or personal gain" + }, { - "expanded": "AMD - Armenian Dram", - "value": "AMD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Fun", + "expanded": "Fun, curiosity, or pride" + }, { - "expanded": "UGX - Uganda Shilling", - "value": "UGX" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Grudge", + "expanded": "Grudge or personal offense" + }, { - "expanded": "QAR - Qatari Rial", - "value": "QAR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Ideology", + "expanded": "Ideology or protest" + }, { - "expanded": "XDR - SDR (Special Drawing Right)", - "value": "XDR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "NA", + "expanded": "Not Applicable (unintentional action)" + }, { - "expanded": "JMD - Jamaican Dollar", - "value": "JMD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "GEL - Lari", - "value": "GEL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Secondary", + "expanded": "Aid in a different attack" + }, { - "expanded": "SHP - Saint Helena Pound", - "value": "SHP" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "victim:revenue:iso_currency_code" + ] }, { + "predicate": "actor:internal:variety", "entry": [ { - "expanded": "AFN - Afghani", - "value": "AFN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Auditor", + "expanded": "Auditor" + }, { - "expanded": "SBD - Solomon Islands Dollar", - "value": "SBD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Call center", + "expanded": "Call center staff" + }, { - "expanded": "KPW - North Korean Won", - "value": "KPW" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Cashier", + "expanded": "Cashier, teller, or waiter" + }, { - "expanded": "TRY - Turkish Lira", - "value": "TRY" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Developer", + "expanded": "Software developer" + }, { - "expanded": "BDT - Taka", - "value": "BDT" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Doctor or nurse", + "expanded": "A doctor or a nurse" + }, { - "expanded": "YER - Yemeni Rial", - "value": "YER" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "End-user", + "expanded": "End-user or regular employee" + }, { - "expanded": "HTG - Gourde", - "value": "HTG" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Executive", + "expanded": "Executive or upper management" + }, { - "expanded": "XOF - CFA Franc BCEAO", - "value": "XOF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "Finance", + "expanded": "Finance or accounting staff" + }, { - "expanded": "MGA - Malagasy Ariary", - "value": "MGA" + "value": "Guard", + "expanded": "Security guard" + }, + { + "value": "Helpdesk", + "expanded": "Helpdesk staff" + }, + { + "value": "Human resources", + "expanded": "Human resources staff" + }, + { + "value": "Maintenance", + "expanded": "Maintenance or janitorial staff" + }, + { + "value": "Manager", + "expanded": "Manager or supervisor" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "System admin", + "expanded": "System or network administrator" + }, + { + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "victim:revenue:iso_currency_code" + ] }, { + "predicate": "actor:partner:country", "entry": [ { - "expanded": "ANG - Netherlands Antillean Guilder", - "value": "ANG" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "AD", + "expanded": "Andorra" + }, + { + "value": "AE", + "expanded": "United Arab Emirates" + }, + { + "value": "AF", + "expanded": "Afghanistan" + }, + { + "value": "AG", + "expanded": "Antigua and Barbuda" + }, + { + "value": "AI", + "expanded": "Anguilla" + }, + { + "value": "AL", + "expanded": "Albania" + }, + { + "value": "AM", + "expanded": "Armenia" + }, + { + "value": "AO", + "expanded": "Angola" + }, + { + "value": "AQ", + "expanded": "Antarctica" + }, + { + "value": "AR", + "expanded": "Argentina" + }, + { + "value": "AS", + "expanded": "American Samoa" + }, + { + "value": "AT", + "expanded": "Austria" + }, + { + "value": "AU", + "expanded": "Australia" + }, + { + "value": "AW", + "expanded": "Aruba" + }, + { + "value": "AX", + "expanded": "Aland Islands" + }, + { + "value": "AZ", + "expanded": "Azerbaijan" + }, + { + "value": "BA", + "expanded": "Bosnia and Herzegovina" + }, + { + "value": "BB", + "expanded": "Barbados" + }, + { + "value": "BD", + "expanded": "Bangladesh" + }, + { + "value": "BE", + "expanded": "Belgium" + }, + { + "value": "BF", + "expanded": "Burkina Faso" + }, + { + "value": "BG", + "expanded": "Bulgaria" + }, + { + "value": "BH", + "expanded": "Bahrain" + }, + { + "value": "BI", + "expanded": "Burundi" + }, + { + "value": "BJ", + "expanded": "Benin" + }, + { + "value": "BL", + "expanded": "Saint-Barthelemy" + }, + { + "value": "BM", + "expanded": "Bermuda" + }, + { + "value": "BN", + "expanded": "Brunei Darussalam" + }, + { + "value": "BO", + "expanded": "Bolivia" + }, + { + "value": "BQ", + "expanded": "Bonaire, Saint Eustatius and Saba" + }, + { + "value": "BR", + "expanded": "Brazil" + }, + { + "value": "BS", + "expanded": "Bahamas" + }, + { + "value": "BT", + "expanded": "Bhutan" + }, + { + "value": "BV", + "expanded": "Bouvet Island" + }, { - "expanded": "LRD - Liberian Dollar", - "value": "LRD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "BW", + "expanded": "Botswana" + }, { - "expanded": "RWF - Rwanda Franc", - "value": "RWF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "BY", + "expanded": "Belarus" + }, { - "expanded": "NOK - Norwegian Krone", - "value": "NOK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "BZ", + "expanded": "Belize" + }, { - "expanded": "MOP - Pataca", - "value": "MOP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CA", + "expanded": "Canada" + }, { - "expanded": "INR - Indian Rupee", - "value": "INR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CC", + "expanded": "Cocos (Keeling) Islands" + }, { - "expanded": "MXN - Mexican Peso", - "value": "MXN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CD", + "expanded": "Congo, Democratic Republic of the" + }, { - "expanded": "CZK - Czech Koruna", - "value": "CZK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CF", + "expanded": "Central African Republic" + }, { - "expanded": "TJS - Somoni", - "value": "TJS" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CG", + "expanded": "Congo" + }, { - "expanded": "TWD - New Taiwan Dollar", - "value": "TWD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CH", + "expanded": "Switzerland" + }, { - "expanded": "BTN - Ngultrum", - "value": "BTN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CI", + "expanded": "Cote d'Ivoire" + }, { - "expanded": "COP - Colombian Peso", - "value": "COP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CK", + "expanded": "Cook Islands" + }, { - "expanded": "TMT - Turkmenistan New Manat", - "value": "TMT" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CL", + "expanded": "Chile" + }, { - "expanded": "MUR - Mauritius Rupee", - "value": "MUR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CM", + "expanded": "Cameroon" + }, { - "expanded": "IDR - Rupiah", - "value": "IDR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CN", + "expanded": "China" + }, { - "expanded": "HNL - Lempira", - "value": "HNL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CO", + "expanded": "Colombia" + }, { - "expanded": "XPF - CFP Franc", - "value": "XPF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CR", + "expanded": "Costa Rica" + }, { - "expanded": "FJD - Fiji Dollar", - "value": "FJD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CU", + "expanded": "Cuba" + }, { - "expanded": "ETB - Ethiopian Birr", - "value": "ETB" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CV", + "expanded": "Cape Verde" + }, { - "expanded": "PEN - Nuevo Sol", - "value": "PEN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CW", + "expanded": "Curacao" + }, { - "expanded": "BZD - Belize Dollar", - "value": "BZD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CX", + "expanded": "Christmas Island" + }, { - "expanded": "ILS - New Israeli Sheqel", - "value": "ILS" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CY", + "expanded": "Cyprus" + }, { - "expanded": "DOP - Dominican Peso", - "value": "DOP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "CZ", + "expanded": "Czech Republic" + }, { - "expanded": "GGP - Guernsey pound", - "value": "GGP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "DE", + "expanded": "Germany" + }, { - "expanded": "MDL - Moldovan Leu", - "value": "MDL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "DJ", + "expanded": "Djibouti" + }, { - "expanded": "BSD - Bahamian Dollar", - "value": "BSD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "DK", + "expanded": "Denmark" + }, { - "expanded": "SPL - Seborga Luigino", - "value": "SPL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "DM", + "expanded": "Dominica" + }, { - "expanded": "SEK - Swedish Krona", - "value": "SEK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "DO", + "expanded": "Dominican Republic" + }, { - "expanded": "ZMK - Zambian Kwacha", - "value": "ZMK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "DZ", + "expanded": "Algeria" + }, { - "expanded": "JEP - Jersey pound", - "value": "JEP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "EC", + "expanded": "Ecuador" + }, { - "expanded": "AUD - Australian Dollar", - "value": "AUD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "EE", + "expanded": "Estonia" + }, { - "expanded": "SRD - Surinam Dollar", - "value": "SRD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "EG", + "expanded": "Egypt" + }, { - "expanded": "CUP - Cuban Peso", - "value": "CUP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "EH", + "expanded": "Western Sahara" + }, { - "expanded": "BBD - Barbados Dollar", - "value": "BBD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "ER", + "expanded": "Eritrea" + }, { - "expanded": "KMF - Comoro Franc", - "value": "KMF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "ES", + "expanded": "Spain" + }, { - "expanded": "KRW - South Korean Won", - "value": "KRW" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "ET", + "expanded": "Ethiopia" + }, { - "expanded": "GMD - Dalasi", - "value": "GMD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "FI", + "expanded": "Finland" + }, { - "expanded": "VEF - Bolivar ", - "value": "VEF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "FJ", + "expanded": "Fiji" + }, { - "expanded": "IMP - Isle of Man Pound", - "value": "IMP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "FK", + "expanded": "Faeroe Islands" + }, { - "expanded": "CUC - Peso Convertible", - "value": "CUC" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "FM", + "expanded": "Micronesia (Federated States of)" + }, { - "expanded": "TVD - Tuvalu Dollar", - "value": "TVD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "FO", + "expanded": "Falkland Islands (Malvinas)" + }, { - "expanded": "CLP - Chilean Peso", - "value": "CLP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "FR", + "expanded": "France" + }, { - "expanded": "LTL - Lithuanian Litas", - "value": "LTL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GA", + "expanded": "Gabon" + }, { - "expanded": "CDF - Congolese Franc", - "value": "CDF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GB", + "expanded": "United Kingdom" + }, { - "expanded": "XCD - East Caribbean Dollar", - "value": "XCD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GD", + "expanded": "Grenada" + }, { - "expanded": "KZT - Tenge", - "value": "KZT" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GE", + "expanded": "Georgia" + }, { - "expanded": "RUB - Russian Ruble", - "value": "RUB" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GF", + "expanded": "French Guiana" + }, { - "expanded": "TTD - Trinidad and Tobago Dollar", - "value": "TTD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GG", + "expanded": "Guernsey" + }, { - "expanded": "OMR - Rial Omani", - "value": "OMR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GH", + "expanded": "Ghana" + }, { - "expanded": "BRL - Brazilian Real", - "value": "BRL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GI", + "expanded": "Gibraltar" + }, { - "expanded": "MMK - Kyat", - "value": "MMK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GL", + "expanded": "Greenland" + }, { - "expanded": "PLN - Zloty", - "value": "PLN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GM", + "expanded": "Gambia" + }, { - "expanded": "PYG - Guarani", - "value": "PYG" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GN", + "expanded": "Guinea" + }, { - "expanded": "KES - Kenyan Shilling", - "value": "KES" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GP", + "expanded": "Guadeloupe" + }, { - "expanded": "SVC - El Salvador Colon", - "value": "SVC" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GQ", + "expanded": "Equatorial Guinea" + }, { - "expanded": "MKD - Denar", - "value": "MKD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GR", + "expanded": "Greece" + }, { - "expanded": "AZN - Azerbaijanian Manat", - "value": "AZN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GS", + "expanded": "South Georgia and the South Sandwich Islands" + }, { - "expanded": "TOP - Pa'anga", - "value": "TOP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GT", + "expanded": "Guatemala" + }, { - "expanded": "MVR - Rufiyaa", - "value": "MVR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GU", + "expanded": "Guam" + }, { - "expanded": "VUV - Vatu", - "value": "VUV" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GW", + "expanded": "Guinea-Bissau" + }, { - "expanded": "GNF - Guinea Franc", - "value": "GNF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "GY", + "expanded": "Guyana" + }, { - "expanded": "WST - Tala", - "value": "WST" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "HK", + "expanded": "Hong Kong" + }, { - "expanded": "IQD - Iraqi Dinar", - "value": "IQD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "HM", + "expanded": "Heard Island and McDonal Islands" + }, { - "expanded": "ERN - Nakfa", - "value": "ERN" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "HN", + "expanded": "Honduras" + }, { - "expanded": "BAM - Convertible Mark", - "value": "BAM" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "HR", + "expanded": "Croatia" + }, { - "expanded": "SCR - Seychelles Rupee", - "value": "SCR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "HT", + "expanded": "Haiti" + }, { - "expanded": "CAD - Canadian Dollar", - "value": "CAD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "HU", + "expanded": "Hungary" + }, { - "expanded": "CVE - Cape Verde Escudo", - "value": "CVE" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "ID", + "expanded": "Indonesia" + }, { - "expanded": "KWD - Kuwaiti Dinar", - "value": "KWD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IE", + "expanded": "Ireland" + }, { - "expanded": "BIF - Burundi Franc", - "value": "BIF" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IL", + "expanded": "Israel" + }, { - "expanded": "PGK - Kina", - "value": "PGK" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IM", + "expanded": "Isle of Man" + }, { - "expanded": "SOS - Somali Shilling", - "value": "SOS" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IN", + "expanded": "India" + }, { - "expanded": "SGD - Singapore Dollar", - "value": "SGD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IO", + "expanded": "British Virgin Islands" + }, { - "expanded": "UZS - Uzbekistan Sum", - "value": "UZS" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IQ", + "expanded": "Iraq" + }, { - "expanded": "STD - Dobra", - "value": "STD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IR", + "expanded": "Iran (Islamic Republic of)" + }, { - "expanded": "IRR - Iranian Rial", - "value": "IRR" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IS", + "expanded": "Iceland" + }, { - "expanded": "CNY - Yuan Renminbi", - "value": "CNY" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "IT", + "expanded": "Italy" + }, { - "expanded": "SLL - Leone", - "value": "SLL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "JE", + "expanded": "Jersey" + }, { - "expanded": "TND - Tunisian Dinar", - "value": "TND" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "JM", + "expanded": "Jamaica" + }, { - "expanded": "GYD - Guyana Dollar", - "value": "GYD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "JO", + "expanded": "Jordan" + }, { - "expanded": "NZD - New Zealand Dollar", - "value": "NZD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "JP", + "expanded": "Japan" + }, { - "expanded": "FKP - Falkland Islands Pound", - "value": "FKP" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KE", + "expanded": "Kenya" + }, { - "expanded": "LVL - Latvian Lats", - "value": "LVL" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KG", + "expanded": "Kyrgyzstan" + }, { - "expanded": "USD - US Dollar", - "value": "USD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KH", + "expanded": "Cambodia" + }, { - "expanded": "KGS - Som", - "value": "KGS" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KI", + "expanded": "Kiribati" + }, { - "expanded": "ARS - Argentine Peso", - "value": "ARS" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KM", + "expanded": "Comoros" + }, { - "expanded": "RON - New Romanian Leu", - "value": "RON" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KN", + "expanded": "Saint Kitts and Nevis" + }, { - "expanded": "GTQ - Quetzal", - "value": "GTQ" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KP", + "expanded": "Korea, Democratic People's Republic of" + }, { - "expanded": "RSD - Serbian Dinar", - "value": "RSD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KR", + "expanded": "Korea, Republic of" + }, { - "expanded": "BHD - Bahraini Dinar", - "value": "BHD" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KW", + "expanded": "Kuwait" + }, { - "expanded": "JPY - Yen", - "value": "JPY" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KY", + "expanded": "Cayman Islands" + }, { - "expanded": "SDG - Sudanese Pound", - "value": "SDG" - } - ], - "predicate": "victim:revenue:iso_currency_code" - }, - { - "entry": [ + "value": "KZ", + "expanded": "Kazakhstan" + }, { - "expanded": "Misrepresentation", - "value": "Misrepresentation" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LA", + "expanded": "Lao People's Democratic Republic" + }, { - "expanded": "Modified stored data or content", - "value": "Modify data" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LB", + "expanded": "Lebanon" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LC", + "expanded": "Saint Lucia" + }, { - "expanded": "Created new user account", - "value": "Created account" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LI", + "expanded": "Liechtenstein" + }, { - "expanded": "Deface content", - "value": "Defacement" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LK", + "expanded": "Sri Lanka" + }, { - "expanded": "Log tampering or modification", - "value": "Log tampering" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LR", + "expanded": "Liberia" + }, { - "expanded": "Modified privileges or permissions", - "value": "Modify privileges" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LS", + "expanded": "Lesotho" + }, { - "expanded": "Software installation or code modification", - "value": "Software installation" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LT", + "expanded": "Lithuania" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LU", + "expanded": "Luxembourg" + }, { - "expanded": "Initiate fraudulent transaction", - "value": "Fraudulent transaction" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LV", + "expanded": "Latvia" + }, { - "expanded": "Influence or alter human behavior", - "value": "Alter behavior" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "LY", + "expanded": "Libya" + }, { - "expanded": "Hardware tampering or physical alteration", - "value": "Hardware tampering" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "MA", + "expanded": "Morocco" + }, { - "expanded": "Modified configuration or services", - "value": "Modify configuration" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "MC", + "expanded": "Monaco" + }, { - "expanded": "Repurposed asset for unauthorized function", - "value": "Repurpose" - } - ], - "predicate": "attribute:integrity:variety" - }, - { - "entry": [ + "value": "MD", + "expanded": "Moldova, Republic of" + }, { - "expanded": "Customer", - "value": "Customer" - } - ], - "predicate": "attribute:confidentiality:data_victim" - }, - { - "entry": [ + "value": "ME", + "expanded": "Montenegro" + }, { - "expanded": "Patient", - "value": "Patient" - } - ], - "predicate": "attribute:confidentiality:data_victim" - }, - { - "entry": [ + "value": "MF", + "expanded": "Saint Martin (French part)" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "attribute:confidentiality:data_victim" - }, - { - "entry": [ + "value": "MG", + "expanded": "Madagascar" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "attribute:confidentiality:data_victim" - }, - { - "entry": [ + "value": "MH", + "expanded": "Marshall Islands" + }, { - "expanded": "Student", - "value": "Student" - } - ], - "predicate": "attribute:confidentiality:data_victim" - }, - { - "entry": [ + "value": "MK", + "expanded": "Macedonia, The former Yugoslav Republic of" + }, { - "expanded": "Employee", - "value": "Employee" - } - ], - "predicate": "attribute:confidentiality:data_victim" - }, - { - "entry": [ + "value": "ML", + "expanded": "Mali" + }, { - "expanded": "Partner", - "value": "Partner" - } - ], - "predicate": "attribute:confidentiality:data_victim" - }, - { - "entry": [ + "value": "MM", + "expanded": "Myanmar" + }, { - "expanded": "Data stat not known", - "value": "Unknown" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MN", + "expanded": "Mongolia" + }, { - "expanded": "Transmitted encrypted", - "value": "Transmitted encrypted" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MO", + "expanded": "Macao" + }, { - "expanded": "Transmitted unencrypted", - "value": "Transmitted unencrypted" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MP", + "expanded": "Northern Mariana Islands" + }, { - "expanded": "Stored", - "value": "Stored" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MQ", + "expanded": "Martinique" + }, { - "expanded": "Transmitted", - "value": "Transmitted" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MR", + "expanded": "Mauritania" + }, { - "expanded": "Processed", - "value": "Processed" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MS", + "expanded": "Montserrat" + }, { - "expanded": "Stored encrypted", - "value": "Stored encrypted" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MT", + "expanded": "Malta" + }, { - "expanded": "Data state known but not listed.", - "value": "Other" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MU", + "expanded": "Mauritius" + }, { - "expanded": "Stored unencrypted", - "value": "Stored unencrypted" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MV", + "expanded": "Maldives" + }, { - "expanded": "Data printed in human-readable format", - "value": "Printed" - } - ], - "predicate": "attribute:confidentiality:state" - }, - { - "entry": [ + "value": "MW", + "expanded": "Malawi" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "attribute:confidentiality:data_disclosure" - }, - { - "entry": [ + "value": "MX", + "expanded": "Mexico" + }, { - "expanded": "Yes (confirmed)", - "value": "Yes" - } - ], - "predicate": "attribute:confidentiality:data_disclosure" - }, - { - "entry": [ + "value": "MY", + "expanded": "Malaysia" + }, { - "expanded": "Potentially (at risk)", - "value": "Potentially" - } - ], - "predicate": "attribute:confidentiality:data_disclosure" - }, - { - "entry": [ + "value": "MZ", + "expanded": "Mozambique" + }, { - "expanded": "No", - "value": "No" - } - ], - "predicate": "attribute:confidentiality:data_disclosure" - }, - { - "entry": [ + "value": "NA", + "expanded": "Namibia" + }, { - "expanded": "Acceleration", - "value": "Acceleration" - } - ], - "predicate": "attribute:availability:variety" - }, - { - "entry": [ + "value": "NC", + "expanded": "New Caledonia" + }, { - "expanded": "Interruption", - "value": "Interruption" - } - ], - "predicate": "attribute:availability:variety" - }, - { - "entry": [ + "value": "NE", + "expanded": "Niger" + }, { - "expanded": "Loss", - "value": "Loss" - } - ], - "predicate": "attribute:availability:variety" - }, - { - "entry": [ + "value": "NF", + "expanded": "Norfolk Island" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "attribute:availability:variety" - }, - { - "entry": [ + "value": "NG", + "expanded": "Nigeria" + }, { - "expanded": "Performance degradation", - "value": "Degradation" - } - ], - "predicate": "attribute:availability:variety" - }, - { - "entry": [ + "value": "NI", + "expanded": "Nicaragua" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "attribute:availability:variety" - }, - { - "entry": [ + "value": "NL", + "expanded": "Netherlands" + }, { - "expanded": "Conversion or obscuration", - "value": "Obscuration" - } - ], - "predicate": "attribute:availability:variety" - }, - { - "entry": [ + "value": "NO", + "expanded": "Norway" + }, { - "expanded": "Destruction", - "value": "Destruction" - } - ], - "predicate": "attribute:availability:variety" - }, - { - "entry": [ + "value": "NP", + "expanded": "Nepal" + }, { - "expanded": "Remotely injected by agent (i.e. via SQLi)", - "value": "Remote injection" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "NR", + "expanded": "Nauru" + }, { - "expanded": "Included in automated software update", - "value": "Software update" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "NU", + "expanded": "Niue" + }, { - "expanded": "Instant Messaging", - "value": "Instant messaging" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "NZ", + "expanded": "New Zealand" + }, { - "expanded": "Email via user-executed attachment", - "value": "Email attachment" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "OM", + "expanded": "Oman" + }, { - "expanded": "Directly installed or inserted by threat agent (after system access)", - "value": "Direct install" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Downloaded and installed by local malware", - "value": "Download by malware" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PA", + "expanded": "Panama" + }, { - "expanded": "Web via auto-executed or \"drive-by\" infection", - "value": "Web drive-by" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PE", + "expanded": "Peru" + }, { - "expanded": "Email via embedded link", - "value": "Email link" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PF", + "expanded": "French Polynesia" + }, { - "expanded": "Network propagation", - "value": "Network propagation" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PG", + "expanded": "Papua New Guinea" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PH", + "expanded": "Philippines" + }, { - "expanded": "Email via automatic execution", - "value": "Email autoexecute" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PK", + "expanded": "Pakistan" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PL", + "expanded": "Poland" + }, { - "expanded": "Web via user-executed or downloaded content", - "value": "Web download" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PM", + "expanded": "Saint Pierre and Miquelon" + }, { - "expanded": "Email but sub-variety (attachment, autoexecute, link, etc) not known", - "value": "Email unknown" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PN", + "expanded": "Pitcairn" + }, { - "expanded": "Removable storage media or devices", - "value": "Removable media" - } - ], - "predicate": "action:malware:vector" - }, - { - "entry": [ + "value": "PR", + "expanded": "Puerto Rico" + }, { - "expanded": "The malware action resulted in additional permissions", - "value": "Elevate" - } - ], - "predicate": "action:malware:result" - }, - { - "entry": [ + "value": "PS", + "expanded": "Palestinian Territory, Occupied" + }, { - "expanded": "The malware action exfiltrated data from the victim", - "value": "Exfiltrate" - } - ], - "predicate": "action:malware:result" - }, - { - "entry": [ + "value": "PT", + "expanded": "Portugal" + }, { - "expanded": "The malware action infiltrated the victim", - "value": "Infiltrate" - } - ], - "predicate": "action:malware:result" - }, - { - "entry": [ + "value": "PW", + "expanded": "Palau" + }, { - "expanded": "Malware which compromises a legitimate file rather than creating new filess", - "value": "Modify data" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "PY", + "expanded": "Paraguay" + }, { - "expanded": "Send spam", - "value": "Spam" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "QA", + "expanded": "Qatar" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "RE", + "expanded": "Reunion" + }, { - "expanded": "Packet sniffer (capture data from network)", - "value": "Packet sniffer" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "RO", + "expanded": "Romania" + }, { - "expanded": "Backdoor (enable remote access)", - "value": "Backdoor" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "RS", + "expanded": "Serbia" + }, { - "expanded": "Exploit vulnerability in code (vs misconfig or weakness)", - "value": "Exploit vuln" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "RU", + "expanded": "Russian Federation" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "RW", + "expanded": "Rwanda" + }, { - "expanded": "Password dumper (extract credential hashes)", - "value": "Password dumper" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SA", + "expanded": "Saudi Arabia" + }, { - "expanded": "Scan or footprint network", - "value": "Scan network" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SB", + "expanded": "Solomon Islands" + }, { - "expanded": "Downloader (pull updates or other malware) ", - "value": "Downloader" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SC", + "expanded": "Seychelles" + }, { - "expanded": "System or network utilities (e.g., PsTools, Netcat)", - "value": "Adminware" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SD", + "expanded": "Sudan" + }, { - "expanded": "Click fraud or Bitcoin mining", - "value": "Click fraud" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SE", + "expanded": "Sweden" + }, { - "expanded": "Adware", - "value": "Adware" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SG", + "expanded": "Singapore" + }, { - "expanded": "Command and control (C2)", - "value": "C2" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SH", + "expanded": "Saint Helena" + }, { - "expanded": "Worm (propagate to other systems or devices)", - "value": "Worm" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SI", + "expanded": "Slovenia" + }, { - "expanded": "Spyware, keylogger or form-grabber (capture user input or activity)", - "value": "Spyware/Keylogger" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SJ", + "expanded": "Svalbard and Jan Mayen Islands" + }, { - "expanded": "Brute force attack", - "value": "Brute force" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SK", + "expanded": "Slovakia" + }, { - "expanded": "Capture data from application or system process", - "value": "Capture app data" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SL", + "expanded": "Sierra Leone" + }, { - "expanded": "Ram scraper or memory parser (capture data from volatile memory)", - "value": "Ram scraper" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SM", + "expanded": "San Marino" + }, { - "expanded": "Disable or interfere with security controls", - "value": "Disable controls" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SN", + "expanded": "Senegal" + }, { - "expanded": "Capture data stored on system disk", - "value": "Capture stored data" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SO", + "expanded": "Somalia" + }, { - "expanded": "Ransomware (encrypt or seize stored data)", - "value": "Ransomware" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SR", + "expanded": "Suriname" + }, { - "expanded": "Export data to another site or system", - "value": "Export data" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SS", + "expanded": "South Sudan" + }, { - "expanded": "Client-side or browser attack (e.g., redirection, XSS, MitB)", - "value": "Client-side attack" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "ST", + "expanded": "Sao Tome and Principe" + }, { - "expanded": "SQL injection attack", - "value": "SQL injection" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SV", + "expanded": "El Salvador" + }, { - "expanded": "Rootkit (maintain local privileges and stealth)", - "value": "Rootkit" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SX", + "expanded": "Sint Maarten (Dutch part)" + }, { - "expanded": "Destroy or corrupt stored data", - "value": "Destroy data" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SY", + "expanded": "Syrian Arab Republic" + }, { - "expanded": "DoS attack", - "value": "DoS" - } - ], - "predicate": "action:malware:variety" - }, - { - "entry": [ + "value": "SZ", + "expanded": "Swaziland" + }, { - "expanded": "The hacking action resulted in additional permissions", - "value": "Elevate" - } - ], - "predicate": "action:unknown:result" - }, - { - "entry": [ + "value": "TC", + "expanded": "Turks and Caicos Islands" + }, { - "expanded": "The hacking action exfiltrated data from the victim", - "value": "Exfiltrate" - } - ], - "predicate": "action:unknown:result" - }, - { - "entry": [ + "value": "TD", + "expanded": "Chad" + }, { - "expanded": "The hacking action infiltrated the victim", - "value": "Infiltrate" - } - ], - "predicate": "action:unknown:result" - }, - { - "entry": [ + "value": "TF", + "expanded": "French Southern Territories" + }, { - "expanded": "The social action resulted in additional permissions", - "value": "Elevate" - } - ], - "predicate": "action:social:result" - }, - { - "entry": [ + "value": "TG", + "expanded": "Togo" + }, { - "expanded": "The social action exfiltrated data from the victim", - "value": "Exfiltrate" - } - ], - "predicate": "action:social:result" - }, - { - "entry": [ + "value": "TH", + "expanded": "Thailand" + }, { - "expanded": "The social action infiltrated the victim", - "value": "Infiltrate" - } - ], - "predicate": "action:social:result" - }, - { - "entry": [ + "value": "TJ", + "expanded": "Tajikistan" + }, { - "expanded": "In-person", - "value": "In-person" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TK", + "expanded": "Tokelau" + }, { - "expanded": "Social media or networking", - "value": "Social media" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TL", + "expanded": "Timor-Leste" + }, { - "expanded": "Documents", - "value": "Documents" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TM", + "expanded": "Turkmenistan" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TN", + "expanded": "Tunisia" + }, { - "expanded": "SMS or texting", - "value": "SMS" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TO", + "expanded": "Tonga" + }, { - "expanded": "Phone", - "value": "Phone" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TR", + "expanded": "Turkey" + }, { - "expanded": "Website", - "value": "Website" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TT", + "expanded": "Trinidad and Tobago" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TV", + "expanded": "Tuvalu" + }, { - "expanded": "Instant messaging", - "value": "IM" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TW", + "expanded": "Taiwan, Province of China" + }, { - "expanded": "Removable storage media", - "value": "Removable media" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "TZ", + "expanded": "Tanzania, United Republic of" + }, { - "expanded": "Email", - "value": "Email" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "UA", + "expanded": "Ukraine" + }, { - "expanded": "Software", - "value": "Software" - } - ], - "predicate": "action:social:vector" - }, - { - "entry": [ + "value": "UG", + "expanded": "Uganda" + }, { - "expanded": "Customer (B2C)", - "value": "Customer" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "UM", + "expanded": "United States Minor Outlying Islands" + }, { - "expanded": "End-user or regular employee", - "value": "End-user" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "US", + "expanded": "United States of America" + }, { - "expanded": "Human resources staff", - "value": "Human resources" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "UY", + "expanded": "Uruguay" + }, { - "expanded": "Finance or accounting staff", - "value": "Finance" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "UZ", + "expanded": "Uzbekistan" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Helpdesk staff", - "value": "Helpdesk" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "VA", + "expanded": "Holy See" + }, { - "expanded": "Executive or upper management", - "value": "Executive" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "VC", + "expanded": "Saint Vincent and the Grenadines" + }, { - "expanded": "Cashier, teller or waiter", - "value": "Cashier" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "VE", + "expanded": "Venezuela (Bolivarian Republic of)" + }, { - "expanded": "Manager or supervisor", - "value": "Manager" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "VG", + "expanded": "British Virgin Islands" + }, { - "expanded": "Former employee", - "value": "Former employee" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "VI", + "expanded": "United States Virgin Islands" + }, { - "expanded": "Security guard", - "value": "Guard" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "VN", + "expanded": "Viet Nam" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "VU", + "expanded": "Vanuatu" + }, { - "expanded": "Auditor", - "value": "Auditor" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "WF", + "expanded": "Wallis and Futuna Islands" + }, { - "expanded": "Maintenance or janitorial staff", - "value": "Maintenance" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "WS", + "expanded": "Samoa" + }, { - "expanded": "Call center staff", - "value": "Call center" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "YE", + "expanded": "Yemen" + }, { - "expanded": "Partner (B2B)", - "value": "Partner" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "YT", + "expanded": "Mayotte" + }, { - "expanded": "System or network administrator", - "value": "System admin" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "ZA", + "expanded": "South Africa" + }, { - "expanded": "Software developer", - "value": "Developer" - } - ], - "predicate": "action:social:target" - }, - { - "entry": [ + "value": "ZM", + "expanded": "Zambia" + }, { - "expanded": "Online scam or hoax (e.g., scareware, 419 scam, auction fraud)", - "value": "Scam" + "value": "ZW", + "expanded": "Zimbabwe" } - ], - "predicate": "action:social:variety" + ] }, { + "predicate": "actor:partner:motive", "entry": [ { - "expanded": "Phishing (or any type of *ishing)", - "value": "Phishing" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Convenience", + "expanded": "Convenience of expediency" + }, { - "expanded": "Elicitation (subtle extraction of info through conversation)", - "value": "Elicitation" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Espionage", + "expanded": "Espionage or competitive advantage" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Fear", + "expanded": "Fear or duress" + }, { - "expanded": "Spam (unsolicited or undesired email and advertisements)", - "value": "Spam" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Financial", + "expanded": "Financial or personal gain" + }, { - "expanded": "Influence tactics (Leveraging authority or obligation, framing, etc)", - "value": "Influence" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Fun", + "expanded": "Fun, curiosity, or pride" + }, { - "expanded": "Propaganda or disinformation", - "value": "Propaganda" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Grudge", + "expanded": "Grudge or personal offense" + }, { - "expanded": "Forgery or counterfeiting (fake hardware, software, documents, etc)", - "value": "Forgery" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Ideology", + "expanded": "Ideology or protest" + }, { - "expanded": "Bribery or solicitation", - "value": "Bribery" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "NA", + "expanded": "Not Applicable (unintentional action)" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Pretexting (dialogue leveraging invented scenario)", - "value": "Pretexting" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "Secondary", + "expanded": "Aid in a different attack" + }, { - "expanded": "Extortion or blackmail", - "value": "Extortion" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "action:social:variety" + ] }, { + "predicate": "asset:assets:variety", "entry": [ { - "expanded": "Baiting (planting infected media)", - "value": "Baiting" - } - ], - "predicate": "action:social:variety" - }, - { - "entry": [ + "value": "E - Other", + "expanded": "Embedded - Variety known but not listed" + }, { - "expanded": "Hazardous material", - "value": "Hazmat" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "E - Telematics", + "expanded": "Embedded - A dedicated device that affects the real world" + }, { - "expanded": "Extreme temperature", - "value": "Temperature" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "E - Telemetry", + "expanded": "Embedded - A dedicated device that collects data about the physical world" + }, { - "expanded": "Water leak", - "value": "Leak" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "E - Unknown", + "expanded": "Embedded - Variety not known" + }, { - "expanded": "Hurricane", - "value": "Hurricane" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Disk drive", + "expanded": "Media - Hard disk drive" + }, { - "expanded": "Ice and snow", - "value": "Ice" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Disk media", + "expanded": "Media - Disk media (e.g., CDs, DVDs)" + }, { - "expanded": "Meteorite", - "value": "Meteorite" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Documents", + "expanded": "Media - Documents" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Fax", + "expanded": "Media - The output of a fax machine" + }, { - "expanded": "Pathogen", - "value": "Pathogen" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Flash drive", + "expanded": "Media - Flash drive or card" + }, { - "expanded": "Landslide", - "value": "Landslide" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Other", + "expanded": "Media - Variety known but not listed" + }, { - "expanded": "Tornado", - "value": "Tornado" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Payment card", + "expanded": "Media - Payment card (e.g., magstripe, EMV)" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Smart card", + "expanded": "Media - Identity smart card" + }, { - "expanded": "Earthquake", - "value": "Earthquake" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Tapes", + "expanded": "Media - Backup tapes" + }, { - "expanded": "Particulate matter (e.g., dust, smoke)", - "value": "Particulates" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "M - Unknown", + "expanded": "Media - Variety not known" + }, { - "expanded": "Power failure or fluctuation", - "value": "Power failure" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - Access reader", + "expanded": "Network - Access control reader (e.g., badge, biometric)" + }, { - "expanded": "Electromagnetic interference (EMI)", - "value": "EMI" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - Broadband", + "expanded": "Network - Mobile broadband network" + }, { - "expanded": "Humidity", - "value": "Humidity" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - Camera", + "expanded": "Network - Camera or surveillance system" + }, { - "expanded": "Tsunami", - "value": "Tsunami" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - Firewall", + "expanded": "Network - Firewall" + }, { - "expanded": "Electrostatic discharge (ESD)", - "value": "ESD" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - HSM", + "expanded": "Network - Hardware security module (HSM)" + }, { - "expanded": "Deterioration and degradation", - "value": "Deterioration" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - IDS", + "expanded": "Network - IDS or IPs" + }, { - "expanded": "Volcanic eruption", - "value": "Volcano" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - LAN", + "expanded": "Network - Wired LAN" + }, { - "expanded": "Lightning", - "value": "Lightning" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - NAS", + "expanded": "Network - Network area storage (NAS)" + }, { - "expanded": "Wind", - "value": "Wind" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - Other", + "expanded": "Network - Variety known but not listed" + }, { - "expanded": "Flood", - "value": "Flood" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - PBX", + "expanded": "Network - Private branch exchange (PBX)" + }, { - "expanded": "Vermin", - "value": "Vermin" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - PLC", + "expanded": "Network - Programmable logic controller (PLC)" + }, { - "expanded": "Fire", - "value": "Fire" - } - ], - "predicate": "action:environmental:variety" - }, - { - "entry": [ + "value": "N - Private WAN", + "expanded": "Network - Private WAN" + }, { - "expanded": "Random error (no reason, no fault)", - "value": "Random error" - } - ], - "predicate": "action:error:vector" - }, - { - "entry": [ + "value": "N - Public WAN", + "expanded": "Network - Public WAN" + }, { - "expanded": "Carelessness", - "value": "Carelessness" - } - ], - "predicate": "action:error:vector" - }, - { - "entry": [ + "value": "N - RTU", + "expanded": "Network - Remote terminal unit (RTU)" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:error:vector" - }, - { - "entry": [ + "value": "N - Router or switch", + "expanded": "Network - Router or switch" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:error:vector" - }, - { - "entry": [ + "value": "N - SAN", + "expanded": "Network - Storage area network (SAN)" + }, { - "expanded": "Inadequate or insufficient processes", - "value": "Inadequate processes" - } - ], - "predicate": "action:error:vector" - }, - { - "entry": [ + "value": "N - Telephone", + "expanded": "Network - Telephone" + }, { - "expanded": "Inadequate or insufficient technology resources", - "value": "Inadequate technology" - } - ], - "predicate": "action:error:vector" - }, - { - "entry": [ + "value": "N - Unknown", + "expanded": "Network - Variety not known" + }, { - "expanded": "Inadequate or insufficient personnel", - "value": "Inadequate personnel" - } - ], - "predicate": "action:error:vector" - }, - { - "entry": [ + "value": "N - VoIP adapter", + "expanded": "Network - VoIP adapter" + }, { - "expanded": "Disposal error", - "value": "Disposal error" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "N - WLAN", + "expanded": "Network - Wireless LAN" + }, { - "expanded": "Omission (something intended, but not done)", - "value": "Omission" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "Other", + "expanded": "Asset type known but not User Device, Server, Public Terminal, Server, People, Network, or Media" + }, { - "expanded": "Loss or misplacement", - "value": "Loss" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Auditor", + "expanded": "People - Auditor" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Call center", + "expanded": "People - Call center" + }, { - "expanded": "Maintenance error", - "value": "Maintenance error" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Cashier", + "expanded": "People - Cashier" + }, { - "expanded": "Misinformation (unintentionally giving false info)", - "value": "Misinformation" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Customer", + "expanded": "People - Customer" + }, { - "expanded": "Physical accidents (e.g., drops, bumps, spills)", - "value": "Physical accidents" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Developer", + "expanded": "People - Developer" + }, { - "expanded": "Publishing error (private info to public doc or site)", - "value": "Publishing error" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - End-user", + "expanded": "People - End-user" + }, { - "expanded": "Technical malfunction or glitch", - "value": "Malfunction" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Executive", + "expanded": "People - Executive" + }, { - "expanded": "Poor capacity planning", - "value": "Capacity shortage" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Finance", + "expanded": "People - Finance" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Former employee", + "expanded": "People - Former employee" + }, { - "expanded": "Programming error (flaws or bugs in custom code)", - "value": "Programming error" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Guard", + "expanded": "People - Guard" + }, { - "expanded": "Data entry error", - "value": "Data entry error" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Helpdesk", + "expanded": "People - Helpdesk" + }, { - "expanded": "Gaffe (social or verbal slip)", - "value": "Gaffe" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Human resources", + "expanded": "People - Human resources" + }, { - "expanded": "Misconfiguration", - "value": "Misconfiguration" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Maintenance", + "expanded": "People - Maintenance" + }, { - "expanded": "Misdelivery (send wrong info or to wrong recipient)", - "value": "Misdelivery" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Manager", + "expanded": "People - Manager" + }, { - "expanded": "Classification or labeling error", - "value": "Classification error" - } - ], - "predicate": "action:error:variety" - }, - { - "entry": [ + "value": "P - Other", + "expanded": "People - Variety known but not listed" + }, { - "expanded": "Physical access within corporate facility", - "value": "Physical access" - } - ], - "predicate": "action:misuse:vector" - }, - { - "entry": [ + "value": "P - Partner", + "expanded": "People - Partner" + }, { - "expanded": "Remote access connection to corporate network (i.e. VPN)", - "value": "Remote access" - } - ], - "predicate": "action:misuse:vector" - }, - { - "entry": [ + "value": "P - System admin", + "expanded": "People - Administrator" + }, { - "expanded": "Local network access within corporate facility", - "value": "LAN access" - } - ], - "predicate": "action:misuse:vector" - }, - { - "entry": [ + "value": "P - Unknown", + "expanded": "People - Variety not known" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:misuse:vector" - }, - { - "entry": [ + "value": "S - Authentication", + "expanded": "Server - Authentication" + }, { - "expanded": "Non-corporate facilities or networks", - "value": "Non-corporate" - } - ], - "predicate": "action:misuse:vector" - }, - { - "entry": [ + "value": "S - Backup", + "expanded": "Server - Backup" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:misuse:vector" - }, - { - "entry": [ + "value": "S - Code repository", + "expanded": "Server - Code repository" + }, { - "expanded": "The misuse action resulted in additional permissions", - "value": "Elevate" - } - ], - "predicate": "action:misuse:result" - }, - { - "entry": [ + "value": "S - Configuration or patch management", + "expanded": "Servers maintaining or deploying configurations or patches to other assets" + }, { - "expanded": "The misuse action exfiltrated data from the victim", - "value": "Exfiltrate" - } - ], - "predicate": "action:misuse:result" - }, - { - "entry": [ + "value": "S - DCS", + "expanded": "Server - Distributed control system (DCS)" + }, { - "expanded": "The misuse action infiltrated the victim", - "value": "Infiltrate" - } - ], - "predicate": "action:misuse:result" - }, - { - "entry": [ + "value": "S - DHCP", + "expanded": "Server - DHCP" + }, { - "expanded": "Use of unapproved software or services", - "value": "Unapproved software" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - DNS", + "expanded": "Server - DNS" + }, { - "expanded": "Storage or distribution of illicit content", - "value": "Illicit content" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - Database", + "expanded": "Server - Database" + }, { - "expanded": "Unapproved workaround or shortcut", - "value": "Unapproved workaround" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - Directory", + "expanded": "Server - Directory (LDAP, AD)" + }, { - "expanded": "Use of unapproved hardware or devices", - "value": "Unapproved hardware" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - File", + "expanded": "Server - File" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - ICS", + "expanded": "Server - Industrial Control System (ICS). Includes Supervisory Control And Data Acquisition (SCADA) systems." + }, { - "expanded": "Inappropriate use of email or IM", - "value": "Email misuse" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - Log", + "expanded": "Server - Log or event management" + }, { - "expanded": "Abuse of physical access to asset", - "value": "Possession abuse" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - Mail", + "expanded": "Server - Mail" + }, { - "expanded": " Other", - "value": "Other" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - Mainframe", + "expanded": "Server - Mainframe" + }, { - "expanded": "Inappropriate use of network or Web access", - "value": "Net misuse" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - Other", + "expanded": "Server - Variety known but not listed" + }, { - "expanded": "Handling of data in an unapproved manner", - "value": "Data mishandling" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - POS controller", + "expanded": "Server - POS controller" + }, { - "expanded": "Abuse of system access privileges", - "value": "Privilege abuse" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - Payment switch", + "expanded": "Server - Payment switch or gateway" + }, { - "expanded": "Abuse of private or entrusted knowledge", - "value": "Knowledge abuse" - } - ], - "predicate": "action:misuse:variety" - }, - { - "entry": [ + "value": "S - Print", + "expanded": "Server - Print" + }, { - "expanded": "Physical access or connection (i.e., at keyboard or via cable) ", - "value": "Physical access" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "S - Proxy", + "expanded": "Server - Proxy" + }, { - "expanded": "Remote shell", - "value": "Command shell" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "S - Remote access", + "expanded": "Server - Remote access" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "S - Unknown", + "expanded": "Server - Variety not known" + }, { - "expanded": "Superset of 'Desktop sharing' and '3rd party desktop'. Please use in place of the other two", - "value": "Desktop sharing software" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "S - VM host", + "expanded": "Server - Virtual Host" + }, { - "expanded": "Backdoor or command and control channel", - "value": "Backdoor or C2" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "S - Web application", + "expanded": "Server - Web application" + }, { - "expanded": "Web application", - "value": "Web application" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "T - ATM", + "expanded": "Public Terminal - Automated Teller Machine (ATM)" + }, { - "expanded": "Graphical desktop sharing (RDP, VNC, PCAnywhere, Citrix)", - "value": "Desktop sharing" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "T - Gas terminal", + "expanded": "Public Terminal - Gas \"pay-at-the-pump\" terminal" + }, { - "expanded": "3rd party online desktop sharing (LogMeIn, Go2Assist)", - "value": "3rd party desktop" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "T - Kiosk", + "expanded": "Public Terminal - Self-service kiosk" + }, { - "expanded": "Partner connection or credential", - "value": "Partner" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "T - Other", + "expanded": "Public Terminal - Variety known but not listed" + }, { - "expanded": "VPN", - "value": "VPN" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "T - PED pad", + "expanded": "Public Terminal - Detached PIN pad or card reader" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:hacking:vector" - }, - { - "entry": [ + "value": "T - Unknown", + "expanded": "Public Terminal - Variety not known" + }, { - "expanded": "The hacking action resulted in additional permissions", - "value": "Elevate" - } - ], - "predicate": "action:hacking:result" - }, - { - "entry": [ + "value": "U - Auth token", + "expanded": "User Device - Authentication token or device" + }, { - "expanded": "The hacking action exfiltrated data from the victim", - "value": "Exfiltrate" - } - ], - "predicate": "action:hacking:result" - }, - { - "entry": [ + "value": "U - Desktop", + "expanded": "User Device - Desktop or workstation" + }, { - "expanded": "The hacking action infiltrated the victim", - "value": "Infiltrate" - } - ], - "predicate": "action:hacking:result" - }, - { - "entry": [ + "value": "U - Laptop", + "expanded": "User Device - Laptop" + }, { - "expanded": "Cross-site scripting", - "value": "XSS" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - Media", + "expanded": "User Device - Media player or recorder" + }, { - "expanded": "HTTP Response Splitting", - "value": "HTTP Response Splitting" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - Mobile phone", + "expanded": "User Device - Mobile phone or smartphone" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - Other", + "expanded": "User Device - Variety known but not listed" + }, { - "expanded": "Buffer overflow", - "value": "Buffer overflow" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - POS terminal", + "expanded": "User Device - POS terminal" + }, { - "expanded": "Format string attack", - "value": "Format string attack" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - Peripheral", + "expanded": "User Device - Peripheral (e.g., printer, copier, fax)" + }, { - "expanded": "LDAP injection", - "value": "LDAP injection" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - Tablet", + "expanded": "User Device - Tablet" + }, { - "expanded": "SSI injection", - "value": "SSI injection" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - Telephone", + "expanded": "User Device - Telephone" + }, { - "expanded": "Man-in-the-middle attack", - "value": "MitM" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - Unknown", + "expanded": "User Device - Variety not known" + }, { - "expanded": "Path traversal", - "value": "Path traversal" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "U - VoIP phone", + "expanded": "User Device - VoIP phone" + }, { - "expanded": "URL redirector abuse", - "value": "URL redirector abuse" + "value": "Unknown", + "expanded": "Unknown type of asset" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "attribute:availability:variety", "entry": [ { - "expanded": "Use of Backdoor or C2 channel", - "value": "Use of backdoor or C2" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Acceleration", + "expanded": "Acceleration" + }, { - "expanded": "Mail command injection", - "value": "Mail command injection" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Degradation", + "expanded": "Performance degradation" + }, { - "expanded": "Virtual machine escape", - "value": "Virtual machine escape" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Destruction", + "expanded": "Destruction" + }, { - "expanded": "OS commanding", - "value": "OS commanding" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Interruption", + "expanded": "Interruption" + }, { - "expanded": "Soap array abuse", - "value": "Soap array abuse" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Loss", + "expanded": "Loss" + }, { - "expanded": "Footprinting and fingerprinting", - "value": "Footprinting" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Obscuration", + "expanded": "Conversion or obscuration" + }, { - "expanded": "Cryptanalysis", - "value": "Cryptanalysis" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "SQL injection", - "value": "SQLi" + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "attribute:confidentiality:data_disclosure", "entry": [ { - "expanded": "XML external entities", - "value": "XML external entities" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "No", + "expanded": "No" + }, { - "expanded": "Abuse of functionality", - "value": "Abuse of functionality" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Potentially", + "expanded": "Potentially (at risk)" + }, { - "expanded": "XML injection", - "value": "XML injection" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Routing detour", - "value": "Routing detour" + "value": "Yes", + "expanded": "Yes (confirmed)" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "attribute:confidentiality:data_victim", "entry": [ { - "expanded": "HTTP response smuggling", - "value": "HTTP response smuggling" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Customer", + "expanded": "Customer" + }, { - "expanded": "Forced browsing or predictable resource location", - "value": "Forced browsing" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Employee", + "expanded": "Employee" + }, { - "expanded": "Cache poisoning", - "value": "Cache poisoning" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Null byte injection", - "value": "Null byte injection" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Partner", + "expanded": "Partner" + }, { - "expanded": "Reverse engineering", - "value": "Reverse engineering" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "Patient", + "expanded": "Patient" + }, { - "expanded": "Brute force or password guessing attacks", - "value": "Brute force" + "value": "Student", + "expanded": "Student" + }, + { + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "attribute:confidentiality:state", "entry": [ { - "expanded": "Fuzz testing", - "value": "Fuzz testing" + "value": "Other", + "expanded": "Data state known but not listed." + }, + { + "value": "Printed", + "expanded": "Data printed in human-readable format" + }, + { + "value": "Processed", + "expanded": "Processed" + }, + { + "value": "Stored", + "expanded": "Stored" + }, + { + "value": "Stored encrypted", + "expanded": "Stored encrypted" + }, + { + "value": "Stored unencrypted", + "expanded": "Stored unencrypted" + }, + { + "value": "Transmitted", + "expanded": "Transmitted" + }, + { + "value": "Transmitted encrypted", + "expanded": "Transmitted encrypted" + }, + { + "value": "Transmitted unencrypted", + "expanded": "Transmitted unencrypted" + }, + { + "value": "Unknown", + "expanded": "Data stat not known" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "attribute:integrity:variety", "entry": [ { - "expanded": "Offline password or key cracking (e.g., rainbow tables, Hashcat, JtR)", - "value": "Offline cracking" + "value": "Alter behavior", + "expanded": "Influence or alter human behavior" + }, + { + "value": "Created account", + "expanded": "Created new user account" + }, + { + "value": "Defacement", + "expanded": "Deface content" + }, + { + "value": "Fraudulent transaction", + "expanded": "Initiate fraudulent transaction" + }, + { + "value": "Hardware tampering", + "expanded": "Hardware tampering or physical alteration" + }, + { + "value": "Log tampering", + "expanded": "Log tampering or modification" + }, + { + "value": "Misrepresentation", + "expanded": "Misrepresentation" + }, + { + "value": "Modify configuration", + "expanded": "Modified configuration or services" + }, + { + "value": "Modify data", + "expanded": "Modified stored data or content" + }, + { + "value": "Modify privileges", + "expanded": "Modified privileges or permissions" + }, + { + "value": "Other", + "expanded": "Other" + }, + { + "value": "Repurpose", + "expanded": "Repurposed asset for unauthorized function" + }, + { + "value": "Software installation", + "expanded": "Software installation or code modification" + }, + { + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "impact:loss:rating", "entry": [ { - "expanded": "Cross-site request forgery", - "value": "CSRF" + "value": "Major", + "expanded": "Major" + }, + { + "value": "Minor", + "expanded": "Minor" + }, + { + "value": "Moderate", + "expanded": "Moderate" + }, + { + "value": "None", + "expanded": "None" + }, + { + "value": "Unknown", + "expanded": "Unknown" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "impact:loss:variety", "entry": [ { - "expanded": "XML entity expansion", - "value": "XML entity expansion" + "value": "Asset and fraud", + "expanded": "Asset and fraud-related losses" + }, + { + "value": "Brand damage", + "expanded": "Brand and market damage" + }, + { + "value": "Business disruption", + "expanded": "Business disruption" + }, + { + "value": "Competitive advantage", + "expanded": "Loss of competitive advantage" + }, + { + "value": "Legal and regulatory", + "expanded": "Legal and regulatory costs" + }, + { + "value": "Operating costs", + "expanded": "Increased operating costs" + }, + { + "value": "Other", + "expanded": "Impact variety known but not listed." + }, + { + "value": "Response and recovery", + "expanded": "Response and recovery costs" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "timeline:compromise:unit", "entry": [ { - "expanded": "Remote file inclusion", - "value": "RFI" + "value": "Days", + "expanded": "Days" + }, + { + "value": "Hours", + "expanded": "Hours" + }, + { + "value": "Minutes", + "expanded": "Minutes" + }, + { + "value": "Months", + "expanded": "Months" + }, + { + "value": "NA", + "expanded": "Compromise does not apply in the context of the security event." + }, + { + "value": "Never", + "expanded": "Never" + }, + { + "value": "Seconds", + "expanded": "Seconds" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Weeks", + "expanded": "Weeks" + }, + { + "value": "Years", + "expanded": "Years" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "timeline:containment:unit", "entry": [ { - "expanded": "Session fixation", - "value": "Session fixation" + "value": "Days", + "expanded": "Days" + }, + { + "value": "Hours", + "expanded": "Hours" + }, + { + "value": "Minutes", + "expanded": "Minutes" + }, + { + "value": "Months", + "expanded": "Months" + }, + { + "value": "NA", + "expanded": "Containment does not apply in the context of the security event." + }, + { + "value": "Never", + "expanded": "Never" + }, + { + "value": "Seconds", + "expanded": "Seconds" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Weeks", + "expanded": "Weeks" + }, + { + "value": "Years", + "expanded": "Years" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "timeline:discovery:unit", "entry": [ { - "expanded": "Integer overflows", - "value": "Integer overflows" + "value": "Days", + "expanded": "Days" + }, + { + "value": "Hours", + "expanded": "Hours" + }, + { + "value": "Minutes", + "expanded": "Minutes" + }, + { + "value": "Months", + "expanded": "Months" + }, + { + "value": "NA", + "expanded": "Discovery does not apply in the context of the security event." + }, + { + "value": "Never", + "expanded": "Never" + }, + { + "value": "Seconds", + "expanded": "Seconds" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Weeks", + "expanded": "Weeks" + }, + { + "value": "Years", + "expanded": "Years" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "timeline:exfiltration:unit", "entry": [ { - "expanded": "XQuery injection", - "value": "XQuery injection" + "value": "Days", + "expanded": "Days" + }, + { + "value": "Hours", + "expanded": "Hours" + }, + { + "value": "Minutes", + "expanded": "Minutes" + }, + { + "value": "Months", + "expanded": "Months" + }, + { + "value": "NA", + "expanded": "Exfiltration does not apply in the context of the security event." + }, + { + "value": "Never", + "expanded": "Never" + }, + { + "value": "Seconds", + "expanded": "Seconds" + }, + { + "value": "Unknown", + "expanded": "Unknown" + }, + { + "value": "Weeks", + "expanded": "Weeks" + }, + { + "value": "Years", + "expanded": "Years" } - ], - "predicate": "action:hacking:variety" + ] }, { + "predicate": "victim:revenue:iso_currency_code", "entry": [ { - "expanded": "Pass-the-hash", - "value": "Pass-the-hash" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "AED", + "expanded": "AED - UAE Dirham" + }, + { + "value": "AFN", + "expanded": "AFN - Afghani" + }, + { + "value": "ALL", + "expanded": "ALL - Lek" + }, + { + "value": "AMD", + "expanded": "AMD - Armenian Dram" + }, + { + "value": "ANG", + "expanded": "ANG - Netherlands Antillean Guilder" + }, + { + "value": "AOA", + "expanded": "AOA - Kwanza" + }, + { + "value": "ARS", + "expanded": "ARS - Argentine Peso" + }, + { + "value": "AUD", + "expanded": "AUD - Australian Dollar" + }, + { + "value": "AWG", + "expanded": "AWG - Aruban Florin" + }, + { + "value": "AZN", + "expanded": "AZN - Azerbaijanian Manat" + }, + { + "value": "BAM", + "expanded": "BAM - Convertible Mark" + }, + { + "value": "BBD", + "expanded": "BBD - Barbados Dollar" + }, + { + "value": "BDT", + "expanded": "BDT - Taka" + }, + { + "value": "BGN", + "expanded": "BGN - Bulgarian Lev" + }, + { + "value": "BHD", + "expanded": "BHD - Bahraini Dinar" + }, + { + "value": "BIF", + "expanded": "BIF - Burundi Franc" + }, + { + "value": "BMD", + "expanded": "BMD - Bermudian Dollar" + }, + { + "value": "BND", + "expanded": "BND - Brunei Dollar" + }, + { + "value": "BOB", + "expanded": "BOB - Boliviano" + }, + { + "value": "BRL", + "expanded": "BRL - Brazilian Real" + }, + { + "value": "BSD", + "expanded": "BSD - Bahamian Dollar" + }, + { + "value": "BTN", + "expanded": "BTN - Ngultrum" + }, + { + "value": "BWP", + "expanded": "BWP - Pula" + }, + { + "value": "BYR", + "expanded": "BYR - Belarussian Ruble" + }, + { + "value": "BZD", + "expanded": "BZD - Belize Dollar" + }, + { + "value": "CAD", + "expanded": "CAD - Canadian Dollar" + }, + { + "value": "CDF", + "expanded": "CDF - Congolese Franc" + }, + { + "value": "CHF", + "expanded": "CHF - Swiss Franc" + }, + { + "value": "CLP", + "expanded": "CLP - Chilean Peso" + }, + { + "value": "CNY", + "expanded": "CNY - Yuan Renminbi" + }, + { + "value": "COP", + "expanded": "COP - Colombian Peso" + }, + { + "value": "CRC", + "expanded": "CRC - Costa Rican Colon" + }, + { + "value": "CUC", + "expanded": "CUC - Peso Convertible" + }, + { + "value": "CUP", + "expanded": "CUP - Cuban Peso" + }, + { + "value": "CVE", + "expanded": "CVE - Cape Verde Escudo" + }, + { + "value": "CZK", + "expanded": "CZK - Czech Koruna" + }, + { + "value": "DJF", + "expanded": "DJF - Djibouti Franc" + }, + { + "value": "DKK", + "expanded": "DKK - Danish Krone" + }, + { + "value": "DOP", + "expanded": "DOP - Dominican Peso" + }, + { + "value": "DZD", + "expanded": "DZD - Algerian Dinar" + }, + { + "value": "EGP", + "expanded": "EGP - Egyptian Pound" + }, + { + "value": "ERN", + "expanded": "ERN - Nakfa" + }, + { + "value": "ETB", + "expanded": "ETB - Ethiopian Birr" + }, + { + "value": "EUR", + "expanded": "EUR - Euro" + }, + { + "value": "FJD", + "expanded": "FJD - Fiji Dollar" + }, + { + "value": "FKP", + "expanded": "FKP - Falkland Islands Pound" + }, + { + "value": "GBP", + "expanded": "GBP - Pound Sterling" + }, + { + "value": "GEL", + "expanded": "GEL - Lari" + }, + { + "value": "GGP", + "expanded": "GGP - Guernsey pound" + }, + { + "value": "GHS", + "expanded": "GHS - Ghana Cedi" + }, + { + "value": "GIP", + "expanded": "GIP - Gibraltar Pound" + }, + { + "value": "GMD", + "expanded": "GMD - Dalasi" + }, + { + "value": "GNF", + "expanded": "GNF - Guinea Franc" + }, + { + "value": "GTQ", + "expanded": "GTQ - Quetzal" + }, + { + "value": "GYD", + "expanded": "GYD - Guyana Dollar" + }, + { + "value": "HKD", + "expanded": "HKD - Hong Kong Dollar" + }, + { + "value": "HNL", + "expanded": "HNL - Lempira" + }, + { + "value": "HRK", + "expanded": "HRK - Croatian Kuna" + }, + { + "value": "HTG", + "expanded": "HTG - Gourde" + }, + { + "value": "HUF", + "expanded": "HUF - Forint" + }, + { + "value": "IDR", + "expanded": "IDR - Rupiah" + }, + { + "value": "ILS", + "expanded": "ILS - New Israeli Sheqel" + }, + { + "value": "IMP", + "expanded": "IMP - Isle of Man Pound" + }, + { + "value": "INR", + "expanded": "INR - Indian Rupee" + }, + { + "value": "IQD", + "expanded": "IQD - Iraqi Dinar" + }, + { + "value": "IRR", + "expanded": "IRR - Iranian Rial" + }, + { + "value": "ISK", + "expanded": "ISK - Iceland Krona" + }, + { + "value": "JEP", + "expanded": "JEP - Jersey pound" + }, + { + "value": "JMD", + "expanded": "JMD - Jamaican Dollar" + }, + { + "value": "JOD", + "expanded": "JOD - Jordanian Dinar" + }, + { + "value": "JPY", + "expanded": "JPY - Yen" + }, + { + "value": "KES", + "expanded": "KES - Kenyan Shilling" + }, + { + "value": "KGS", + "expanded": "KGS - Som" + }, + { + "value": "KHR", + "expanded": "KHR - Riel" + }, + { + "value": "KMF", + "expanded": "KMF - Comoro Franc" + }, + { + "value": "KPW", + "expanded": "KPW - North Korean Won" + }, + { + "value": "KRW", + "expanded": "KRW - South Korean Won" + }, + { + "value": "KWD", + "expanded": "KWD - Kuwaiti Dinar" + }, + { + "value": "KYD", + "expanded": "KYD - Cayman Islands Dollar" + }, + { + "value": "KZT", + "expanded": "KZT - Tenge" + }, + { + "value": "LAK", + "expanded": "LAK - Kip" + }, + { + "value": "LBP", + "expanded": "LBP - Lebanese Pound" + }, + { + "value": "LKR", + "expanded": "LKR - Sri Lanka Rupee" + }, + { + "value": "LRD", + "expanded": "LRD - Liberian Dollar" + }, + { + "value": "LSL", + "expanded": "LSL - Loti" + }, + { + "value": "LTL", + "expanded": "LTL - Lithuanian Litas" + }, + { + "value": "LVL", + "expanded": "LVL - Latvian Lats" + }, + { + "value": "LYD", + "expanded": "LYD - Libyan Dinar" + }, + { + "value": "MAD", + "expanded": "MAD - Moroccan Dirham" + }, + { + "value": "MDL", + "expanded": "MDL - Moldovan Leu" + }, + { + "value": "MGA", + "expanded": "MGA - Malagasy Ariary" + }, + { + "value": "MKD", + "expanded": "MKD - Denar" + }, + { + "value": "MMK", + "expanded": "MMK - Kyat" + }, + { + "value": "MNT", + "expanded": "MNT - Tugrik" + }, + { + "value": "MOP", + "expanded": "MOP - Pataca" + }, + { + "value": "MRO", + "expanded": "MRO - Ouguiya" + }, + { + "value": "MUR", + "expanded": "MUR - Mauritius Rupee" + }, + { + "value": "MVR", + "expanded": "MVR - Rufiyaa" + }, + { + "value": "MWK", + "expanded": "MWK - Kwacha" + }, + { + "value": "MXN", + "expanded": "MXN - Mexican Peso" + }, + { + "value": "MYR", + "expanded": "MYR - Malaysian Ringgit" + }, + { + "value": "MZN", + "expanded": "MZN - Mozambique Metical" + }, + { + "value": "NAD", + "expanded": "NAD - Namibia Dollar" + }, + { + "value": "NGN", + "expanded": "NGN - Naira" + }, + { + "value": "NIO", + "expanded": "NIO - Cordoba Oro" + }, + { + "value": "NOK", + "expanded": "NOK - Norwegian Krone" + }, + { + "value": "NPR", + "expanded": "NPR - Nepalese Rupee" + }, + { + "value": "NZD", + "expanded": "NZD - New Zealand Dollar" + }, + { + "value": "OMR", + "expanded": "OMR - Rial Omani" + }, + { + "value": "PAB", + "expanded": "PAB - Balboa" + }, + { + "value": "PEN", + "expanded": "PEN - Nuevo Sol" + }, + { + "value": "PGK", + "expanded": "PGK - Kina" + }, + { + "value": "PHP", + "expanded": "PHP - Philippine Peso" + }, + { + "value": "PKR", + "expanded": "PKR - Pakistan Rupee" + }, + { + "value": "PLN", + "expanded": "PLN - Zloty" + }, + { + "value": "PYG", + "expanded": "PYG - Guarani" + }, + { + "value": "QAR", + "expanded": "QAR - Qatari Rial" + }, + { + "value": "RON", + "expanded": "RON - New Romanian Leu" + }, + { + "value": "RSD", + "expanded": "RSD - Serbian Dinar" + }, + { + "value": "RUB", + "expanded": "RUB - Russian Ruble" + }, + { + "value": "RWF", + "expanded": "RWF - Rwanda Franc" + }, + { + "value": "SAR", + "expanded": "SAR - Saudi Riyal" + }, + { + "value": "SBD", + "expanded": "SBD - Solomon Islands Dollar" + }, { - "expanded": "XML attribute blowup", - "value": "XML attribute blowup" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SCR", + "expanded": "SCR - Seychelles Rupee" + }, { - "expanded": "Credential or session prediction", - "value": "Session prediction" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SDG", + "expanded": "SDG - Sudanese Pound" + }, { - "expanded": "Use of stolen authentication credentials", - "value": "Use of stolen creds" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SEK", + "expanded": "SEK - Swedish Krona" + }, { - "expanded": "HTTP request smuggling", - "value": "HTTP request smuggling" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SGD", + "expanded": "SGD - Singapore Dollar" + }, { - "expanded": "XPath injection", - "value": "XPath injection" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SHP", + "expanded": "SHP - Saint Helena Pound" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SLL", + "expanded": "SLL - Leone" + }, { - "expanded": "Denial of service", - "value": "DoS" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SOS", + "expanded": "SOS - Somali Shilling" + }, { - "expanded": "Special element injection", - "value": "Special element injection" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SPL", + "expanded": "SPL - Seborga Luigino" + }, { - "expanded": "HTTP request splitting", - "value": "HTTP request splitting" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "SRD", + "expanded": "SRD - Surinam Dollar" + }, { - "expanded": "Session replay", - "value": "Session replay" - } - ], - "predicate": "action:hacking:variety" - }, - { - "entry": [ + "value": "STD", + "expanded": "STD - Dobra" + }, { - "expanded": "Personal vehicle", - "value": "Personal vehicle" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "SVC", + "expanded": "SVC - El Salvador Colon" + }, { - "expanded": "Given temporary visitor access", - "value": "Visitor privileges" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "SYP", + "expanded": "SYP - Syrian Pound" + }, { - "expanded": "Public facility or area", - "value": "Public facility" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "SZL", + "expanded": "SZL - Lilangeni" + }, { - "expanded": "Victim outdoor grounds", - "value": "Victim grounds" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "THB", + "expanded": "THB - Baht" + }, { - "expanded": "The location was uncontrolled (public)", - "value": "Uncontrolled location" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TJS", + "expanded": "TJS - Somoni" + }, { - "expanded": "Partner vehicle (e.g., delivery truck)", - "value": "Partner vehicle" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TMT", + "expanded": "TMT - Turkmenistan New Manat" + }, { - "expanded": "Victim private or work area (e.g., office space)", - "value": "Victim work area" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TND", + "expanded": "TND - Tunisian Dinar" + }, { - "expanded": "Victim high security area (e.g., server room, R&D labs)", - "value": "Victim secure area" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TOP", + "expanded": "TOP - Pa'anga" + }, { - "expanded": "Partner facility or area", - "value": "Partner facility" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TRY", + "expanded": "TRY - Turkish Lira" + }, { - "expanded": "Personal residence", - "value": "Personal residence" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TTD", + "expanded": "TTD - Trinidad and Tobago Dollar" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TVD", + "expanded": "TVD - Tuvalu Dollar" + }, { - "expanded": "Public vehicle (e.g., plane, taxi)", - "value": "Public vehicle" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TWD", + "expanded": "TWD - New Taiwan Dollar" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "TZS", + "expanded": "TZS - Tanzanian Shilling" + }, { - "expanded": "Victim public or customer area (e.g., lobby, storefront)", - "value": "Victim public area" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "UAH", + "expanded": "UAH - Hryvnia" + }, { - "expanded": "Held privileged access to location", - "value": "Privileged access" - } - ], - "predicate": "action:physical:vector" - }, - { - "entry": [ + "value": "UGX", + "expanded": "UGX - Uganda Shilling" + }, { - "expanded": "The physical action resulted in additional permissions", - "value": "Elevate" - } - ], - "predicate": "action:physical:result" - }, - { - "entry": [ + "value": "USD", + "expanded": "USD - US Dollar" + }, { - "expanded": "The physical action exfiltrated data from the victim", - "value": "Exfiltrate" - } - ], - "predicate": "action:physical:result" - }, - { - "entry": [ + "value": "UYU", + "expanded": "UYU - Peso Uruguayo" + }, { - "expanded": "The physical action infiltrated the victim", - "value": "Infiltrate" - } - ], - "predicate": "action:physical:result" - }, - { - "entry": [ + "value": "UZS", + "expanded": "UZS - Uzbekistan Sum" + }, { - "expanded": "Installing card skimming device", - "value": "Skimmer" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "VEF", + "expanded": "VEF - Bolivar " + }, { - "expanded": "Snooping (sneak about to gain info or access)", - "value": "Snooping" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "VND", + "expanded": "VND - Dong" + }, { - "expanded": "Tampering (alter physical form or function)", - "value": "Tampering" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "VUV", + "expanded": "VUV - Vatu" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "WST", + "expanded": "WST - Tala" + }, { - "expanded": "Theft (taking assets without permission)", - "value": "Theft" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "XAF", + "expanded": "XAF - CFA Franc BEAC" + }, { - "expanded": "Connection", - "value": "Connection" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "XCD", + "expanded": "XCD - East Caribbean Dollar" + }, { - "expanded": "Surveillance (monitoring and observation)", - "value": "Surveillance" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "XDR", + "expanded": "XDR - SDR (Special Drawing Right)" + }, { - "expanded": "Assault (threats or acts of physical violence)", - "value": "Assault" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "XOF", + "expanded": "XOF - CFA Franc BCEAO" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "XPF", + "expanded": "XPF - CFP Franc" + }, { - "expanded": "Wiretapping (Physical tap to comms line)", - "value": "Wiretapping" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "YER", + "expanded": "YER - Yemeni Rial" + }, { - "expanded": "Bypassed physical barriers or controls", - "value": "Bypassed controls" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "ZAR", + "expanded": "ZAR - South African Rand" + }, { - "expanded": "Destruction (deliberate damaging or disabling)", - "value": "Destruction" - } - ], - "predicate": "action:physical:variety" - }, - { - "entry": [ + "value": "ZMK", + "expanded": "ZMK - Zambian Kwacha" + }, { - "expanded": "Disabled physical barriers or controls", - "value": "Disabled controls" + "value": "ZWD", + "expanded": "ZWD - Zimbabwean Dollar A/06" } - ], - "predicate": "action:physical:variety" + ] }, { + "predicate": "attribute:availability:duration:unit", "entry": [ { - "expanded": "Source code", - "value": "Source code" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Days", + "expanded": "Days" + }, { - "expanded": "Personal or identifying information (e.g., addr, ID#, credit score)", - "value": "Personal" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Hours", + "expanded": "Hours" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Minutes", + "expanded": "Minutes" + }, { - "expanded": "Medical records", - "value": "Medical" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Months", + "expanded": "Months" + }, { - "expanded": "Classified information", - "value": "Classified" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "NA", + "expanded": "NA" + }, { - "expanded": "System information (e.g., config info, open services)", - "value": "System" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Never", + "expanded": "Never" + }, { - "expanded": "Digital certificate", - "value": "Digital certificate" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Seconds", + "expanded": "Seconds" + }, { - "expanded": "Trade secrets", - "value": "Secrets" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Sensitive internal data (e.g., plans, reports, emails)", - "value": "Internal" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Weeks", + "expanded": "Weeks" + }, { - "expanded": "Virtual currency", - "value": "Virtual currency" + "value": "Years", + "expanded": "Years" } - ], - "predicate": "attribute:confidentiality:data:variety" + ] }, { + "predicate": "attribute:confidentiality:data:variety", "entry": [ { - "expanded": "Copyrighted material", - "value": "Copyrighted" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Bank", + "expanded": "Bank account data" + }, { - "expanded": "Authentication credentials (e.g., pwds, OTPs, biometrics)", - "value": "Credentials" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Classified", + "expanded": "Classified information" + }, { - "expanded": "Other", - "value": "Other" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Copyrighted", + "expanded": "Copyrighted material" + }, { - "expanded": "Payment card data (e.g., PAN, PIN, CVV2, Expiration)", - "value": "Payment" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Credentials", + "expanded": "Authentication credentials (e.g., pwds, OTPs, biometrics)" + }, { - "expanded": "Bank account data", - "value": "Bank" - } - ], - "predicate": "attribute:confidentiality:data:variety" - }, - { - "entry": [ + "value": "Digital certificate", + "expanded": "Digital certificate" + }, { - "expanded": "Never", - "value": "Never" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "Internal", + "expanded": "Sensitive internal data (e.g., plans, reports, emails)" + }, { - "expanded": "Seconds", - "value": "Seconds" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "Medical", + "expanded": "Medical records" + }, { - "expanded": "NA", - "value": "NA" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "Other", + "expanded": "Other" + }, { - "expanded": "Months", - "value": "Months" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "Payment", + "expanded": "Payment card data (e.g., PAN, PIN, CVV2, Expiration)" + }, { - "expanded": "Days", - "value": "Days" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "Personal", + "expanded": "Personal or identifying information (e.g., addr, ID#, credit score)" + }, { - "expanded": "Years", - "value": "Years" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "Secrets", + "expanded": "Trade secrets" + }, { - "expanded": "Hours", - "value": "Hours" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "Source code", + "expanded": "Source code" + }, { - "expanded": "Unknown", - "value": "Unknown" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "System", + "expanded": "System information (e.g., config info, open services)" + }, { - "expanded": "Weeks", - "value": "Weeks" - } - ], - "predicate": "attribute:availability:duration:unit" - }, - { - "entry": [ + "value": "Unknown", + "expanded": "Unknown" + }, { - "expanded": "Minutes", - "value": "Minutes" + "value": "Virtual currency", + "expanded": "Virtual currency" } - ], - "predicate": "attribute:availability:duration:unit" + ] } - ], - "version": 3, - "namespace": "veris", - "description": "Vocabulary for Event Recording and Incident Sharing (VERIS)" + ] }