일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 캐시 사이드 채널
- down sampling
- PRIME+PROBE
- out-of-order
- Logical address
- 캐시사이드채널
- down-sampling
- side-channel
- cache side channel
- PRMIE ABORT
- 의존성
- cpu
- 캐시 사이드채널
- cache side-channel
- PRIME+ABORT
- depthwise separable convolution
- 프라임프로브
- depthwise convolution
- mean pooling
- depth-wise convolution
- dilated convolution
- 사이드채널
- 프라임 프로브
- min pooling
- 로스함수
- prime abort
- transient execution attack
- depth-wise separable convolution
- 부채널 공격
- clflush
- Today
- Total
목록논문/Cache Side-channel (5)
컴공과블로그

Disselkoen, Craig, et al. "{Prime+ Abort}: A {Timer-Free}{High-Precision} L3 Cache Attack using Intel {TSX}." 26th USENIX Security Symposium (USENIX Security 17). 2017. https://www.usenix.org/conference/usenixsecurity17/technical-sessions/presentation/disselkoen Prime+Abort: A Timer-Free High-Precision L3 Cache Attack using Intel TSX | USENIX Open Access Media USENIX is committed to Open Access ..

Create Eviction Set 다음은 Eviction set을 만드는 algorithm입니다. Eviction set에 들어갈 수 있을법한 candidate memory line을 input으로 가져오고 output으로 Eviction set을 내보냅니다. candidate memory line들을 체크해보며 conflict가 발생하는지 확인한다. 그리고 memory line들이 들어있는 set을 확인해보며 LLC에서 eviction이 발생하는지 찾는다. conflict set을 만들어주는데, 여기에는 conflict가 이루어지지 않는 line들도 넣고 memory slice에서 conflict가 발생하는 부분도 넣는다. 그렇게 함으로 eviction set의 unicon을 만들 수 있다. 그 후 ..

Liu, F., Yarom, Y., Ge, Q., Heiser, G., & Lee, R. B. (2015, May). Last-level cache side-channel attacks are practical. In 2015 IEEE symposium on security and privacy (pp. 605-622). IEEE. Cache Side-channel에서 큰 획을 그은 2가지 논문이 있는데, 하나가 FLUSH+RELOAD이고 다른 하나는 PRIME+PROBE라는 공격이다. 그리고 이번에 소개해드릴 논문이 PRIME+PROBE에 속한다. PRIME+PROBE는 어떤 공격일까? PRIME+PROBE PRIME+PROBE 또한 cache miss, hit의 속도를 이용하여 만든 cache sid..

Gruss, D., Maurice, C., Wagner, K., & Mangard, S. (2016). Flush+ flush: A fast and stealthy cache attack. In Detection of Intrusions and Malware, and Vulnerability Assessment: 13th International Conference, DIMVA 2016, San Sebastián, Spain, July 7-8, 2016, Proceedings 13 (pp. 279-299). Springer International Publishing. 해당 논문은 FLUSH+RELOAD 이후에 나온 FLUSH+FLUSH 논문으로 새로운 Cache Side-channel 공격의 등장이었다..

Yarom, Yuval, and Katrina Falkner. "{FLUSH+ RELOAD}: A high resolution, low noise, l3 cache {Side-Channel} attack." 23rd USENIX security symposium (USENIX security 14). 2014. https://www.usenix.org/node/184416. FLUSH+RELOAD: A High Resolution, Low Noise, L3 Cache Side-Channel Attack | USENIX www.usenix.org 2014년에 등장한 Cache Side-channel 공격으로 USENIX SECURITY에 실리게 된 논문이다. Cache Side-channel Attack ..