An open API service indexing awesome lists of open source software.

https://github.com/cybersecurity-dev/advanced-cyber-security-shield

ACSS: Advanced Cyber Security Shield
https://github.com/cybersecurity-dev/advanced-cyber-security-shield

Last synced: 26 days ago
JSON representation

ACSS: Advanced Cyber Security Shield

Awesome Lists containing this project

README

          



# **`ACSS`**: Advanced Cyber Security Shield

[![FreeBSD](https://img.shields.io/badge/FreeBSD-AB2B28?style=for-the-badge&logo=freebsd&logoColor=white)]()
[![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)]()
[![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?style=for-the-badge&logo=windows11&logoColor=white)]()
[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)]()
[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white)]()


GitHub
 
YouTube
 
My Awesome Lists

## Endpoint Evolution to XDR

| Category | Description |
|--------------------------------|-----------------------------------------------------------------------------------------------------------------|
| **AV (Antivirus)** | Antivirus software protects leveraging a DB of known signatures. |
| **NGAV (Next-Generation Antivirus)** | Next-Gen Antivirus provides exploit protection, ML-based detection. |
| **ESS (Endpoint Security Suite)** | Endpoint Protection Platforms deliver NGAV + endpoint security policies and modules. |
| **EDR (Endpoint Detection And Response)** | NGEP + Detects and contains security incidents and restores hosts to pre-attack condition. |
| **XDR (Extended Detection And Response)** | Cross-data analytics, insights, driving most effective prevention, detection & response. |

### Clamscan Virus Scanning

Debian-based distros:
```bash
sudo apt-get install clamav clamav-daemon
```

Fedora-based distros:
```bash
sudo yum install clamav
```

##

### My Awesome Lists
You can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)

### Contributing

[Contributions of any kind welcome, just follow the guidelines](contributing.md)!

### Contributors

[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Advanced-Cyber-Security-Shield/graphs/contributors)!

[🔼 Back to top](#acss-advanced-cyber-security-shield)