-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
247 lines (223 loc) · 9.82 KB
/
index.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html>
<head>
<title>David Marshall - CV</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="The Curriculum Vitae of David Marshall." />
<meta charset="UTF-8" />
<link type="text/css" rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css?family=Nunito Sans" rel="stylesheet" type="text/css" />
</head>
<body id="top">
<div id="cv">
<div class="mainDetails">
<div id="headshot">
<img src="david.jpg" alt="David Marshall" />
</div>
<div id="name">
<h1>David Marshall</h1>
</div>
<div id="contactDetails">
<div class="item">
<div class="name">Email :</div>
<div class="value">
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
</div>
<div class="item">
<div class="name">LinkedIn :</div>
<div class="value">
<a href="http://www.linkedin.com/in/-david-marshall">/in/-david-marshall</a>
</div>
</div>
</div>
</div>
<div id="mainArea">
<section class="work">
<div class="sectionTitle">
<h1>Work Experience</h1>
</div>
<div class="sectionContent">
<article>
<div class="header">
<h2>Cybersecurity Engineer at Cyberlead</h2>
<p class="small">(June 2020 - Now) — Paris, France</p>
</div>
<div class="details">
<p>
Client 1 - Mapping the company's attack surface. Management of exposed vulnerabilities. Management of ransomware crises.
</p>
<p>Client 2 - Pentest of their employee platform.</p>
<p>
Internal - Development of a cybersecurity management tool. It helps us track our client's problems and resolve them
quicker by automating repetitive tasks.
</p>
<p class="technologies">Shodan, OSINT, Carbon Black, Qualys, BurpSuite</p>
</div>
</article>
<article>
<div class="header">
<h2>Threat Intelligence Intern at <span>Fox-IT</span></h2>
<p class="small">6 months (Mar - Sep 2019) — Delft, Netherlands</p>
</div>
<div class="details">
<p>Developed a distributed internet scanner to improve the threat intelligence gathering capabilities of the department.</p>
<p class="technologies">python, zmap, zgrab2, nmap, wireshark, cloud providers (AWS, Google, DigitalOcean, Azure, etc)</p>
</div>
</article>
<article>
<div class="header">
<h2>Software Engineer Intern at S4Financials</h2>
<p class="small">4 months (Sep 2017 - Jan 2018) — Laren, Netherlands</p>
</div>
<div class="details">
<p>
Automated the customer setup process to help with the increase in clients. <br />
Developed a generic REST API data query and manipulation tool to simplify the interconnection with existing finance
software. <br />
Developed multiple tools to improve the team's workflow. <br />
Reworked a cross-platform mobile app.
</p>
<p class="technologies">PHP, javascript, bash</p>
</div>
</article>
<article>
<div class="header">
<h2>Software Engineer Intern at Trovolone (3 times)</h2>
</div>
<div class="details">
<p class="more collapsible">Click here for more details</p>
<div class="content">
<p class="small">2 months (Jul 2016 - Aug 2016) — Le Mans, France</p>
<p>Scale the deployment and management of the appliance I helped develop in the previous years.</p>
<p class="technologies">Ruby, Javascript, Puppet, E2E Testing, Scrum Methodology, Taiga, FreeBSD</p>
<br />
<p class="small">2 months (Jul 2015 - Aug 2015) — Paris, France</p>
<p>Developed the backend of an all-in-one IT appliance for small to medium businesses. MVP for 15 companies.</p>
<p class="technologies">PHP, Javascript, bash, linux, ipbx, samba, postfix, openvpn, firewall</p>
<br />
<p class="small">2 months (Jul 2014 - Aug 2014) — Paris, France</p>
<p>
Developed a secured company messaging platform. <br />
Developed an e-learning website about cyber-security.
</p>
<p class="technologies">PHP, bash, linux</p>
</div>
</div>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Education</h1>
</div>
<div class="sectionContent">
<article>
<div class="header">
<h2>Master's degree specialized in Cyber-Security</h2>
<p class="small">2013 - 2019 — Paris, France</p>
</div>
<div class="details">
<p>
EPITA : Graduate School of Computer Science. <br />
Computer Science Engineer : Cyber-security specialization.
</p>
<p class="more collapsible">Click here for more details</p>
<div class="content">
<h1 id="projects">School Projects</h1>
<p>
<b> C: </b> bootloader, shell, kernel development, game AI, raytracer renderer, web server, optical character
recognition (neural network), docker (runc) implementation
</p>
<p><b> C++: </b> tiger language compiler, small assembly VM</p>
<p><b> JavaScript: </b> web application, mobile app</p>
<p>
<b> Company Security Exercises: </b> firewall configuration (Checkpoint, Fortinet), two-factor authentication, proxy
configuration, data encryption, Windows AD, IDS/IPS configuration, PKI
</p>
<p>
<b> And more: </b> incident response exercise with the French Army, organization of a forensics CTF for the
International Forum on Cyber-Security (FIC) in Lilles, virus development, malware analysis, high availability
infrastructure (keepalived, LVS, VRRP)
</p>
</div>
</div>
</article>
<article>
<div class="header">
<h2>Semester abroad : South Africa</h2>
<p class="small">Jan - Jun 2015 — Stellenbosch University, South Africa</p>
</div>
</article>
<article>
<div class="header">
<h2>French-German Highschool (LFA)</h2>
<p class="small">2005 - 2013 — Buc, France</p>
</div>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Skills</h1>
</div>
<div class="sectionContent">
<article>
<h2 class="header">Cyber</h2>
<div class="details">
<p>
threat intelligence (misp), forensics, offensive security techniques, malware analysis, threat detection, analytical
models (e.g. ATT&CK), risk analysis, security management, PKI, incident response, access control
</p>
</div>
</article>
<article>
<h2 class="header">Tools</h2>
<div class="details">
<p>
windows, linux, git, docker, burp, graylog, ELK, nmap, gdb, IDA, wireshark, volatility, ansible, frida, virtualbox, VMWare
</p>
</div>
</article>
<article>
<h2 class="header">Languages</h2>
<div class="details">
<p>
C, C++, Java, PHP, Go, Python, Javascript, PostgreSQL, Powershell <br />
French (native), English (native), German (proficient)
</p>
</div>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Hobbies</h1>
</div>
<div class="sectionContent">
<article>
<p>Making and playing music, video game development, hacking things for fun</p>
</article>
</div>
</section>
</div>
</div>
<script>
var coll = document.getElementsByClassName("collapsible");
for (var i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function () {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight) {
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>
</body>
</html>