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
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/advanced-cyber-security-shield
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2024-08-28T17:00:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-27T13:24:18.000Z (8 months ago)
- Last Synced: 2025-11-30T06:17:05.050Z (8 months ago)
- Language: Python
- Size: 306 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **`ACSS`**: Advanced Cyber Security Shield
[]()
[]()
[]()
[]()
[]()
## 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)