\documentclass[letterpaper,11pt]{article} \usepackage{latexsym} \usepackage[empty]{fullpage} \usepackage{titlesec} \usepackage{marvosym} \usepackage[usenames,dvipsnames]{color} \usepackage{verbatim} \usepackage{enumitem} \usepackage[hidelinks]{hyperref} \usepackage{fancyhdr} \usepackage[english]{babel} \usepackage{tabularx} \usepackage{xcolor} \input{glyphtounicode} \pagestyle{fancy} \fancyhf{} % clear all header and footer fields \fancyfoot{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} % Adjust margins \addtolength{\oddsidemargin}{-0.5in} \addtolength{\evensidemargin}{-0.5in} \addtolength{\textwidth}{1in} \addtolength{\topmargin}{-.7in} \addtolength{\textheight}{1.0in} \urlstyle{same} \raggedbottom \raggedright \setlength{\tabcolsep}{0in} % Sections formatting \titleformat{\section}{ \vspace{-8pt}\scshape\raggedright\large }{}{0em}{}[\titlerule \vspace{-6pt}] % Ensure that generate pdf is machine readable/ATS parsable \pdfgentounicode=1 %------------------------- % Custom commands \newcommand{\resumeItem}[2]{ \item\small{ \textbf{#1}{: #2 \vspace{-2pt}} } } % Just in case someone needs a heading that does not need to be in a list \newcommand{\resumeHeading}[4]{ \begin{tabular*}{0.99\textwidth}[t]{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \textit{\small#3} & \textit{\small #4} \\ \end{tabular*}\vspace{-5pt} } \newcommand{\resumeSubheading}[4]{ \vspace{-1pt}\item \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \textit{\small#3} & \textit{\small #4} \\ \end{tabular*}\vspace{-8.5pt} } \newcommand{\resumeSubSubheading}[2]{ \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} \textit{\small#1} & \textit{\small #2} \\ \end{tabular*}\vspace{-10pt} } \newlist{myitemize}{itemize}{1} \setlist[myitemize,1]{ label=\textcolor{white}{\textbullet}, left=-5pt, labelsep=0pt, topsep=0pt, partopsep=0pt, } \newcommand{\RITSECSubheading}[2]{ \vspace{-10pt} \begin{myitemize} \item \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} \textit{\small#1} & \textit{\small #2} \\ \end{tabular*} \end{myitemize} \vspace{-5pt} } \newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}} \renewcommand{\labelitemii}{$\circ$} \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]} \newcommand{\resumeSubHeadingListEnd}{\end{itemize}} \newcommand{\resumeItemListStart}{\begin{itemize}} \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} %------------------------------------------- %%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \vphantom{Lil resume easter egg :)} %----------HEADING----------------- \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r} \textbf{\href{https://blog.scalz.cloud/}{\color{violet}\Large Michael Scalzetti}} & Email : \href{mailto:contact@scalz.cloud}{contact@scalz.cloud}\\ \href{https://blog.scalz.cloud/}{https://blog.scalz.cloud} & LinkedIn : \href{https://www.linkedin.com/in/mscalzet/}{mscalzet} \\ %& Phone : \href{tel:+11234567890}{+1-123-456-7890} \\ \end{tabular*} %-----------EDUCATION----------------- \color{violet} \section{Education} \color{black} \resumeSubHeadingListStart \resumeSubheading {Rochester Institute of Technology}{Rochester, NY} {Bachelor of Science Degree, Cyber Security}{Expected December 2024} \resumeSubHeadingListEnd %-----------Employment----------------- \color{violet} \section{Employment} \color{black} \resumeSubHeadingListStart \resumeSubheading {Akamai Technologies}{Remote: Cambridge, MA} {Security Engineer Co-Op}{Jan 2023 - Aug 2023} \begin{itemize} \item Worked with the SOC team to perform threat hunts and expand visibility into company infrastructure. \item Researched, tested and documented findings of potential monitoring tools for company infrastructure. \item Created new performance testing framework for in-house tooling using bash and python scripting. \item Developed new threat hunt dashboards and wrote playbooks which documented their usage. \end{itemize} \resumeSubheading {MetaCTF Inc}{Remote: Charlottesville, VA} {Digital Technology Intern}{May 2022 - Aug 2022} \begin{itemize} \item Worked with a team to develop a CTF challenge platform using AWS, Docker, and Kubernetes. \item Lead the development of the backend API to allow automated management of infrastructure. \item Wrote documentation to explain our implementation of Kubernetes and how it should be managed. \item Deployed EKS and EC2 AWS instances to create a highly available back end. \end{itemize} \resumeSubheading {SUNY Upstate Medical University}{Syracuse, NY} {IMT Intern}{May 2021 - Aug 2021} \begin{itemize} \item Worked with Upstate’s IMT Networking group, managing their enterprise Cisco network. \item Deployed core networking infrastructure such as switches and access points. \end{itemize} \resumeSubHeadingListEnd %-----------Activities----------------- \color{violet} \section{Activities} \color{black} \resumeSubHeadingListStart \resumeSubheading {RITSEC}{Rochester, NY} {Operations Lead}{Oct 2023 - May 2024} \begin{itemize} \item Manages RITSEC’s server infrastructure, including an Openstack cluster, switches and server hardware. \item Manages RITSEC's service deployments including Gitlab, SSO, Zammad helpdesk, and many others. \item Runs Ops Interest group which presents weekly topics to get new club members involved in Operations. \end{itemize} \RITSECSubheading {Red Team}{Jan 2023 - Current} \begin{itemize} \item Develops and deploys offensive tooling to attack other teams at competitions. \end{itemize} \RITSECSubheading {Member}{Jan 2022 - Current} \begin{itemize} \item Active in the clubroom, weekly meetings, Red Team, Physical Security Remote Vulnerability and Penetration Testing, Wireless, and Operations Interest Groups. \end{itemize} \resumeSubHeadingListEnd %-----------Projects----------------- \color{violet} \section{Projects} \color{black} \resumeSubHeadingListStart \resumeSubItem{Personal Server Management} {Designed a scalable server infrastructure based around Proxmox clusters and networked storage. Facilitates the practice and development of networking and security skills.} \resumeSubItem{Docker Depot} {Developed a tool which gives full remote access to the Docker unix socket. Can be used by an attacker to spin up malicious containers, and escalate to root user on host machine. Additional tooling was developed from this to bypass firewalls to access SSH.} \resumeSubHeadingListEnd %--------Skills------------ \color{violet} \section{Skills} \color{black} \resumeSubHeadingListStart \item{\textbf{Languages: }}{Python, Bash, Java, C, SQL} \item{\textbf{Tools: }}{Linux, BSD, Docker, Ansible, Kubernetes, SSH, Git, Networking, Firewalls, Nmap, Ncat, Nginx, Caddy, Proxmox, Openstack, VMware, Wireshark, Cryptsetup, Osquery, Kibana, FleetDM} \resumeSubHeadingListEnd %------------------------------------------- \end{document}