What are the types of side channels?
I/O Observable, Software observable, physically observable
What is an I/O Observable SC?
Using metadata about a program’s response to input/output to leak information
What is a software observable SC?
obtaining information by executing a program on the target system
What is a physically observable SC?
obtain information by observing the target’s physical properties
Subtypes of I/O SCs?
Timing side channel, termination side channel (subtype of timing)
What is and isn’t an I/O SC?
Observing when and how large data is sent, NOT the data itself
Why are I/O SC dangerous?
They generally do not require physical access and therefore can be done remotely and without permissions
What is the main cause of I/O SC?
Secret-dependent control flows that create a timing difference
What is the main idea behind software observable SC?
Programs running on the same computer share resources. By measuring your own performance, you can learn information about other programs’ resource usage
Name some shared resource side channels
Shared resource contention side channels
?
What is speculative execution?
when we are not sure what instructions we should be executing, so we speculatively execute our best guess (branch pred)
Describe Spectre
Speculative execution attack.
What are some examples of physically observable SCs?
Power, sound/acoustic, backscattering, electromagnetic, temperature, photonic/light, fault injections (physically inject fault signal into the system)
Subtypes of power SCs?
What are the benefits of EM SCs?
- hard to mimic EM signals - harder for malware to fake the correct signal