As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com. |
Difference between revisions of "Embedded Attacks"
From ChipWhisperer Wiki
(Moving content to front page) |
(Change of plans, bring content back.) |
||
Line 1: | Line 1: | ||
+ | == Tools == | ||
+ | Note that ChipWhisperer isn't the only side-channel analysis project out there! You'd be a fool for not checking out these other great projects: | ||
+ | |||
+ | * [https://github.com/SideChannelMarvels Side Channel Marvels] Includes a number of tools. This includes a higher-order CPA tool (which supports distributed use). The binary format used by the higher-order CPA tool can be exported from ChipWhisperer traces (see [[File Format]] page). | ||
+ | |||
+ | * [http://opensca.sourceforge.net/ OpenSCA] is a MATLAB tool-box full of SCA goodies & examples. Again you can export ChipWhisperer traces to this format. | ||
+ | |||
+ | * [http://dpacontest.org/ DPAContest] isn't strictly a project per-say, but it includes a lot of useful examples of attacks, capture tools, etc. Again a great resource. | ||
+ | |||
+ | == General Embedded Attacks (Side-Channel & Others) == | ||
+ | |||
+ | [[IEEE 802.15.4 Radio Attacks]] | ||
+ | |||
+ | [[AES Bootloader Attack]] | ||
+ | |||
+ | [[TI ChipCon SRAM Dump]] | ||
+ | |||
+ | == Example Attacks with ChipWhisperer == | ||
+ | |||
+ | [[Atmel XMEGA Hardware AES Attack]] | ||
+ | |||
+ | [[Atmel ATmega128RFA1 Hardware AES Attack]] | ||
+ | |||
+ | [[TI CC2530 Hardware AES Attack]] | ||
+ | |||
+ | == Half-Baked Ideas == | ||
+ | |||
+ | [[Profiling Attacks with Neural Networks]] |
Revision as of 04:06, 3 June 2016
Contents
Tools
Note that ChipWhisperer isn't the only side-channel analysis project out there! You'd be a fool for not checking out these other great projects:
- Side Channel Marvels Includes a number of tools. This includes a higher-order CPA tool (which supports distributed use). The binary format used by the higher-order CPA tool can be exported from ChipWhisperer traces (see File Format page).
- OpenSCA is a MATLAB tool-box full of SCA goodies & examples. Again you can export ChipWhisperer traces to this format.
- DPAContest isn't strictly a project per-say, but it includes a lot of useful examples of attacks, capture tools, etc. Again a great resource.
General Embedded Attacks (Side-Channel & Others)
Example Attacks with ChipWhisperer
Atmel XMEGA Hardware AES Attack