57 lines
2.8 KiB
HTML
57 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Created Docker-based automated WordPress malware removal tool that eliminated persistent attacks, reducing infection frequency from daily to zero for MLPP.">
|
|
<title>WordPress Security Automation - Malware Removal</title>
|
|
<link rel="stylesheet" href="../styles.css" integrity="sha256-nsutlmVxvyIyABk8i0fzVyO+ram8rkuTntoETIGcou8=" crossorigin="anonymous">
|
|
<script src="../theme.js" integrity="sha256-+dDNTo7WAOmn2YC875+vn9oH4UkMwlVOGlARp2uq3A4=" crossorigin="anonymous"></script>
|
|
<script src="../includes.js" integrity="sha256-CJbyPP0VWE+XrarLtjHMffGrI2GlTXXAXOce+NE+aQg=" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="stories.css" integrity="sha256-O+OMb48leSKvekhMTDUK1y6+WG9x33kA0eDw00wUwkY=">
|
|
<script src="../markdown-loader.js" integrity="sha256-qK8mCx0LUZwMtstjbkCOweh/Y+84XwFjcUQSEH4lCws="></script>
|
|
</head>
|
|
<body>
|
|
<!-- Header Include -->
|
|
<div id="header-include"></div>
|
|
|
|
<div class="container-fluid" role="main" id="main-content">
|
|
<div class="story-header">
|
|
<h1>WordPress Security Automation</h1>
|
|
<p class="story-meta">Category: Security & Automation | Date: 2023</p>
|
|
<hr>
|
|
</div>
|
|
|
|
<div class="story-content">
|
|
<div class="placeholder-notice">
|
|
<h2>Coming Soon</h2>
|
|
<p>This case study is currently under development. Check back soon for the full story about my work developing an automated solution for WordPress malware removal and hardening.</p>
|
|
|
|
<h3>What to Expect</h3>
|
|
<ul>
|
|
<li>The creation of a Docker-based utility for automated malware detection and removal</li>
|
|
<li>Implementation of hardening measures to prevent reinfection</li>
|
|
<li>Successful deployment to protect MLPP from persistent cyber attacks</li>
|
|
<li>How infection frequency was reduced from daily/weekly to zero</li>
|
|
</ul>
|
|
|
|
<p>In the meantime, you can visit the protected site at:</p>
|
|
<ul>
|
|
<li><a href="https://mlpp.org" target="_blank">MLPP</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="story-footer">
|
|
<div class="story-nav">
|
|
<a href="/stories/healthcare-platform.html" class="story-nav-link prev">Previous Story</a>
|
|
<a href="/stories/airport-dns.html" class="story-nav-link next">Next Story</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Footer Include -->
|
|
<div id="footer-include"></div>
|
|
</body>
|
|
</html>
|