andresriancho / pico

Tool to identify and exploit timing attacks
GNU General Public License v3.0
10 stars 6 forks source link

Outliers and jitter #15

Open andresriancho opened 8 years ago

andresriancho commented 8 years ago

Outliers and jitter https://youtu.be/ykNt8pSQFZQ?t=1505

How to take advantage of this? Maybe...

X and Y are two important variables that I should "brute-force" to test how well they work. Intuition tells me:

This might be very similar in nature to the box test... but it's worth a try.

Check this video to understand other potential filters I could implement. They were successful with a "low percentile filter" 2-25% (which is what I was explaining above). Note that they do eliminate 0-2%

andresriancho commented 8 years ago

I believe I could use this as a jitter filter and try the other statistical analysis methods with and without it.