mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 05:19:40 +02:00
update Ubuntu link
This commit is contained in:
parent
12d023a58a
commit
6ee715ce48
1 changed files with 10 additions and 11 deletions
21
README.md
21
README.md
|
@ -3,33 +3,33 @@ Pandora-box
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
As the use of USB disks are still prevalent, so has the risk of malware infection through these devices.
|
As the use of USB disks are still prevalent, so has the risk of malware infection through these devices.
|
||||||
Malware can easily spread from one computer to another through USB disks, making it a critical threat to
|
Malware can easily spread from one computer to another through USB disks, making it a critical threat to
|
||||||
information security. This is where our USB scanning device comes in.
|
information security. This is where our USB scanning device comes in.
|
||||||
|
|
||||||
Pandora-box is designed to detect and remove malware from USB disks. The software is based on [Pandora](https://github.com/pandora-analysis)
|
Pandora-box is designed to detect and remove malware from USB disks. The software is based on [Pandora](https://github.com/pandora-analysis)
|
||||||
from [CIRCL](https://www.circl.lu) and is distributed under [GPL](https://www.gnu.org/licenses/licenses.html),
|
from [CIRCL](https://www.circl.lu) and is distributed under [GPL](https://www.gnu.org/licenses/licenses.html),
|
||||||
making it freely accessible to security professionals.
|
making it freely accessible to security professionals.
|
||||||
|
|
||||||
The software uses advanced scanning techniques to identify and remove malware from USB disks. It performs a
|
The software uses advanced scanning techniques to identify and remove malware from USB disks. It performs a
|
||||||
comprehensive scan of the disk, analyzing each file for any signs of malicious activity. If it detects any malware,
|
comprehensive scan of the disk, analyzing each file for any signs of malicious activity. If it detects any malware,
|
||||||
Pandora-box will quarantine the infected files and remove them from the disk.
|
Pandora-box will quarantine the infected files and remove them from the disk.
|
||||||
|
|
||||||
## Featues
|
## Featues
|
||||||
|
|
||||||
Pandora-Box is a USB scaning station based on [Pandora](https://github.com/pandora-analysis),
|
Pandora-Box is a USB scaning station based on [Pandora](https://github.com/pandora-analysis),
|
||||||
a malware analysis tool.
|
a malware analysis tool.
|
||||||
|
|
||||||
Pandora-box uses :
|
Pandora-box uses :
|
||||||
|
|
||||||
- [ClamAV](http://www.clamav.net/) : an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
|
- [ClamAV](http://www.clamav.net/) : an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
|
||||||
- [Comodo Antivirus](https://antivirus.comodo.com/) : the free version of Comodo Antivirus.
|
- [Comodo Antivirus](https://antivirus.comodo.com/) : the free version of Comodo Antivirus.
|
||||||
- [Hashlookup](https://circl.lu/services/hashlookup/) : a public API to lookup hash values against known database of files.
|
- [Hashlookup](https://circl.lu/services/hashlookup/) : a public API to lookup hash values against known database of files.
|
||||||
- [Yara Rules](https://github.com/Neo23x0/signature-base) : the YARA signature and IOC database used by [LOKI](https://github.com/Neo23x0/Loki) and [THOR Lite](https://www.nextron-systems.com/thor-lite/) scanners.
|
- [Yara Rules](https://github.com/Neo23x0/signature-base) : the YARA signature and IOC database used by [LOKI](https://github.com/Neo23x0/Loki) and [THOR Lite](https://www.nextron-systems.com/thor-lite/) scanners.
|
||||||
|
|
||||||
Other tools may be used by configuring Pandora [antivirus-workers](https://github.com/pandora-analysis/pandora#antivirus-workers).
|
Other tools may be used by configuring Pandora [antivirus-workers](https://github.com/pandora-analysis/pandora#antivirus-workers).
|
||||||
|
|
||||||
It runs on [Ubuntu 22.04 server LTS](https://releases.ubuntu.com/jammy/).
|
It runs on [Ubuntu 24.04 server LTS](https://releases.ubuntu.com/noble/).
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||
|
|
||||||
|
@ -55,4 +55,3 @@ The [installation and configuration procedure](INSTALL.md) is documented.
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Pandora-box is an open source software distributed under [GPL](https://www.gnu.org/licenses/licenses.html).
|
Pandora-box is an open source software distributed under [GPL](https://www.gnu.org/licenses/licenses.html).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue