D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
cpguard
/
app
/
resources
/
email_templates
/
Filename :
user_infected_files.html
back
Copy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet" /> <title>{{ logs|length }} infected {{ logs|length == 1 ? 'file' : 'files' }} detected under {{ user }}</title> </head> <body style="font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;"> <div style="font-size: 1px; display: none !important;">{{ logs|length }} infected {{ logs|length == 1 ? 'file' : 'files' }} detected under {{ user }}</div> <table style="font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; background-color: #ffffff; padding-top: 20px;color: #434245;width: 100%; border: 0; text-align: center; border-collapse: collapse;"> <tr> <td style="vertical-align: top; padding: 0;padding-top: 32px"> <table id="body" style="max-width: 546px; margin: 0 auto; border: 0; border-collapse: collapse; margin: 0 auto; background: white; border-radius: 8px; margin-bottom: 16px;"> <tr> <td style="width: 100%; vertical-align: top; padding-top: 18px;"> <table style="width:100%;border-collapse: collapse;"> <tr> <td style="vertical-align: top; text-align: left;"> <a href="https://www.opsshield.com"> <img height="48" style="margin-top: 0; margin-right: 0; margin-bottom: 32px; margin-left: -2px;" src="https://opsshield.com/assets/img/logo_color.png" alt="cPGuard logo" /> </a> </td> <td style="vertical-align: top; text-align: right;padding-top: 7px;"> <a style="font-size:16px;margin-top: 15px;color:#c9c9c9">{{ domain }}</a> </td> </tr> </table> </td> </tr> <tr> <td style="width: 100%; vertical-align: top;text-align:left; "> <h1 style="color: #FF822D;;font-size: 36px; line-height: 46px; letter-spacing: -.25px; margin-bottom: 28px; text-align: left; word-break: break-word;"> 🔔 {{ logs|length }} infected {{ logs|length == 1 ? 'file' : 'files' }} detected</h1> {% if logs|length > 1 %} <p style="font-size: 20px; line-height: 28px; letter-spacing: -0.2px; word-break: break-word;"> We have found {{ logs|length }} infected files under your account with username <strong>{{ user }}</strong> on server <a style="font-size:500;">{{ hostname|e }}</a> </p> <p style="border-bottom: solid 1px #e6e6e6;padding-bottom:15px;margin-bottom:5px;font-size: 20px;font-weight: 500;"> Here are the details </p> <table style="width:100%;font-size:14px;border-collapse: collapse;"> <tr> <td style="border-bottom:solid 1px #e6e6e6; padding:10px 0;font-size:13px;"> Sno </td> <td style="border-bottom:solid 1px #e6e6e6;padding:10px 0;font-size:13px;"> File</td> <td style="border-bottom:solid 1px #e6e6e6;padding:10px 0;font-size:13px;"> Reason</td> <td style="border-bottom:solid 1px #e6e6e6;padding:10px 0;font-size:13px;"> Action</td> </tr> {% for log in logs %} {% set log_time = log.time %} <tr> <td style="border-bottom:solid 1px #e6e6e6;padding:10px 0;vertical-align: top;"> {{ loop.index }}</td> <td style="border-bottom:solid 1px #e6e6e6;padding:10px 0;line-height: 1.5;vertical-align: top;"> {{ log.path|e }}<br /> <small style="color:#949494;">{{ log.definition|e }}</small> </td> <td style="border-bottom:solid 1px #e6e6e6;padding:10px 0;text-align: left;vertical-align: top;"> {{ log.reason|e }}</td> <td style="border-bottom:solid 1px #e6e6e6;padding:10px 0;text-align: left;vertical-align: top;"> {{ log.action|e }}</td> </tr> {% endfor %} </table> {% else %} {% set log = logs|first %} {% set log_time = log.time %} <p style="font-size: 20px; line-height: 28px; letter-spacing: -0.2px; word-break: break-word;"> A <strong>{{ log.reason|lower }}</strong> was detected under your account with username <strong>{{ user }}</strong> on server <a style="font-size:500;">{{ hostname }}</a> and has been <strong>quarantined</strong> </p> <p style="border-bottom: solid 1px #e6e6e6;padding-bottom:15px;margin-bottom:20px;font-size: 20px;font-weight: 500;"> Here's the details </p> <table style="width:100%;font-size:14px;padding-bottom: 25px; border-bottom: solid 1px #e6e6e6;"> <tr> <td style="padding:10px 0;font-size:12px;">File</td> <td style="text-align: right;">{{ log.path|e }}</td> </tr> <tr> <td style="padding:10px 0;font-size:12px;">Reason</td> <td style="text-align: right;">{{ log.reason|e }}</td> </tr> <tr> <td style="padding:10px 0;font-size:12px;">Signature </td> <td style="text-align: right;">{{ log.definition|e }}</td> </tr> <tr> <td style="padding:10px 0;padding-bottom:30px;font-size:12px;">Action taken</td> <td style="text-align: right;">{{ log.action|e }}</td> </tr> </table> {% endif %} <p style="color:#949494;font-size: 12px; text-align: center; line-height: 28px; letter-spacing: -0.2px; word-break: break-word;margin-top:15px;"> Detected at {{ log_time|date('F j, Y, g:i a') }} </p> <p style="font-size: 20px; line-height: 28px; letter-spacing: -0.2px; word-break: break-word;"> Please check these files and make sure your websites are not affected. You can contact your server admin or raise a suppoprt ticket with your hosting provider for more information. </p> </td> </tr> <tr> <td style="width: 100%; vertical-align: top; padding-top: 35px;text-align:left; "> <div> <h3 style="color:#686669;">🖐 Why this email?</h3> <p style="font-size: 16px; line-height: 24px; letter-spacing: -0.2px; word-break: break-word; color: #868488;"> You've received this email as your server (<a>{{ hostname }}</a>) is being actively protected by cPGuard security. cPGuard is a comprehensive security solution for web hosting servers designed to protect servers from malware, vulnerabilities, and other potential threats. </p> </div> <div> <p style="font-size: 16px; line-height: 24px; letter-spacing: -0.2px; word-break: break-word; color: #868488;"> <strong>Questions?</strong> <a style='color: #616061;' href="https://opsshield.com/cpguard-features.html">learn more</a> about cPGuard </p> </div> </td> </tr> <tr> <td style="width: 100%; padding-top:30px;"> <table style="width:100%;border-collapse: collapse;"> <tr> <td style="width:50%;vertical-align: top; text-align: left;"> <a href="https://www.opsshield.com"> <img height="46" alt="cPGuard logo" style="margin-top: 0; margin-right: 0; margin-bottom: 32px; margin-left: 0px;" src="https://www.opsshield.com/assets/img/opsshield-logo.png" /> </a> </td> <td style="width:50%;vertical-align: top; text-align: right;padding-top: 7px;"> <a href="https://x.com/opsshieldllp" style="margin-left: 20px;"> <img height="27" width="27" title="Twitter" alt="X" src="https://opsshield.com/assets/img/twitter.png" /></a> <a href="https://www.facebook.com/opsshield" style="margin-left: 20px;"> <img height="32" width="32" title="Facebook" alt="fb" src="https://opsshield.com/assets/img/facebook.png" /></a> </td> </tr> <tr> <td colspan="2"> <div style="font-size:12px; opacity:0.5; color:#696969; text-align:left; line-height:15px; margin-bottom:50px; text-align: left;"> <a style="color: #696969 !important;" href="https://www.opsshield.com/blog/">Our Blog</a> | <a style="color: #696969 !important;" href="https://opsshield.com/privacy-policy.html">Privacy Policy</a> | <a style="color: #696969 !important;" href="https://opsshield.com/help/">Help Center</a> <br /><br /> <div>©{{ __year }} OPSSHIELD LLP www.opsshield.com </div> </div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>