Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Vysion expansion module #646

Merged
merged 10 commits into from
Dec 21, 2023
Merged

Add Vysion expansion module #646

merged 10 commits into from
Dec 21, 2023

Conversation

German7463
Copy link
Contributor

Hello MISP team!

From Byron Labs, a cybersecurity company in Madrid (Spain), we ask you to add to the official repository our expansion module to use in MISP our tool Vysion. Vysion is a tool that collects information from the dark web and cybercrime forums. With our module you can enrich information from ransomware victims by applying against our API. For more information about the implementation or the code, we have a public repository (https://github.com/ByronLabs/vysion-cti/tree/main/misp) or on our website (https://vysion.ai).

For the module to work, inside REQUIREMENTS we have included version 1.0.10 of our Python library (https://pypi.org/project/vysion/), and to use it you need an API-KEY that we provide.

If you have any comments or questions, please do not hesitate to contact us.

Thanks and best regards,

Germán Esteban.

@adulau
Copy link
Member

adulau commented Dec 20, 2023

Thank you for your contribution. Could you review the following errors

Run # stop the build if there are Python syntax errors or undefined names
./build/lib/misp_modules/modules/expansion/vysion.py:117:25: F821 undefined name 'standard_error_message'
            "error": f"{standard_error_message}, which should contain at least a type, a value and an uuid."
                        ^
./misp_modules/modules/expansion/vysion.py:117:25: F821 undefined name 'standard_error_message'
            "error": f"{standard_error_message}, which should contain at least a type, a value and an uuid."
                        ^
2     F821 undefined name 'standard_error_message'
2
Error: Process completed with exit code 1.

from the CI and update the PR. Thank you!

@adulau adulau merged commit ecef300 into MISP:main Dec 21, 2023
4 checks passed
@adulau
Copy link
Member

adulau commented Dec 21, 2023

Thank you very much for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants