Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybercentrecanada/assemblyline-service-pixaxe
Assemblyline 4 steganography service
https://github.com/cybercentrecanada/assemblyline-service-pixaxe
assemblyline malware-analysis steganography tesseract tesseract-ocr
Last synced: 3 months ago
JSON representation
Assemblyline 4 steganography service
- Host: GitHub
- URL: https://github.com/cybercentrecanada/assemblyline-service-pixaxe
- Owner: CybercentreCanada
- Created: 2020-05-14T17:17:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T17:45:27.000Z (5 months ago)
- Last Synced: 2024-08-17T17:56:05.691Z (5 months ago)
- Topics: assemblyline, malware-analysis, steganography, tesseract, tesseract-ocr
- Language: Python
- Homepage: https://cybercentrecanada.github.io/assemblyline4_docs/
- Size: 1.02 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true)](https://discord.gg/GUAy9wErNu)
[![](https://img.shields.io/discord/908084610158714900)](https://discord.gg/GUAy9wErNu)
[![Static Badge](https://img.shields.io/badge/github-assemblyline-blue?logo=github)](https://github.com/CybercentreCanada/assemblyline)
[![Static Badge](https://img.shields.io/badge/github-assemblyline\_service\_pixaxe-blue?logo=github)](https://github.com/CybercentreCanada/assemblyline-service-pixaxe)
[![GitHub Issues or Pull Requests by label](https://img.shields.io/github/issues/CybercentreCanada/assemblyline/service-Pixaxe)](https://github.com/CybercentreCanada/assemblyline/issues?q=is:issue+is:open+label:service-Pixaxe)
[![License](https://img.shields.io/github/license/CybercentreCanada/assemblyline-service-pixaxe)](./LICENSE)
# Pixaxe ServiceThis Assemblyline service provides image analysis.
## Service Details
### OCR
This uses OCR for it's analysis, you can find information about OCR configurations [here](https://cybercentrecanada.github.io/assemblyline4_docs/administration/service_management/#ocr-configuration).### Stenography Modules
*Please note that modules are optional (see service configuration). They are provided for academic purposes,
and are not considered ready for production environments*Current AL modules:
Least significant bit (LSB) analysis:
- Visual attack
- Chi square
- LSB averages (idea from: http://guillermito2.net/stegano/tools/)
- Couples analysis (python code created largely from java code found here: https://github.com/b3dk7/StegExpose/blob/master/SamplePairs.java)
## Image variants and tags
Assemblyline services are built from the [Assemblyline service base image](https://hub.docker.com/r/cccs/assemblyline-v4-service-base),
which is based on Debian 11 with Python 3.11.Assemblyline services use the following tag definitions:
| **Tag Type** | **Description** | **Example Tag** |
| :----------: | :----------------------------------------------------------------------------------------------- | :------------------------: |
| latest | The most recent build (can be unstable). | `latest` |
| build_type | The type of build used. `dev` is the latest unstable build. `stable` is the latest stable build. | `stable` or `dev` |
| series | Complete build details, including version and build type: `version.buildType`. | `4.5.stable`, `4.5.1.dev3` |## Running this service
This is an Assemblyline service. It is designed to run as part of the Assemblyline framework.
If you would like to test this service locally, you can run the Docker image directly from the a shell:
docker run \
--name Pixaxe \
--env SERVICE_API_HOST=http://`ip addr show docker0 | grep "inet " | awk '{print $2}' | cut -f1 -d"/"`:5003 \
--network=host \
cccs/assemblyline-service-pixaxeTo add this service to your Assemblyline deployment, follow this
[guide](https://cybercentrecanada.github.io/assemblyline4_docs/developer_manual/services/run_your_service/#add-the-container-to-your-deployment).## Documentation
General Assemblyline documentation can be found at: https://cybercentrecanada.github.io/assemblyline4_docs/
# Service Pixaxe
Ce service de la ligne d'assemblage fournit une analyse d'image.
## Détails du service
### OCR
Ce service utilise l'OCR pour son analyse, vous pouvez trouver des informations sur les configurations de l'OCR [ici] (https://cybercentrecanada.github.io/assemblyline4_docs/administration/service_management/#ocr-configuration).### Modules de sténographie
*Veuillez noter que les modules sont optionnels (voir la configuration du service). Ils sont fournis à des fins académiques,
et ne sont pas considérés comme prêts pour des environnements de production*Modules AL actuels :
Analyse du bit le moins significatif (LSB) :
- Attaque visuelle
- Khi carré
- Moyennes LSB (idée tirée de : http://guillermito2.net/stegano/tools/)
- Analyse de couples (code python créé en grande partie à partir du code java trouvé ici : https://github.com/b3dk7/StegExpose/blob/master/SamplePairs.java)
## Variantes et étiquettes d'image
Les services d'Assemblyline sont construits à partir de l'image de base [Assemblyline service](https://hub.docker.com/r/cccs/assemblyline-v4-service-base),
qui est basée sur Debian 11 avec Python 3.11.Les services d'Assemblyline utilisent les définitions d'étiquettes suivantes:
| **Type d'étiquette** | **Description** | **Exemple d'étiquette** |
| :------------------: | :------------------------------------------------------------------------------------------------------------- | :------------------------: |
| dernière version | La version la plus récente (peut être instable). | `latest` |
| build_type | Type de construction utilisé. `dev` est la dernière version instable. `stable` est la dernière version stable. | `stable` ou `dev` |
| série | Détails de construction complets, comprenant la version et le type de build: `version.buildType`. | `4.5.stable`, `4.5.1.dev3` |## Exécution de ce service
Il s'agit d'un service d'Assemblyline. Il est optimisé pour fonctionner dans le cadre d'un déploiement d'Assemblyline.
Si vous souhaitez tester ce service localement, vous pouvez exécuter l'image Docker directement à partir d'un terminal:
docker run \
--name Pixaxe \
--env SERVICE_API_HOST=http://`ip addr show docker0 | grep "inet " | awk '{print $2}' | cut -f1 -d"/"`:5003 \
--network=host \
cccs/assemblyline-service-pixaxePour ajouter ce service à votre déploiement d'Assemblyline, suivez ceci
[guide](https://cybercentrecanada.github.io/assemblyline4_docs/fr/developer_manual/services/run_your_service/#add-the-container-to-your-deployment).## Documentation
La documentation générale sur Assemblyline peut être consultée à l'adresse suivante: https://cybercentrecanada.github.io/assemblyline4_docs/