strategies for successful fault injection
play

strategies for successful fault injection Rafael Boix Carpi 1 , - PowerPoint PPT Presentation

Glitch it if you can: parameter search strategies for successful fault injection Rafael Boix Carpi 1 , Stjepan Picek 2,3 , Lejla Batina 2 , Federico Menarini 1 , Domagoj Jakobovic 3 and Marin Golub 3 1 Riscure BV, The Netherlands 2 Radboud


  1. Glitch it if you can: parameter search strategies for successful fault injection Rafael Boix Carpi 1 , Stjepan Picek 2,3 , Lejla Batina 2 , Federico Menarini 1 , Domagoj Jakobovic 3 and Marin Golub 3 1 Riscure BV, The Netherlands 2 Radboud University Nijmegen, The Netherlands 3 Faculty of Electrical Engineering and Computing, Zagreb, Croatia CARDIS 2013, Berlin

  2. Agenda FI parameters problem Proposed strategies Findings, conclusions Future working lines 3

  3. 1 FI parameters problem Proposed strategies Findings, conclusions Future working lines 4

  4. Context of the problem ? ? ? ? ? ? ? ? ? ? Lunch Presentation ? ? ? 5

  5. Problem statement o Can we automatically find good values for parameters using few measurements ? CARDIS 2013, Berlin 6

  6. FI Parameters problem 2 Proposed strategies Findings, conclusions Future working lines 7

  7. Roadmap for auto-setting parameters Model of a Search for Report the generic TOE good values findings for VCC FI of parameters CARDIS 2013, Berlin 8

  8. Roadmap for auto-setting parameters Model of a Search for Report the generic TOE good values findings for VCC FI of parameters CARDIS 2013, Berlin 9

  9. What do we know about VCC FI and a generic TOE? o A glitch: Gl. Voltage (amplitude) timing Gl. Length o Parameter sets CARDIS 2013, Berlin 1 st 2 nd Doing this separation:  Reduces problem complexity 10

  10. What do we know about VCC FI and a generic TOE? Physical behavior of a generic TOE w.r.t. Example: Target A (unprotected smartcard) o Glitch Voltage [-0.05,-5]V, gl. Length [2,150]ns o Timing properties: random values within stable IC operation RESET CARDIS 2013, Berlin Successful NORMAL Glitches IN THIS REGION! 11

  11. All TOEs we analyzed so far… Lunch Presentation …showed this behavior w.r.t. 12

  12. What do we know about VCC FI and a generic TOE? Physical behavior of a generic TOE w.r.t. o External clock + predictable code path = PREDICTABLE TIMING o The rest = UNPREDICTABLE TIMING CARDIS 2013, Berlin 13

  13. Roadmap for auto-setting parameters Model of a Search for Report the generic TOE good values findings for VCC FI of parameters CARDIS 2013, Berlin 1 st 2 nd 14

  14. Proposed search strategies • FastBoxing • Coarse, proof of concept strategy • Adaptive zoom & bound • Focus on efficiency • Genetic algorithm • Focus on general applicability CARDIS 2013, Berlin 15

  15. Proposed strategy: FastBoxing LengthHigh CARDIS 2013, Berlin LengthLow VoltageHigh VoltageLow GREEN:=EXPECTED PURPLE:= MUTE 16

  16. Proposed strategy: Adaptive zoom & bound RESET/MUTE Glitch Length (ns) CARDIS 2013, Berlin NORMAL 17 Glitch Voltage (V)

  17. Proposed strategy 1 st stage: Adaptive zoom & bound Theoretical performance: o Number of measurements: 112 Observed performance: o Protected targets, 1 measurement per point: 128 ~160 Unprotected target,1 measurement per point: 160 ~200 o Protected targets, 3 measurements per point: 600~800 o Unprotected target, 3 measurements per point: 800~900 CARDIS 2013, Berlin 18

  18. Proposed strategy 1 st stage: Genetic Algorithm o Finding correct settings in minimal amount of time can be considered an optimization problem o We need to map fault classes to fitness values o Also change the operators to work better for this problem o We do not look for only one good soultion but for all the solutions that have fitness above treshold value CARDIS 2013, Berlin 19

  19. Proposed strategy 1 st stage: Genetic Algorithm CARDIS 2013, Berlin 20

  20. 2 nd search stage: sweep in time domain 1 - Sample points from the boundary between classes (FastBoxing and Adpative Zoom&bound) or output (GA) CARDIS 2013, Berlin 2 – Perform a time sweep: o Predictable timing: one sweep, minimum step between instants o Unpredictable timing: multiple sweeps 22

  21. Roadmap for auto-setting parameters Model of a Search for Report the generic TOE good values findings for VCC FI of parameters CARDIS 2013, Berlin 23

  22. FI Parameters problem Proposed strategies 3 Findings, conclusions Future working lines 24

  23. Results: Target A (unprotected TOE) MonteCarlo search o 3072 measurements each run o Successful parameter configurations (median): 0 o 1 run, 76800 measurements (1.5 days): 11 succesful configs. FastBoxing search o 3048 (2048 1 st stage+1000 2 nd stage) measurements each run o Successful parameter configurations (median): 9 Adaptive zoom & bound search o 1198 ( 198 1 st stage+1000 2 nd stage) measurements (median) CARDIS 2013, Berlin o Successful parameter configurations (median): 13 Genetic Algorithm o 2560 (1560 1 st stage+1000 2 nd stage) measurements each run 25 o Successful parameter configurations (median): 8

  24. Results: Target A (unprotected TOE) o All proposed strategies are more efficient than MonteCarlo search o Adaptive zoom & bound is the fastest o New idea - go to memetic algorithm • Memetic algorithm is a combination of a genetic algorithm and local search • It encompasses the advantages of both the Genetic Algorithm and Adaptive zoom & bound. CARDIS 2013, Berlin 26

  25. Results: Target A (unprotected TOE) o Sample plot of GA for the Glitch Shape Point classification CARDIS 2013, Berlin 8 success 27

  26. Results: Target C (protected smartcard) o Plot of MonteCarlo sampling for 2.5 samples of Target C (overlapped) RESET MUTE NORMAL CARDIS 2013, Berlin o Less than 100 resets&mutes o >6000 measurements yielded nothing interesting 28

  27. Results: Target C (protected smartcard) o Plot of Adaptive Zoom & Bound for the Glitch Shape RESET/MUTE ~600 measurements NORMAL CARDIS 2013, Berlin ORANGE:= different response types in different time instants 29

  28. Findings with target C and Adaptive zoom & bound o Adaptive zoom&bound uses few measurements: usually less than 200 measurements for finding suitable glitch shapes. o Search is focused in an interesting region for the glitch shape. o Good information in this explored search space. o Multiple measurements mitigated the clock jitter effect. o Results for glitch shape are exportable to different CARDIS 2013, Berlin samples of the same device. 30

  29. Hidden parameters: Successful glitches with respect to… o Number of glitches in consecutive cycles • No dependency (in general) o Frequency • No dependency (1~4MHz tested) o Glitch offset inside clock cycle • Only relevant to TOEs running only on external clock. o Temperature CARDIS 2013, Berlin • Exists dependency, not controllable with the experimental setup. 31

  30. Conclusions With few measurements, we can get big information. Glitch shapes found in the boundary between NORMAL and RESET/MUTE are interesting. Finding this boundary can be performed really fast. Lunch Presentation 32

  31. FI Parameters problem Proposed strategies Findings, conclusions 4 Future working lines 33

  32. Future working lines o Adaptive zoom & bound • Implement side channel information in the feedback loop. o Genetic Algorithm • Improvements in the direction of memetic algorithms o Further testing • Extensive testing with other devices: embedded TOEs, more smartcards. CARDIS 2013, Berlin 34

  33. Rafael Boix Carpi Contact: Security analyst & trainer BoixCarpi@riscure.com Riscure B.V. Riscure North America Frontier Building, Delftechpark 49 71 Stevenson Street, Suite 400 2628 XJ Delft San Francisco, CA 94105 The Netherlands USA Phone: +31 15 251 40 90 Phone: +1 650 646 99 79 www.riscure.com inforequest@riscure.com

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend