Profile picture Pedro Egea Ortega

Pedro Egea Ortega

Junior Cybersecurity Technician | SOC Analyst

Elche, Spain

Description

Junior Cybersecurity Technician / Junior SOC Analyst, with a solid foundation in Linux/Windows system administration, networking, and automation. Specialized training in IT environments, with a strong focus on security monitoring, log analysis, incident detection, and system hardening. Oriented toward roles in SOC operations, blue team, and defensive cybersecurity.

$ npx connect
Initializing...
Ready to connect.
Waiting for contact request...

const pedro = {
    name: "Pedro Egea Ortega",
    role: "Junior Cybersecurity Technician | SOC Analyst",
    softSkills: [
        "Teamwork",
        "Leadership",
        "Conflict Resolution",
        "Adaptability",
        "Time management",
        "Document preparation",
        "Proactivity",
        "Critical Thinking"
    ],
    languages: [
        "English (B2)",
        "German (A2)",
        "Spanish (Native)",
        "Valencian (B1)"
    ],
    interests: [
        "Blue Team Operations",
        "SOC Monitoring & Incident Response",
        "Log Analysis",
        "Security Automation",
        "Cloud & Infrastructure Security"
    ]
};

const skills = [
    {
        category: "Security / SOC",
        skills: [
            "Blue Team",
            "Log Analysis",
            "Incident Detection & Response",
            "Linux & Windows Hardening",
            "Security Monitoring"
        ]
    }
];

const experience = [
    {
        position: "SAT & Operations Technician",
        company: "Recursos en la Red",
        location: "Elche, Spain",
        duration: "July 2025 – August 2025"
    }
];

const certifications = [
    "Cybersecurity Specialization Course – RD 479/2020",
    "Network Systems Administration (ASIR)",
    "AWS Academy Cloud Foundations",
    "AWS Security Builder",
    "TryHackMe – Practical Blue Team & SOC Training"
];

// Contact function
const contact = (type) => {
    switch (type) {
        case 'github':
            return 'https://github.com/pederysky';
        case 'linkedIn':
            return 'https://www.linkedin.com/in/pedro-egea-ortega-501488314/';
        case 'email':
            return 'pedroegeaortega@gmail.com';
        default:
            return 'No signal detected.';
    }
};

TFG

Implementing a CI/CD system for a container-based application.

Open Project Website

Geolocation-Wireshark

This is a Python project that allows you to track the journey of a data packet across the Internet.

Open Project Website

Web page with Astro

This is a portfolio website I created using an Astro template to showcase my skills and projects. It is a personal project to practice web development and promote myself as a Systems Administrator.

Open Project Website

My Scripts

I have developed some scripts in Bash, PowerShell, and Google Apps Script to automate various tasks in system administration and infrastructure management.

Open Project Website

Automated emails with Google

This is a form that sends automated emails to registered users with attached files.

Open Project Website

Monitoring Stack with Zabbix, Grafana, and Portainer

A project that integrates Zabbix for infrastructure monitoring, Grafana for visualizing system metrics, and Portainer to manage Docker containers, aiming to improve system monitoring and administration in a real-world environment.

Open Project Website

Wiki.js Dockerized

A collaborative documentation management tool, containerized with Docker and secured via Nginx and Certbot.

Open Project Website
Built with Astro