Skip to content

Commit

Permalink
Merge pull request #1 from ATTACK-Workbench/324-ICS-Platforms
Browse files Browse the repository at this point in the history
Fix center-for-threat-informed-defense#324 ICS Platforms allowed values
  • Loading branch information
MaurizioCasciano authored Nov 14, 2023
2 parents 583f251 + 6c5605e commit 966d3e6
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions app/config/allowed-values.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,11 @@
{
"domainName": "ics-attack",
"allowedValues": [
"Field Controller/RTU/PLC/IED",
"Safety Instrumented System/Protection Relay",
"Device Configuration/Parameters",
"Control Server",
"Input/Output Server",
"Data Historian",
"Human-Machine Interface",
"Engineering Workstation",
"None",
"Windows"
"Windows",
"Linux",
"Network",
"Embedded",
"Cloud"
]
}
]
Expand Down Expand Up @@ -176,14 +171,11 @@
{
"domainName": "ics-attack",
"allowedValues": [
"Field Controller/RTU/PLC/IED",
"Safety Instrumented System/Protection Relay",
"Control Server",
"Input/Output Server",
"Windows",
"Human-Machine Interface",
"Engineering Workstation",
"Data Historian"
"Linux",
"Network",
"Embedded",
"Cloud"
]
}
]
Expand Down Expand Up @@ -250,7 +242,13 @@
},
{
"domainName": "ics-attack",
"allowedValues": []
"allowedValues": [
"Windows",
"Linux",
"Network",
"Embedded",
"Cloud"
]
}
]
}
Expand Down

0 comments on commit 966d3e6

Please sign in to comment.