-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbootcamp.json
More file actions
165 lines (165 loc) · 5.74 KB
/
bootcamp.json
File metadata and controls
165 lines (165 loc) · 5.74 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"Bootcamp": [{
"Week": 1,
"Title": "Getting Started",
"Objectives": ["What is DevSecOps?", "Think like an Attacker", "Let's get moving!"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-1/README.md",
"Lessons": [{
"number": 1,
"name": "What is DevSecOps?",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-1/LESSON-1.md"
}, {
"number": 2,
"name": "Think like an Attacker",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-1/LESSON-2.md"
}, {
"number": 3,
"name": "Let's Get Moving!",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-1/LESSON-3.md"
}]
}, {
"Week": 2,
"Title": "Building a Weak Application",
"Objectives": ["Develop a Rails API", "Deploy to AWS manually", "Explore AWS-CLI & AWS-SDK"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-2/README.md",
"Lessons": [{
"number": 1,
"name": "Intro to Software Defined Environments",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-2/LESSON-1.md"
}, {
"number": 2,
"name": "Intro to Micro Services",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-2/LESSON-2.md"
}, {
"number": 3,
"name": "Build a Rails API & Deploy It",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-2/LESSON-3.md"
}]
}, {
"Week": 3,
"Title": "Attack the Weakling",
"Objectives": ["Deploy a Vulnerable application to AWS", "Attack the application using different techniques (e.g. OWASP Top 10)", "Explore security tools (e.g. Metasploit, NMap, SQLMap, BurpSuite ...etc)"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-3/README.md",
"Lessons": [{
"number": 1,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-3/LESSON-1.md"
}, {
"number": 2,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-3/LESSON-2.md"
}, {
"number": 3,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-3/LESSON-3.md"
}]
}, {
"Week": 4,
"Title": "Keeping the Weak Alive",
"Objectives": ["Understanding data generated by attackers", "Detection & alerting with Splunk"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-4/README.md",
"Lessons": [{
"number": 1,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-4/LESSON-1.md"
}, {
"number": 2,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-4/LESSON-2.md"
}, {
"number": 3,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-4/LESSON-3.md"
}]
}, {
"Week": 5,
"Title": "Build a Rugged App",
"Objectives": ["Service Oriented Architecture (SOA)", "Automated deployments with CloudFormation", "Whitelisting & Attack Maps"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-5/README.md",
"Lessons": [{
"number": 1,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-5/LESSON-1.md"
}, {
"number": 2,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-5/LESSON-2.md"
}, {
"number": 3,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-5/LESSON-3.md"
}]
}, {
"Week": 6,
"Title": "Red FTW!",
"Objectives": ["Account Takeovers", "Advanced cloud hacking techniques", "Lateral movement & privilege escalation"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-6/README.md",
"Lessons": [{
"number": 1,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-6/LESSON-1.md"
}, {
"number": 2,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-6/LESSON-2.md"
}, {
"number": 3,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-6/LESSON-3.md"
}]
}, {
"Week": 7,
"Title": "Hunt the Attacker",
"Objectives": ["Restacking AWS Accounts", "Forensics in the Cloud", "Incident Response in the Cloud"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-7/README.md",
"Lessons": [{
"number": 1,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-7/LESSON-1.md"
}, {
"number": 2,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-7/LESSON-2.md"
}, {
"number": 3,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-7/LESSON-3.md"
}]
}, {
"Week": 8,
"Title": "Capstone Project",
"Objectives": ["Put all your skills together", "Hack all the things"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-8/README.md",
"Lessons": [{
"number": 1,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-8/LESSON-1.md"
}, {
"number": 2,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-8/LESSON-2.md"
}, {
"number": 3,
"name": "",
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-8/LESSON-3.md"
}]
}, {
"Week": 9,
"Title": "Demos",
"Objectives": ["Demonstrate Problem-Solving", "Contribute to the open-source community"],
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-9/README.md",
"Lessons": [{
"number": 1,
"name": "",
"url": ""
}, {
"number": 2,
"name": "",
"url": ""
}, {
"number": 3,
"name": "",
"url": ""
}]
}]
}