-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.typ
83 lines (71 loc) · 3.07 KB
/
resume.typ
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
#import "template.typ": *
#show: doc => conf(doc)
== Education
#chiline()
#degree("The Ohio State University", "Bachelor of Arts in Computer and Information Science", "Expected May 2025")
== Experience
#chiline()
#entry(
"IBM X-Force Red",
"Pentest Intern",
"Austin, Texas",
"May-August 2024",
(
"Engineered a stealthy LDAP tool in python, building eight communication layers and authentication mechanisms from the ground up. Developed a stand alone tool compatible with the well known impacket tool set.",
"Worked with senior pentesters during live engagements to identify and exploit vulnerabilities.",
),
)
#entry(
"IBM X-Force Red",
"Pentest Intern",
"Austin, Texas",
"May-August 2023",
(
"Worked in team to develop a C2 system using ETW for opportunistic traffic capture on Windows devices, enabling covert communication without direct socket use. Presented a proof of concept to IBM executives.",
"Shadowed experienced pentesters on app and internal network penetration tests, gaining valuable insights.",
"Completed series of expert-led, training programs focused on network penetration, web application security, cryptography, social engineering, and mobile application security.",
),
)
#entry(
"The Ohio State University Athletics Department",
"IT Student Intern",
"Columbus, Ohio",
"May 2022 - August 2022",
(
"Developed processes to track and document vulnerability remediation across four thousand devices.",
"Worked with the myriad of tools used to secure and manage large enterprise environments including CrowdStrike, Qualys, and the SolarWinds suite.",
),
)
== Extracurricular
#chiline()
#entry(
"OSU Cyber Security Club",
"Vice President / Member",
"Columbus, Ohio",
"August 2020 - Present",
(
"Member of the winning RIT ISTS 2022 team, an attack-defense cybersecurity competition. Competed in ISTS from 2022 to 2024.",
"Led meetings, managed AWS infrastructure using Terraform, and coordinated BuckeyeCTF, organizing participation for thousands annually.",
"Participated in the Cyber Truck Challenge 2022, working in a six-person team to map and attack heavy truck engine control units, communication networks, and cyber-physical systems. Presented findings and vulnerabilities to OEMs",
"Collaborated with the Truck Cybersecurity Research Group to develop attack methodologies for Engine Control Units.",
"Designed Python network support for J1939 intelligent fuzzers and J1939 Transport Protocol.",
),
)
#entry(
"Athletics Experience, Target Pistol Shooting",
"US National Team",
"OSU Varsity Athlete",
"August 2016 - 2024",
(
"2020 Tokyo Olympian, Rapid Fire Pistol",
"Dedicated 20+ hours a week to training and practice while maintaining a full academic course load.",
"2021, 2022, 2023, 2024 All-American, OSU Scholar Athlete.",
"2018 CAT Games Mexico, 2018 South Korea World Championship team, 2019 Pan-American Games Lima.",
),
)
== Skills
#chiline()
#skills(
"Python, C, Golang, Zig, Java, Terraform, Typst",
"Ghidra, Impacket, Ansible, AWS, PwnTools, BurpSuite, Wireshark, Git",
)