CV - Emilija Kastratović

import datetime

# Professional career — Emilija Kastratović

class ProfessionalExperience:

def airbus_defence_and_space(self):

role = "Working Student — AI Tool Development"

company = "Airbus Defence and Space"

location = "Ulm, Germany"

period = "Mar 2026 – present"

highlights = [

"AI tool development and software engineering for defence systems.",

]

def hitachi_rail_gts(self):

role = "Working Student — Penetration Testing"

company = "Hitachi Rail GTS Deutschland"

location = "Germany"

period = "Feb 2025 – Feb 2026"

highlights = [

"Performed penetration testing on railway systems and products.",

"Created and maintained a custom Kali Linux ISO with automated builds using Jenkins.",

"Developed a custom Burp Suite plugin to simulate railway-specific traffic protocols for security testing.",

]

def denso_automotive(self):

role = "Working Student — Fundamental Technology R&D"

company = "DENSO Automotive Deutschland"

location = "Germany"

period = "Oct 2023 – Nov 2024"

highlights = [

"CONNECT Horizon Europe research programme — Trust Management in VANETs.",

"Implemented a Python-based CACC module within SUMO traffic simulations using Apache Kafka for real-time vehicle communication.",

"Integrated communication between the Trust Assessment Framework and partner systems for dynamic ECU migration based on Trust Levels.",

]

def mercedes_benz_tech_innovation(self):

role = "Working Student — CarIT Security"

company = "Mercedes-Benz Tech Innovation"

location = "Stuttgart, Germany"

period = "Oct 2021 – Sep 2023"

highlights = [

"Developed a Python tool for automated cybersecurity analysis of vehicular network architectures.",

"Performed vulnerability analysis on vehicle systems to identify security weaknesses.",

"Assisted with project management tasks including documentation and review processes.",

"BSc thesis conducted here: "Comparing different vehicle architectures based on attack path analysis".",

]

# End of ProfessionalExperience

if __name__ == "__main__":

print("Experience loaded successfully.")