Applied CIS Benchmark controls to an Ubuntu system, removed more than 25 unnecessary services, patched vulnerable packages, and verified the hardened state.

NEW CONNECTION / MW-01
Let's turn security signals into action.
Reach out about cloud security, security automation, IAM, vulnerability management, or security engineering opportunities.
Cloud security · Security automation · IAM
Securing systems.Strengthening resilience.
I'm Ma'Nye Wade, an information security professional turning multi-cloud controls, findings, and identity data into clear, actionable security work.
My approach
FROM FINDING TO OWNER TO ACTION
I turn cloud security signals into clear ownership, reliable workflows, and defensible controls.
That means automating how findings reach engineering teams, mapping controls to NIST CSF 2.0, reviewing access with context, and documenting decisions so teams can validate and act.
Selected work
HANDS-ON, EVIDENCE-DRIVEN
Projects that test controls, investigate activity, and prove the outcome.
Patch Management & System Hardening

Package inventory and patch application
This lab focused on patching known vulnerabilities and hardening a live Ubuntu VM against the CIS Ubuntu 24.04 LTS Benchmark.
Open raw MarkdownPatch management
System packages were audited with apt, available fixes were inventoried, and a forced update was used to verify the system reflected the latest installed security patches.
sudo apt update && sudo apt upgradeCIS benchmark hardening
More than 25 unused services and client packages were identified and removed, including legacy file-transfer, web, discovery, mail, and remote-access services. A verification script confirmed each package was removed instead of merely stopped.
Outcome
Root login was locked and the resulting system state was checked against a hardened configuration checklist, producing a repeatable baseline for future verification.
Identity & Authentication Controls

Password quality policy validation
This lab applied practical identity and access management controls to Ubuntu, focusing on least privilege and authentication hardening.
Open raw MarkdownUser and group management
Two representative users were created. Alice received membership in an administrators group while Bob remained a standard user, demonstrating access assignment based on role rather than convenience.
sudo groupadd admins
sudo usermod -aG admins alicePassword policy enforcement
The libpam-pwquality module enforced operating-system password requirements. Weak, common, short, and username-matching passwords were rejected during validation.
Outcome
The final environment demonstrated both preventive authentication controls and a clear least-privilege account structure suitable for repeatable administration.
Storage, Encryption & Recovery

Creating the secured archive
This lab combined data-at-rest protection, restrictive access controls, and a tested backup and recovery procedure on an Ubuntu VM.
Open raw MarkdownFile permissions
A secure_data directory was created with owner-only read, write, and execute permissions.
mkdir secure_data
chmod 700 secure_dataLUKS encryption
Because the VM lacked full-disk encryption, an encrypted container was created, formatted with LUKS, opened with a passphrase, mounted, and used to protect the existing sensitive-data directory.
Backup and recovery
A compressed archive was created, the source data was deliberately removed, and the archive was restored to validate recoverability rather than merely assuming the backup was usable.
tar -czvf backup.tar.gz secure_dataRSS to SharePoint News

Published SharePoint News experience
This Power Automate flow retrieves updates from trusted RSS feeds and publishes them as SharePoint News items for internal teams.
Open raw MarkdownWorkflow
The automation triggers when an RSS source changes, retrieves the new item, and passes its content through a normalization pipeline.
Content transformation
Incoming JSON or HTML is converted into compatible plain text before the SharePoint HTTP connector and Repost API create the news item.
Operational value
The result removes repetitive manual publishing while helping internal teams track industry updates and vulnerability advisories from approved sources.
Capabilities
CLOUD SECURITY / DEVSECOPS / OPERATIONS
Cloud-focused security work—from controls and automation to detection and response.
Experience
CLOUD SECURITY, GOVERNANCE & OPERATIONS
Experience turning multi-cloud controls, security findings, and access data into action.
Paramount
Cloud security automation & governance
June 2026—Present
Information Security Intern (Cloud Security)
- Migrating legacy automation rules by building multi-step Wiz workflows that integrate with Jira and Slack, routing security findings to designated owners and Jira queues by severity.
- Mapped 1,100+ security baseline controls across AWS, Azure, and GCP to NIST Cybersecurity Framework 2.0, documenting retired, split, moved, and ambiguous mappings for stakeholder validation.
- Reviewed Active Directory security groups using Wiz JSON logs and Group Manager, documenting ownership and usage in Confluence to support access consolidation and naming standardization.
Marist University
Security operations & vulnerability management
May 2025—December 2025
Email Security and Vulnerability Management Intern
- Analyzed and classified Microsoft Defender XDR alerts, reducing senior analyst review time by 25% and supporting consistent escalation decisions.
- Documented 20+ critical CVEs and Tenable Nessus findings, summarizing severity, exploitability, and remediation guidance for prioritization.
- Converted six incident-response playbooks into visual flowcharts, standardizing investigation and escalation procedures for the cybersecurity team.
- Authored security blog posts and co-hosted awareness sessions, translating technical threats into practical guidance for students, faculty, and staff.
September 2024—May 2025
IT Help Desk Technician
- Resolved 300+ Tier I/II requests for a community of 5,000+ users through TeamDynamix, phone, email, and walk-in support channels.
- Troubleshot Cisco AnyConnect VPN, account access, and Cisco Duo multi-factor authentication issues while following user-verification and escalation procedures.
- Authored knowledge-base articles and standard operating procedures that contributed to a 20% reduction in recurring support requests.
- Maintained 98% availability across campus WEPA printing services through preventive maintenance and hardware troubleshooting.
ATTESTATIONS & CERTIFICATIONS
Verified learning across cloud, data, AI, and security operations.
A complete set of career-relevant credentials spanning cloud security, secure delivery, governance, SOC operations, and coordinated incident response. Every card opens the underlying credential.
View all certificationsSay hello to Ma'Nye
Identity verified. Meet the person behind the systems, safeguards, and security work.
Meet Ma'Nye
About
CURIOUS BY NATURE. DEFENSIVE BY DESIGN.
I care about the details that make systems safer and teams stronger.
I'm pursuing a B.S. in Cybersecurity: Cyber Operations with a minor in Computer Science, followed by an M.S. in Cyber Risk Management and Compliance at the University at Albany.
I enjoy tackling complex security problems from the ground up and communicating the result in a way that helps people take action.
B.S. Cybersecurity: Cyber Operations · Expected 2027
M.S. Cyber Risk Management & Compliance · Expected 2028
Blog

Field notes · Linux security
Building an Ubuntu security lab and establishing a baseline.
A hands-on account of building an ARM64 Ubuntu VM, inspecting its users, services, packages, and network exposure, then documenting three security risks.
Read articleCLOUD SECURITY / AUTOMATION / IAM




