-
-
Notifications
You must be signed in to change notification settings - Fork 487
Vt suspicious files #2511
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
Vt suspicious files #2511
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth considering. View full project report here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specific documentation about this ingestor could be added here: https://github.com/intelowlproject/docs/blob/main/docs/IntelOwl/usage.md#ingestors
api_app/ingestors_manager/migrations/0025_ingestor_config_virustotal_example_query.py
Outdated
Show resolved
Hide resolved
api_app/ingestors_manager/migrations/0025_ingestor_config_virustotal_example_query.py
Outdated
Show resolved
Hide resolved
api_app/ingestors_manager/migrations/0025_ingestor_config_virustotal_example_query.py
Outdated
Show resolved
Hide resolved
api_app/ingestors_manager/migrations/0025_ingestor_config_virustotal_example_query.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests + doc
* moved vt base mixin to global mixins folder * added vt base functionalities and vt ingestor * added logs * fixed job None error in ingestor plugins * fixed uri, api key, mro and first seen * added plugin migration * updated ingestor migration * refactoring * added monkey patch * multiple http get patched requests * removed custom intelligence * made requested changes * fix missed argument * fixed "TypeError: got multiple values for argument" * fixed deepsource comments * fixed monkeypatch * fixed again monkeypatch * refactoring * typo * added first mixin test * deepsource * fix * added first possible response Changed name of migration
* moved vt base mixin to global mixins folder * added vt base functionalities and vt ingestor * added logs * fixed job None error in ingestor plugins * fixed uri, api key, mro and first seen * added plugin migration * updated ingestor migration * refactoring * added monkey patch * multiple http get patched requests * removed custom intelligence * made requested changes * fix missed argument * fixed "TypeError: got multiple values for argument" * fixed deepsource comments * fixed monkeypatch * fixed again monkeypatch * refactoring * typo * added first mixin test * deepsource * fix * added first possible response
Description
VT ingestor
Type of change
Please delete options that are not relevant.
Checklist
develop
dumpplugin
command and added it in the project as a data migration. ("How to share a plugin with the community")test_files.zip
and you added the default tests for that mimetype in test_classes.py.FREE_TO_USE_ANALYZERS
playbook by following this guide.url
that contains this information. This is required for Health Checks._monkeypatch()
was used in its class to apply the necessary decorators.MockUpResponse
of the_monkeypatch()
method. This serves us to provide a valid sample for testing.Black
,Flake
,Isort
) gave 0 errors. If you have correctly installed pre-commit, it does these checks and adjustments on your behalf.tests
folder). All the tests (new and old ones) gave 0 errors.DeepSource
,Django Doctors
or other third-party linters have triggered any alerts during the CI checks, I have solved those alerts.