Skip to content
View adrianco12's full-sized avatar

Block or report adrianco12

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. Cloud-Security-Projects Cloud-Security-Projects Public

    A collection of hands-on cloud security projects using Microsoft Entra ID, Microsoft Purview, and Microsoft 365 E5 to improve identity protection, data loss prevention, and threat response.

  2. Email-Spoof-Checker Email-Spoof-Checker Public

    This script analyzes email headers to detect potential spoofing attempts by extracting key information such as the sender’s domain and IP address. It performs SPF (Sender Policy Framework) validati…

    Python

  3. File-Integrity-Monitor File-Integrity-Monitor Public

    This project calculates the SHA-256 hash of a file and stores it in a specified location. It then compares the stored hash with the current file hash to detect any changes, ensuring file integrity.

    C++

  4. Typosquat-Detection Typosquat-Detection Public

    This Python script is designed to detect potential typo-squatted domains, which are domain names resembling a legitimate one, often used maliciously for phishing or other fraudulent activities.

    Python

  5. Ghost-Escape-Room-Game Ghost-Escape-Room-Game Public

    This 3D game was created using Unity, with code written in C#. When playing this game, the user must solve challenges and puzzles to escape a building haunted by a ghost. This project leverages Uni…

  6. Task-Manager Task-Manager Public

    Java application for managing tasks with a priority queue and binary heap. Implemented features for task creation, deletion, and sorting, following SDLC best practices and utilizing object-oriented…

    Java