Skip to content
View 0x107u5's full-sized avatar
✏️
studying for Security +
✏️
studying for Security +

Block or report 0x107u5

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0x107u5/README.md

Hey there! Call me Gabriel 😊

Typing SVG

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Main:

    def __init__(self):
        self.name = "Gabriel Marchi"
        self.alias = "Lotus"
        self.role = ["SIEM engineer"]
        self.language_spoken = ["pt_BR", "en_US"]
        self.assignments = [
                "Threat hunting",
                "Create use cases",
                "Develop scripts",
                "Tune SIEM alerts",
                "Analyze logs",
                "Investigate incidents"
                ]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

    def show_assignments(self):
        print(f"\nAssignments of {self.name} ({', '.join(self.role)}):\n")
        for i, assignment in enumerate(self.assignments, 1):
            print(f"{i}. {assignment}")
me = Main()
me.say_hi()
me.show_assignments()

📔 Latest Blog posts

- It's coming

🔧 Technologies & Tools

icon
C#

dotnet
icon
AWS

Postman

Azure
icon
Docker

Bash
icon
Python

Rest API

GitHub


Pinned Loading

  1. BlueBird BlueBird Public

    Um site dedicado ao compartilhamento de conhecimentos, ferramentas, boas práticas e recursos voltados à defesa cibernética (Blue Team). Ideal para profissionais de segurança da informação, SOC anal…

    1

  2. mbr_parser mbr_parser Public

    A simple python script to get information for the mbr file

    Python