-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpretest.html
79 lines (78 loc) · 3.48 KB
/
pretest.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./picture/icon_purple_purple.png" />
<link rel="stylesheet" href="./style/otherPage.css" />
<title>數位防禦手冊</title>
</head>
<body>
<section class="backImage">
<a href="https://ocf.tw/"
><img class="logo" src="./picture/icon_purple_purple.png" alt=""
/></a>
<div class="typewriter">
<h1>風險評估</h1>
</div>
</section>
<main>
<section class="start">
<section class="left">
<div class="top_tittle">
<a href="./index.html" style="width: fit-content">
<div class="button icon" role="button">
<img src="./img/icon_home_white.svg" alt="" />
</div>
</a>
<h2 id="前言_server">前言</h2>
</p>
</div>
<hr />
<ul class="left">
科技工具普及,為公民團體帶來嶄新的工作方式——倡議,可透過更便利的自媒體平台;募款,有更多元的金流串接方式接觸支持者;執行第一線工作、與他人合作或提供服務給目標群眾,可透過線上會議或虛實整合的方式。與此同時,隨數位化而來的風險,我們必須正視並為此制定管理政策。
從社群媒體、雲端裡的工作檔案到捐款人資料,我們在數位世界的每一步都留下數位足跡。就像貓咪如廁完會撥砂掩蓋氣味,以免被敵人追蹤,公民團體也需要了解如何在數位叢林中保護自己。
自我保護的第一步,是辨識要保護的資產,才能分析潛在危險以及擬定相應的風險管理機制,這就是「威脅建模」(Threat modeling)的概念。以下將解析威脅建模的六大步驟,並以假想的組織 A 為例,幫助大家理解如何為組織評估風險、建立安全政策。
</ul>
</p>
<p>
<img src="./picture/pretest1.png" />
<img src="./picture/pretest2.png" />
<img src="./picture/pretest3.png" />
<img src="./picture/pretest4.png" />
</p>
<p>
為了讓這趟學習之旅更有效率,我們將各種情境拆解成下列題目,邀請你點入<a href="https://forms.gle/PPqqeUYoZD8vsFGY6">前測問卷</a>,記錄你的行動與選擇。請按照你的習慣作答,這有助於你了解自己應該加強後續哪個面向的數位安全。
</p>
<p>
如果對本文的介紹有任何疑義,也可以聯繫 [email protected] 開放文化基金會。
</p>
</main>
<footer>
<p>
Contributed By
<img
style="width: 25px; height: 25px; margin: 2px"
src="./picture/icon_purple_purple.png"
alt=""
/>
開放文化基金會 Azazel
</p>
</footer>
</body>
<script src="./app.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-X3DG2E5E3W"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-X3DG2E5E3W");
gtag("event", "page_view", { send_to: "G-X3DG2E5E3W" });
</script>
</html>