Final Exam Flashcards
An ICS is composed of ___.
of multiple interconnected components, each containing several sensors/actuators governed by one (or more) PLCs (Programmable Logic Controller)
ICS Disruption: What are control channel attacks?
Malicious command (control signals) to directly manipulate plant devices
ICS Disruption: What are false data injection?
Use forged sensor data/ configuration parameters to cause harmful control decisions
(ML adversary knowledge) What is black box?
The adversary has no knowledge about the ML model except input-output pairings obtained using the target model as an Oracle.
(ML adversary knowledge) What is white box?
The adversary has complete knowledge of the targeted model, including its parameter values, architecture, training method, and in some cases its training data.
(ML adversary knowledge) What is grey box?
Attack which assumes partial knowledge about the ML model under attack such as type of features or type of training data.
(ML attack) What is training time attacks?
An adversary aims to obtain or influence the training data and model
(ML attack) What is test time attacks?
An adversary attempts to evade a deployed system at test time by carefully manipulating attack samples
(ML) What are some adversarial goals?
- Confidence reduction
- Misclassification
- Targeted misclassification
- Source/Target misclassification
(ML attack) What is poisoning attacks?
An adversary tries to manipulate the training dataset in order to control the prediction behavior of a trained model such that the model will label malicious examples into a desired class
(ML attack) What is evasion attacks?
The attacker manipulates input samples at test time to evade a trained classifier at test time
(ML) What is model extraction?
An adversary aims to discover the structure or parameters of the model by observing its prediction
What is membership inference?
An attack that targets the information of whether or not a given data point was part of the training dataset or part of the same distribution as the training dataset