#!/usr/bin/python # -*- coding: utf-8 -*- class SecurityResearcher: def __init__(self): self.name = "Max van der Horst" self.role = "Security Researcher & PhD Candidate" self.company = "Delft University of Technology" self.language_spoken = ["nl_NL", "en_US"] def do_starwars_meme(self): print("Hello there!") me = SecurityResearcher() me.do_starwars_meme()-
🔭 I’m currently working on Coordinated Vulnerability Disclosure
-
🌱 I’m currently learning Anti-Abuse Strategy
-
💬 Ask me about Cyber Threat Intelligence and Malware
-
📫 How to reach me max@divd.nl
-
⚡ Fun fact humans lost a war against emus in 1932.


