Hello, I'm Akshat Shirsat.
A passionate Cybersecurity Analyst with a knack for building automation to make security smarter (and faster)
My journey has taken me from working with data to digging deep into cloud, and more, basically, if it involves securing systems or scripting out repetitive tasks, I’m in.
For me, cybersecurity is not just a job but a constant puzzle where curiosity meets defense. I believe security isn’t just about defending systems, but about anticipating attack paths and proactively reducing risk.
#!/usr/bin/python
# -*- coding: utf-8 -*-
class Human:
def __init__(self):
self.name = "Akshat (hackshat)"
self.role = "CyberSecurity Analyst"
self.language_spoken = ["en_US", "hi_IN", "mr_IN", "xx_MATHS', "xx_GIBBERISH"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = Human()
me.say_hi()
Feel free to reach out—I'm always eager to connect, collaborate, and explore new opportunities. Let's make something great together!