Update from markdown to HTML table

This commit is contained in:
pe3zx 2017-11-09 23:52:19 +07:00
parent 6a09bfb623
commit e92f4beacf

View File

@ -20,8 +20,45 @@ My curated list of awesome links, resources and tools
*Open source projects related to AWS Security.*
- [airbnb/BinaryAlert](https://github.com/airbnb/BinaryAlert) - BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
- [cloudsploit/scans](https://github.com/cloudsploit/scans) - AWS security scanning checks
- [nccgroup/Scout2](https://github.com/nccgroup/Scout2) - Security auditing tool for AWS environments
- [Netflix/security_monkey](https://github.com/Netflix/security_monkey) - Security Monkey monitors your AWS and GCP accounts for policy changes and alerts on insecure configurations.
- [Alfresco/prowler](https://github.com/Alfresco/prowler) - Tool for AWS security assessment, auditing and hardening. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark.
<table>
<tr>
<td>
<a href="https://github.com/airbnb/BinaryAlert" target="_blank">airbnb/BinaryAlert</a>
</td>
<td>
BinaryAlert: Serverless, Real-time & Retroactive Malware Detection
</td>
</tr>
<tr>
<td>
<a href="https://github.com/cloudsploit/scans" target="_blank">cloudsploit/scans</a>
</td>
<td>
AWS security scanning checks
</td>
</tr>
<tr>
<td>
<a href="https://github.com/nccgroup/Scout2" target="_blank">nccgroup/Scout2</a>
</td>
<td>
Security auditing tool for AWS environments
</td>
</tr>
<tr>
<td>
<a href="https://github.com/Netflix/security_monkey" target="_blank">Netflix/security_monkey</a>
</td>
<td>
Security Monkey monitors your AWS and GCP accounts for policy changes and alerts on insecure configurations.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/Alfresco/prowler" target="_blank">Alfresco/prowler</a>
</td>
<td>
Tool for AWS security assessment, auditing and hardening. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark.
</td>
</tr>
</table>