File: //opt/cpguard/app/resources/email_templates/daily_report/malware_process.html
<table border="0" cellpadding="0" cellspacing="0" class="to100pc" width="100%">
<tr>
<td align="center">
<table align="center" bgcolor="white" border="0" cellpadding="0" cellspacing="0" class="to100pc" width="600"
style="max-width: 600px;">
<tbody>
<tr style="-webkit-text-size-adjust: none;">
<td height="16" style="-webkit-text-size-adjust: none;margin: 0;padding: 0;height: 16px;">
<img alt="" height="16" src="https://opsshield.com/assets/mail/space.gif"
style="-webkit-text-size-adjust: none;display: block;margin: 0;padding: 0;border: 0;height: 16px;">
</td>
<!-- spacer -->
</tr>
<tr>
<td align="center" width="76%" style="padding:30px 0 10px 0"><span
style="font-size:18px; line-height:14px; font-family:'Avenir Next', Avenir, Helvetica, sans-serif; color:#BABEC5; font-weight: 500;">MALWARE
PROCESSES FOUND</span>
</td>
</tr>
<tr>
<td align="center" width="76%" style="padding:50px 0 10px 0">
<div
style="font-weight:600;color:#585858;font-family:'Google Sans',Roboto,Arial,sans-serif;font-size:72px;letter-spacing:0.1px;line-height:14px;">
<span style="color:#EA4335;">{{ malware_counts }}</span>
<span style="font-size:26px;line-height: 32px;font-weight:500;display: block;">
<br><strong style="color:EA4335">malicious processes</strong><br /> were detected
and killed</span>
</div>
</td>
</tr>
<tr>
<td align="center" style="-webkit-text-size-adjust: none;padding-top: 15px;; ">
<table width="460">
<tr>
<td
style="color:#585858;font-family:'Google Sans',Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;border-top: solid 1px #e6e6e6;">
Path
</td>
<td
style="color:#585858;font-family:'Google Sans',Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;border-top: solid 1px #e6e6e6;">
User
</td>
<td align="right"
style="color:#585858;font-family:'Google Sans',Roboto,Arial,sans-serif;padding-right: 15px;border-bottom: solid 1px #e6e6e6;border-top: solid 1px #e6e6e6;">
Count
</td>
</tr>
{% for entry in malware_processes|slice(0,15) %}
<tr>
<td
style="font-size:12px;color:#585858;font-family:Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;">
{{ entry.process |e }}
</td>
<td
style="font-size:12px;color:#585858;font-family:Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;">
{{ entry.user |raw }}
</td>
<td align="right"
style="font-size:12px;color:#EA4335;font-weight:500;font-family:Roboto,Arial,sans-serif;border-bottom: solid 1px #e6e6e6;padding-right: 15px;">
{{ entry.count }}
</td>
</tr>
{% endfor %}
{% if malware_processes|length > 15 %}
<tr>
<td colspan="3" align="center"
style="color:#585858;font-weight:500;font-family:'Google Sans',Roboto,Arial,sans-serif;padding: 20px 0;">
<p>For more details view the incidents list on the server in cPGuard portal</p>
</td>
</tr>
{% endif %}
<br />
</table>
</td>
</tr>
<!-- T&BP paragraph 1 start -->
<tr>
<td height="20" style="height:20px;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#F4F5F8" style="line-height: 10px;">
<img alt="" height="10" src="https://opsshield.com/assets/mail/space.gif" style="display:block;" width="1"
border="0" />
</td>
</tr>
</table>