DMCXBLUE
Red Team Operator • Azure Security Specialist • Cybersecurity Researcher
# Currently developing
ANIMO_FRAMEWORK.execute(“azure_red_team_ops”)
# Advanced Azure C2 for red team engagements
Core Expertise
Red Team Operations
Advanced adversary simulation, MITRE ATT&CK implementation, and custom tool development for comprehensive security assessments.
- CRTO Certified (ZeroPoint Security)
- Custom C2 framework development
- OPSEC and evasion techniques
- Post-exploitation strategies
Azure Security
Deep expertise in Azure and Entra ID security assessment, cloud-native attack techniques, and Azure-specific red team operations.
- Azure API exploitation techniques
- Multi-tenant security analysis
- Identity and access management
- ANIMO framework development
Security Research
Continuous research in offensive security techniques, tool development, and educational content creation for the cybersecurity community.
- Open-source tool development
- Fileless malware research
- Educational content (GitBook)
- Community engagement
Recent Posts
ANIMO (Azure Network Intel & Mission Ops)
January 4, 2026 • ~5 min read
Introducing ANIMO, a comprehensive Azure-focused C2 framework designed for red team operations. This tool bridges the gap in cloud-native tooling for Azure environments.
C2
Red Team
How to Rob a Hotel
August 23, 2025 • ~5 min read
Third installment in the signature “How to Rob” series. Exploring hotel security vulnerabilities and the hospitality industry’s digital attack surface.
Physical
Fileless Malware Research
August 30, 2021 • ~8 min read
Comprehensive analysis of fileless attack techniques, memory injection methods, and detection evasion strategies for red team operations.
Research
Let’s Connect
Interested in red team operations, Azure security research, or discussing offensive security techniques? I’m always open to connecting with fellow security professionals.
📍 Los Angeles, CA • 🏢 Voya Financial
/* Professional Enhancement Styles */
/* Typography Hierarchy */
h1 {
font-size: 3rem !important;
font-weight: 700 !important;
line-height: 1.1 !important;
}
h2 {
font-size: 2.25rem !important;
font-weight: 600 !important;
line-height: 1.2 !important;
}
h3 {
font-size: 1.5rem !important;
font-weight: 600 !important;
line-height: 1.3 !important;
}
h4 {
font-size: 1.25rem !important;
font-weight: 500 !important;
line-height: 1.4 !important;
}
/* Enhanced base typography */
body, p {
font-size: 1.05rem !important;
line-height: 1.7 !important;
}
/* Button hover states */
.wp-block-button__link {
transition: all 0.2s ease !important;
border-radius: 6px !important;
font-weight: 500 !important;
}
.wp-block-button__link:hover {
transform: translateY(-1px) !important;
box-shadow: 0 4px 12px rgba(255, 68, 68, 0.2) !important;
}
.wp-block-button__link:focus {
outline: 2px solid #ff4444 !important;
outline-offset: 2px !important;
}
/* Primary button hover */
a[style*=”background-color:#ff4444″]:hover {
background-color: #ff6666 !important;
}
/* Secondary button hover */
a[style*=”border:2px solid #ff4444″]:hover {
border-color: #ff6666 !important;
color: #ff6666 !important;
background-color: rgba(255, 68, 68, 0.1) !important;
}
/* Enhanced link states */
a {
transition: color 0.2s ease !important;
}
a:hover {
color: #ff6666 !important;
}
a:focus {
outline: 2px solid #ff4444 !important;
outline-offset: 2px !important;
border-radius: 2px !important;
}
/* Card hover effects */
div[style*=”background:#1a1a1a”]:hover {
transform: translateY(-2px) !important;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
border-color: #ff4444 !important;
}
/* Responsive grid improvements */
@media (max-width: 768px) {
h1 {
font-size: 2.5rem !important;
}
h2 {
font-size: 1.875rem !important;
}
div[style*=”grid-template-columns”] {
grid-template-columns: 1fr !important;
gap: 1.5rem !important;
}
.wp-block-group.alignfull {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
}
/* Enhanced spacing for better visual hierarchy */
.wp-block-heading {
margin-top: 2rem !important;
margin-bottom: 1rem !important;
}
.wp-block-heading:first-child {
margin-top: 0 !important;
}
/* Tag styling improvements */
span[style*=”background:#333″] {
border: 1px solid #555 !important;
transition: all 0.2s ease !important;
}
span[style*=”background:#333″]:hover {
border-color: #ff4444 !important;
background-color: rgba(255, 68, 68, 0.1) !important;
}