Skip to content
View Luca-css's full-sized avatar
  • Joined Apr 24, 2026

Block or report Luca-css

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Luca-css/README.md

Typing SVG


Portfolio  LinkedIn  GitHub  Profile Views


> whoami

┌──(lucas㉿kali)-[~]
└─$ cat profile.json
{
  "nome"    : "Lucas Santos",
  "cargo"   : "Analista de TI N3 — Sênior",
  "área"    : "Cibersegurança · SOC · DFIR · Automação",
  "empresa" : "Setor Privado — TI & Segurança",
  "local"   : "Brasil 🇧🇷",

  "especialidades" : [
    "Pentest & VAPT",
    "Incident Response",
    "Threat Hunting",
    "Hardening Windows/Linux",
    "Active Directory",
    "SIEM & Monitoramento"
  ],

  "linguagens" : [
    "Python", "Go", "TypeScript", "Rust",
    "Kotlin", "PowerShell", "PHP", "Bash"
  ],

  "infra" : [
    "Windows Server", "Active Directory",
    "Linux", "Zabbix", "Wireshark", "SIEM"
  ],

  "status" : "🟢 Disponível para projetos"
}


> ls ./skills

Skills


Windows Server Active Directory SQL Server Kali Linux Wireshark Zabbix Elastic Metasploit TypeScript Rust Kotlin


> cat cybersecurity.md

Área Nível Ferramentas
🔍 Pentest & VAPT Intermediário Kali Linux, Metasploit, Nmap, Burp Suite
🛡️ SOC / SIEM Avançado Elastic SIEM, Wazuh, Zabbix, Custom Dashboards
🚨 Incident Response / DFIR Avançado Volatility, Autopsy, Wireshark, Custom Toolkit
🔐 Hardening Especialista CIS Benchmarks, GPO, Windows Server, Linux
🌐 Network Security Avançado Firewall, IDS/IPS, VPN, Network Segmentation
📋 Vuln Assessment Avançado Nessus, OpenVAS, Scripts Customizados
🎯 Threat Hunting Avançado IOC Analysis, YARA, Custom Hunt Toolkit
🖥️ Active Directory Especialista Hardening, Audit, GPO, BloodHound

> git log --oneline ./projects

🔐  SEGURANÇA OFENSIVA & DEFENSIVA

Toolkit para Threat Hunting com análise de IOCs, regras YARA e automação de hunt em ambientes Windows/Linux.

Detector de comportamento ransomware em tempo real — monitora I/O de arquivos, entropia e padrões de criptografia suspeita.

Auditoria de segurança Windows com score 0–100: senhas, contas, RDP, Defender, patches e compartilhamentos.

Análise e auditoria de regras de firewall — identifica permissões excessivas, portas críticas expostas e desvios de política.

Hardening completo de Active Directory: GPOs de segurança, audit policy, BloodHound e verificação de misconfigurations.

Hardening automatizado de Linux baseado em CIS Benchmarks — SSH, sysctl, permissões, serviços e logs de auditoria.


🛡️  SOC · SIEM · INCIDENT RESPONSE

Dashboard SIEM em tempo real com WebSocket — detecção de brute force, logins fora de horário e uso de privilégios.

Coleta forense automatizada: processos, conexões TCP, autoruns de registro, eventos de segurança e pacote ZIP de evidências.

Analisador de logs de segurança com detecção de padrões anômalos, correlação de eventos e geração de relatórios.

 

📡  REDE · SCAN · MONITORAMENTO

Scanner de rede em Go com 100 workers concorrentes — expansão de CIDR, reverse DNS, detecção de portas críticas e relatório HTML.

Scanner de portas ultra-rápido em Rust sem dependências externas — thread pool manual, banner grabbing e mapeamento de CVEs.

Monitor de rede em tempo real com alertas de latência, disponibilidade de hosts e dashboard de métricas via Node.js.

 

🖥️  INFRAESTRUTURA · APIs · DCIM

Dashboard de monitoramento de infraestrutura em Kotlin + Ktor — métricas reais via WMIC, alertas automáticos e coroutines assíncronas.

API REST de segurança em TypeScript com tipagem forte — gerenciamento de ameaças, alertas, blocklist de IPs e rate limiting.

Sistema de gerenciamento de rack e DCIM em PHP — controle de ativos, capacidade, energia e mapa visual do datacenter.

 

> htop --lang


> cat achievements.txt

N3 Security AD Windows IR SIEM Cyber Hunt Python PowerShell Pentest DCIM


> watch contrib --live

Activity Graph


Mage vs Dragon Battle


Popular repositories Loading

  1. windows-security-auditor windows-security-auditor Public

    Python

  2. ad-hardening-toolkit ad-hardening-toolkit Public

    PowerShell

  3. soc-automation-scripts soc-automation-scripts Public

    Python

  4. Luca-css Luca-css Public

  5. it-ops-toolkit it-ops-toolkit Public

    Scripts para suporte N2/N3: inventario, health check e relatorios de infraestrutura

    Python

  6. server-dashboard server-dashboard Public

    Dashboard web em tempo real para monitoramento de servidores Windows/Linux - Python Flask + API REST

    PHP