-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV_Montel.tex
332 lines (301 loc) · 15.5 KB
/
CV_Montel.tex
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
%% CV LaTex
% Author : Geoffrey Montel <[email protected]>
% License : Creative Commons CC-BY-SA
\documentclass[french,11pt]{report}
\pagestyle{empty}
%%%%%%%%%%%%%%%%%%%%
%%%% PACKAGES
%%%%%%%%%%%%%%%%%%%%
\usepackage[a4paper,nohead,nofoot,%hmargin=2.5cm,
left=.3cm,right=1.5cm,vmargin=.2cm]{geometry} % Marges
\usepackage{babel} % Set pour français
\usepackage[latin1]{inputenc} % Encodage du code
\usepackage[T1]{fontenc} % Encodage de fonte
\usepackage{palatino} % Fonte
\usepackage{eurosym} % Symbole euro
\usepackage{fontawesome}
\usepackage{graphicx} % Photo
\usepackage{pifont} % Puces de compétences
\usepackage{color} % Ton legerement gris
\definecolor{fontcolor}{rgb}{.3,.3,.3}
\color{fontcolor}
\usepackage{tabularx} % Fancy tableaux
\usepackage[colorlinks=false,
pdftitle={CV Geoffrey MONTEL},
pdfauthor={Geoffrey MONTEL},
pdfsubject={Curriculum Vitae}]{hyperref} % Liens hypertexte
%%% End Packaging
%% Begin : longueurs
\newlength{\visitcard}
\setlength{\visitcard}{.55\textwidth}
\newlength{\ppvisitcard}
\setlength{\ppvisitcard}{.95\textwidth}
\addtolength{\ppvisitcard}{-\visitcard}
\newlength{\margin}
\setlength{\margin}{.15\textwidth}
\newlength{\imgsize}
\makeatletter
% \show\f@size
\setlength{\imgsize}{\f@size pt}
\makeatother
%%% End : Longueurs
%%% Begin : alias
\newcommand{\alinea}[1]{{\scriptsize \it \begin{itemize}\setlength\itemsep{.2em}\vspace{0em}#1\vspace{-1.6em}\end{itemize}}}
\newcommand{\tn}{\tabularnewline}
\let\nem\em
\renewcommand{\em}{\color{black}\nem}
\let \hhref\href
\renewcommand{\href}[2]{\hhref{#1}{\it#2}}
\newcolumntype{M}[1]{>{\raggedright}m{#1}}
\newcolumntype{N}[1]{>{\it\raggedleft}m{#1}}
\newcolumntype{O}{>{\hsize=.125\textwidth \raggedleft} X}
\newcolumntype{P}{>{\hsize=.1\textwidth \raggedright} X}
\newenvironment{competences}[1]{\vspace{1em}
\underline{\large#1 :}
\raggedleft\tabularx{\textwidth}{ O P O P O P O P }\\
}
{\endtabularx}
%% Begin : Affichage de puces de niveau dans compétences
\newcommand{\level}[1]{ % In radio buttons, the level out of
\ifnum\pdfstrcmp{#1}{1}=-1 \ding{109}\else \ding{108}\fi
\ifnum\pdfstrcmp{#1}{2}=-1 \ding{109}\else \ding{108}\fi
\ifnum\pdfstrcmp{#1}{3}=-1 \ding{109}\else \ding{108}\fi
\ifnum\pdfstrcmp{#1}{4}=-1 \ding{109}\else \ding{108}\fi
\ifnum\pdfstrcmp{#1}{5}=-1 \ding{109}\else \ding{108}\fi
}
%% End : Puces de niveau
\newenvironment{rubrique}[1]{ %
\tabularx{\textwidth}{N{\margin}|X}
\textbf{\large\textsc{#1}} & \\ \hrule \vspace{.4em}
} %
{\endtabularx \vspace{1em}}
\newenvironment{myitemize}
{ \begin{itemize}
\setlength{\itemsep}{-1em}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt} }
{ \end{itemize} }
\newcommand{\phoneNumber}{X XX XX XX XX}
\newcommand{\emailAddress}{geoffrey(dot)montel(at)jserv(.)fr}
\newcommand{\gMapURL}{https://goo.gl/maps/NrfWbJdup4aDV8sw5}
\newcommand{\address}{Ile de France}
% Adding private information
\include{personal}
\newcommand{\makeheader}{ % EN-TETE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% EN-TETE %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{tabularx}{\textwidth}{M{\ppvisitcard}|m{.7\visitcard} m{.3\visitcard}}
\begin{flushright}
\Large {Expert SSI, réponse à incidents}\\
\normalsize Manager, expert SOC/CSIRT, GNU/Linux, ISO 27001
\end{flushright}
&\parbox{.75\visitcard}{
{\bf \Huge Geoffrey Montel}\\
\faMapMarker \hspace{2pt} \href{\gMapURL}{\address}\\
\faMobile \hspace{2pt} +33(0) \phoneNumber \\
\faAt\hspace{2pt} \href{mailto:\emailAddress}{\tt \emailAddress}\\
\faLinkedinSquare \hspace{2pt}\href{https://www.linkedin.com/in/geoffreymontel/}{geoffreymontel}\hspace{2pt}\faGithub\hspace{2pt}\href{https://github.com/moutonjr}{moutonjr}
}
&\begin{flushright}
\includegraphics[height=7em]{Resource/photo.jpg} %photo à droite
\vspace{-1em}
\end{flushright}
\\
\multicolumn{2}{c}{}
\\[-1em]
\hline
\end{tabularx}
}
\begin{document}
{ % EN-TETE
\makeheader
\begin{center}\small
La SSI m'enthousiasme dans son rapport avec l'ingénierie : la résolution de problématiques techniques et d'efficacité avec de la \emph{rigueur} et de l'\emph{originalité}. Pour moi, le succès de la sécurité vient de l'approche \emph{transversale} : des vulnérabilités à la gestion du risque. \emph{Créatif} et \emph{déterminé}, j'impulse l'énergie du changement dans les organisations.
\end{center}
}
{ % EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% EXPERIENCE %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{rubrique}{Expérience}
Dep.~2018 & {\large {\href{https://www.formind.fr/fr/}{Formind}}} : \emph{Consultant Manager}. \href{https://www.formind.fr/fr/}{\includegraphics[height=\imgsize]{Resource/FORMIND.png}}
\alinea{
\item \href{https://www.suez.com}{\emph{Groupe SUEZ}}, assistance RSSI opérationnel groupe, expertise sécurité et support niveau 3 aux incidents de sécurité (création d'un \href{https://fr.wikipedia.org/wiki/Computer_emergency_response_team}{\emph{CSIRT}}), 2 ans ;
\item \href{https://www.sncf-reseau.fr/fr}{\emph{SNCF Réseau}}, \emph{coach} SSI auprès des équipes métiers, direction clients et services, 1 an ;
\item Manager d'une équipe de 10 consultants ;
\item Porteur d'offre "Réponse à incidents" (R.A.O., avant-vente)
}\tn
2016 -- 2018 & {\large {\href{http://www.thalesgroup.com}{Thales}}} : \emph{Ingénieur Cybersécurité mégadonnées (\textit{Big-Data})}. \href{http://www.thalesgroup.com}{\includegraphics[height=\imgsize]{Resource/THALES.jpeg}}
\alinea{
%\item Projet PunchPlatform : produit tout-en-un de traitement de flux redimensionnable et hautement résilient;
\item Analyse et mise en place des cas d'utilisations relatifs à la cybersécurité;
\item Mise en place de la normalisation, classification, gestion de l'évènement et indicateurs selon des normes existantes;
\item Formation aux bonnes pratiques de développement: AGILE, DevOps.
}\tn
2013 -- 2016 & {\large {\href{http://www.thalesgroup.com}{Thales}}} : \emph{Responsable des infrastructures SOC}.
\alinea{
\item Conception, dimensionnement d'architectures de sécurité, choix techniques et réalisation en temps restreint ;
\item Architecture \emph{à haute disponibilité, haute sécurité, à très haut débit redimensionnable} ;
\item Gestion d'une équipe de 5 personnes (orientée AGILE);
\item Déploiement de SOC à l'international sur le modèle conçu (Hollande, Hong Kong) ;
\item \href{www.ssi.gouv.fr/uploads/2014/12/PDIS_referentiel-d?exigences-v1.0.pdf}{Référentiel PDIS de l'ANSSI}, ISO 27001 ;
\item Représentant du SOC à l'extérieur : conférencier dans les Grandes \'Ecoles d'ingénieur, communication externe.
}\tn
Avr-sep 2013 & {\large {\href{http://www.thalesgroup.com}{Thales Services}}}, Élancourt : Projet de \emph{supervision de sécurité} au sein d'un SOC
\alinea{
\item Audit d'architecture et des systèmes en place ;
\item Compétences en \emph{détection d'intrusions}, de \emph{corrélation} avec SIEM, de \emph{journalisation}.
}\tn
Jun-Sep 2012 & \large {\href{http://www.ibm.com/fr}{IBM}, La Gaude : Projet \href{http://www.ibm.com/extremeblue}{Extreme Blue}} \href{http://www.ibm.com/fr}{\includegraphics[height=\imgsize]{Resource/IBM.png}}
\alinea{
\item Compétition mondiale sur des innovations technologiques sur le thème des \href{http://www-05.ibm.com/fr/ibmforum/smarter_cities.html}{villes intelligentes} ; \emph{Projets} : optimisation de livraisons avec GrandLyon ; parking intelligent avec \href{http://www.streetline.com}{Streetline}, déploiement d'\href{http://www-03.ibm.com/software/products/en/intelligent-operations-center}{IBM IOC} à Rio de Janeiro.
}\tn
2010~--~12 & Secrétaire et responsable technique de \href{http://www.larez.fr}{Supélec Rézo} \href{http://www.larez.fr}{\includegraphics[height=\imgsize]{Resource/Rezo.jpg}}
\alinea{
\item (ex-ViaRezo, FAI des résidents de CentraleSupélec)
\item Gestion de projets : Organisation de conférences \href{http://www.federez.net/journees/}{(Journées FedeRez)}, très bonnes connaissances en architecture réseau, 6 personnes à manager, projet de sécurisation d'une architecture.
}
\end{rubrique}
}
{ % FORMATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% FORMATION %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{rubrique}{Formation}
2016 & Formé \href{http://www.iso.org/iso/fr/home/standards/management-standards/iso27001.htm}{\emph{ISO 27001:2013 Certification Lead Auditor par LSTI}; \includegraphics[height=\imgsize]{Resource/ISO.png}\includegraphics[height=\imgsize]{Resource/LSTI.jpg}}\tn
2010~--~13 & \'{E}lève ingénieur à \href{http://www.supelec.fr}{\emph{SUP\'{E}LEC}}, option \emph{Sécurité des Systèmes d'Information}. \href{http://www.supelec.fr}{\includegraphics[height=\imgsize]{Resource/CentraleSupelec.png}}
\alinea{
\item Aujourd'hui CentraleSupélec, Gif-sur-Yvette : majeure à dominante de cryptographie, détection d'intrusions, management de SI.
}\tn
2008~--~10 & Classes préparatoires PC* au \href{http://www.lamartinieremonplaisir.org}{Lycée La Martinière Monplaisir}, Lyon 7.
\end{rubrique}
}
{ % COMPETENCES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% COMPETENCES %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{rubrique}{Compétences}
Savoir-faire & \vspace{-0.7em} \begin{itemize}
\item \emph{Maitrise} GNU/Linux et réseaux, virtualisation; mégadonnées pour la cybersécurité ;
\item Fonctionnel: audits, implémentation de CERT, SOC, SMSI
\end{itemize} \tn
Savoir-être & \vspace{-0.7em} \begin{itemize}
\item \textit{Leadership} technique, savoir convaincre en contexte international, pédagogie ;
\item Développement et promotion de projets et d'offres, savoir présenter.
\end{itemize} \tn
Langues & \vspace{-0.7em} \begin{itemize}
\item {\large Anglais : {C1}} -- \href{http://www.ielts.org/}{IELTS 7.5/9} (28 Avril 2012) : Good user ;
\item {\large Allemand : {B2}} -- {\scriptsize \it S\'ejour de 6 mois cumul\'e en Allemagne et Autriche} ;
\item {\large Espagnol : {A2}} (autodidacte).
\vspace{-1.2em}
\end{itemize} \tn
\end{rubrique}
}
{ % DIVERS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% DIVERS %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{tabularx}{\textwidth}{N{.3\textwidth} X}
{\textsc{\bf Intérêts et loisirs}} & \\ \vspace{-.2em}\hrule
\end{tabularx}
\begin{myitemize}
\vspace{-1em}
\item Heureux père d'Arthur (2019),\\
\item Litt\'erature et langue fran\c{c}aise (8\textsuperscript{e} sur 260 \`a la \href{http://dictee.ece.fr/}{dict\'e ECE}),\\
\item Techniques de communication et de PNL,\\
\item Contributeur sur \href{https://github.com/}{GitHub} dont \href{https://yunohost.org/}{YunoHost}, et \href{http://fr.wikipedia.org}{Wikipédia} (traduction, relecture). \includegraphics[height=\imgsize]{Resource/Wikipedia.jpg}
\end{myitemize}
}
\newpage
\makeheader
{ % COMPETENCES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% COMPETENCES %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
\textsc{Aptitudes techniques}
\rule{10cm}{.1mm}
\end{center}
\begin{competences}{Mégadonnées et traitement distribué}
\href{https://storm.apache.org}{Storm} & \level{5} &
\href{https://kafka.apache.org}{Kafka} & \level{5} &
\href{https://spark.apache.org}{Spark} & \level{2} &
\href{https://metron.apache.org}{Metron} & \level{2} \tn
\href{https://www.elastic.co/fr/products/elasticsearch}{Elasticsearch} & \level{5} &
\href{https://www.elastic.co/fr/products/kibana}{Kibana} & \level{5} &
\href{https://www.elastic.co/fr/products/logstash}{Logstash} & \level{3} &
\href{https://zookeeper.apache.org}{Zookeeper} & \level{4} \tn
\href{https://spot.apache.org}{Spot} & \level{2} &
\href{https://hadoop.apache.org}{Hadoop} & \level{2} &
\href{https://www.ceph.com}{CEPH} & \level{3} &
\href{https://www.picviz.com}{Picviz} & \level{2} \tn
\end{competences}
\begin{competences}{Applicatifs de la sécurité}
\href{https://www.blackstratus.com/siem-storm}{BlackStratus} & \level{5} &
\href{https://www.ibm.com/software/products/fr/qradar}{IBM QRadar} & \level{2} &
\href{https://www.paterva.com/}{Maltego CE} & \level{2} &
\href{https://www.qualys.com}{Qualys} & \level{2} \tn
\href{https://www.checkmarx.com}{Checkmarx} & \level{2} &
\href{https://www.thehive-project.com}{The Hive} & \level{2} &
\href{https://www.metasploit.com/}{Metasploit} & \level{2}
\end{competences}
\begin{competences}{Infrastructure et Cloud}
\href{https://www.linux-kvm.org/}{Linux KVM} & \level{5} &
\href{https://www.docker.com/}{Docker+Mesos} & \level{3} &
\href{https://linuxcontainers.org/fr/}{LXC} & \level{5} &
\href{https://www.openstack.org/}{Openstack} & \level{3} \tn
\href{https://www.ansible.com/}{Ansible} & \level{5} &
\href{https://www.chef.io/chef/}{Chef} & \level{2} &
\href{https://puppet.com/fr}{Puppet} & \level{4} &
\href{https://saltstack.com/}{Saltstack} & \level{1} \tn
\href{https://linuxfr.org/}{Linux} & \level{5} &
\href{https://www.microsoft.com/fr-fr/windows/}{Windows} & \level{3} &
\href{https://www.freebsd.org/fr}{BSD} & \level{3} &
\href{https://saltstack.com/}{Saltstack} & \level{2} \tn
\href{https://wiki.debian.org/fr/Bind9}{BIND9} & \level{5} &
\href{www.openldap.org/}{OpenLDAP} & \level{5} &
\href{www.postfix.org/}{Postfix} & \level{5} &
\href{www.netfilter.org/}{NetFilter} & \level{5} \tn
\href{https://httpd.apache.org}{HTTPD} & \level{5} &
\href{www.haproxy.org}{HAProxy} & \level{5} &
\href{https://www.nagios.org/}{Nagios} & \level{5} &
\href{www.clusterlabs.org}{Pacemaker} & \level{5} \tn
\end{competences}
\begin{competences}{Réseaux et équipements}
\href{http://www.juniper.com}{Juniper} & \level{5} &
\href{https://www.forcepoint.com/fr}{ForcePoint} & \level{4} &
\href{http://www.cisco.com}{Cisco (Switch)} & \level{3} &
\href{https://www.stormshield.eu/fr/}{StormShield} & \level{4} \tn
\href{http://www.snort.org}{SourceFire} & \level{3} &
\href{www.denyall.com/}{DenyAll} & \level{2} &
\href{www.infoblox.com/}{Infoblox} & \level{2}
\end{competences}
\begin{competences}{Développement et script}
\href{http://doc.ubuntu-fr.org/bash}{Bash} & \level{5} &
\href{https://www.python.org/}{Python} & \level{2} &
\href{https://www.java.com/fr}{Java} & \level{5} &
\href{http://www.latex-project.org}{\LaTeX} & \level{5} \tn
\href{https://docs.microsoft.com/en-us/powershell/scripting/overview}{Python} & \level{2}
\end{competences}
\vfill
{ \small NB : \ding{108} installé;
\ding{108}\ding{108} testé;
\ding{108}\ding{108}\ding{108} utilisé en production;
\ding{108}\ding{108}\ding{108}\ding{108} utilisé \& exploration des fonctionnalités
\ding{108}\ding{108}\ding{108}\ding{108}\ding{108} maitrise
}
}
\end{document}