Skip to content

Visualizer Framework#1625

Merged
0ssigeno merged 212 commits intodevelopfrom
visualizer
Apr 4, 2023
Merged

Visualizer Framework#1625
0ssigeno merged 212 commits intodevelopfrom
visualizer

Conversation

@0ssigeno
Copy link
Contributor

No description provided.

0ssigeno and others added 30 commits February 17, 2023 17:19
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
# Conflicts:
#	api_app/analyzers_manager/observable_analyzers/fortiguard.py
#	api_app/analyzers_manager/observable_analyzers/pulsedive.py
#	api_app/analyzers_manager/observable_analyzers/rendertron.py
#	configuration/analyzer_config.json
#	frontend/package-lock.json
#	frontend/package.json
#	requirements/project-requirements.txt
Signed-off-by: 0ssigeno <[email protected]>
# Conflicts:
#	intel_owl/settings/commons.py
#	tests/analyzers_manager/test_class.py
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
…ixes: playbooks info, filtering in analyzers plugin table -> supported type filter
mlodic and others added 5 commits April 3, 2023 16:17
@mlodic mlodic mentioned this pull request Apr 3, 2023
4 tasks
0ssigeno and others added 19 commits April 3, 2023 18:04
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
@codecov
Copy link

codecov bot commented Apr 4, 2023

Codecov Report

Merging #1625 (6006481) into develop (aa8820f) will increase coverage by 10.59%.
The diff coverage is 77.69%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #1625       +/-   ##
============================================
+ Coverage    66.75%   77.34%   +10.59%     
============================================
  Files           95      280      +185     
  Lines         3706     9439     +5733     
  Branches       519     1054      +535     
============================================
+ Hits          2474     7301     +4827     
- Misses         941     1677      +736     
- Partials       291      461      +170     
Impacted Files Coverage Δ
...analyzers_manager/migrations/0004_datamigration.py 91.30% <ø> (ø)
api_app/management/commands/update_analyzer.py 0.00% <0.00%> (ø)
api_app/migrations/0023_runtime_config.py 35.29% <ø> (ø)
api_app/migrations/0024_tlp.py 100.00% <ø> (ø)
api_app/models.py 82.42% <ø> (ø)
api_app/playbooks_manager/admin.py 76.92% <ø> (ø)
api_app/playbooks_manager/apps.py 100.00% <ø> (ø)
api_app/playbooks_manager/exceptions.py 0.00% <ø> (ø)
...i_app/playbooks_manager/migrations/0001_initial.py 100.00% <ø> (ø)
...anager/migrations/0002_alter_cachedplaybook_job.py 100.00% <ø> (ø)
... and 218 more

... and 89 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55da642...6006481. Read the comment docs.

@0ssigeno 0ssigeno merged commit 76caeb0 into develop Apr 4, 2023
@0ssigeno 0ssigeno deleted the visualizer branch April 4, 2023 10:30
@cached_property
def routing_key(self):
return self.config["queue"]

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

This expression logs [sensitive data (secret)](1) as clear text. This expression logs [sensitive data (secret)](2) as clear text. This expression logs [sensitive data (secret)](3) as clear text.
try:
job.full_clean()
except django.core.exceptions.ValidationError as e:
raise ValidationError(str(e))

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
attrs["file"], attrs["file_name"]
)
except ValueError as e:
raise ValidationError(e)

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
try:
health_status = class_.health_check(obj.name)
except Exception as e:
raise ValidationError({"detail": str(e)})

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
mlodic added a commit that referenced this pull request May 31, 2023
* Bump pre-commit from 2.21.0 to 3.2.1 in /requirements (#1617)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.2.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.2.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump django-filter from 22.1 to 23.1 in /requirements (#1616)

Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 23.1.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](https://github.com/carltongibson/django-filter/compare/22.1...23.1)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update code base to reflect change in TLP standard (closes #1190) (#1477)

* fix: update code base to reflect change in tlp standard (closes #1190)

* fix: resolve remaining merge conflicts

* improvement: backwards compatibility for TLP standard versions before v2.0

* feat: test tlp.CLEAR and tlp.WHITE in job creation

* fix: analyzer_config.json errors

* added uwsgi stats and other little adjusts

* added dr4k0nia yara rules

* Handle git command error

Signed-off-by: 0ssigeno <[email protected]>

* Typo

Signed-off-by: 0ssigeno <[email protected]>

* added explanation about how to solve the log permissions problem

* Bump quark-engine from 23.2.1 to 23.3.1 in /requirements (#1618)

Bumps [quark-engine](https://github.com/quark-engine/quark-engine) from 23.2.1 to 23.3.1.
- [Release notes](https://github.com/quark-engine/quark-engine/releases)
- [Commits](https://github.com/quark-engine/quark-engine/compare/v23.2.1...v23.3.1)

---
updated-dependencies:
- dependency-name: quark-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump yara-python from 4.2.0 to 4.3.0 in /requirements (#1619)

Bumps [yara-python](https://github.com/VirusTotal/yara-python) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/VirusTotal/yara-python/releases)
- [Commits](https://github.com/VirusTotal/yara-python/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: yara-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump django-auth-ldap from 4.1.0 to 4.2.0 in /requirements (#1633)

Bumps [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/django-auth-ldap/django-auth-ldap/releases)
- [Changelog](https://github.com/django-auth-ldap/django-auth-ldap/blob/master/docs/changes.rst)
- [Commits](https://github.com/django-auth-ldap/django-auth-ldap/compare/4.1.0...4.2.0)

---
updated-dependencies:
- dependency-name: django-auth-ldap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump certego-saas from 0.4.3 to 0.5.0 in /requirements (#1631)

Bumps [certego-saas](https://github.com/certego/certego-saas) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/certego/certego-saas/releases)
- [Commits](https://github.com/certego/certego-saas/compare/0.4.3...0.5.0)

---
updated-dependencies:
- dependency-name: certego-saas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump webpack from 5.72.1 to 5.76.1 in /frontend (#1598)

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Abheek Tripathy <[email protected]>
Co-authored-by: AshirRashid <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>
Co-authored-by: Martina Carella <[email protected]>
Co-authored-by: ben-ce <[email protected]>
Co-authored-by: Kyle Taylor <[email protected]>

* Bump jest-environment-jsdom from 29.4.2 to 29.5.0 in /frontend (#1587)

Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.4.2 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @certego/certego-ui from 0.1.3 to 0.1.4 in /frontend (#1571)

Bumps [@certego/certego-ui](https://github.com/certego/certego-ui) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/certego/certego-ui/releases)
- [Changelog](https://github.com/certego/certego-ui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/certego/certego-ui/compare/v0.1.3...v0.1.4)

---
updated-dependencies:
- dependency-name: "@certego/certego-ui"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump dns-packet from 5.3.1 to 5.4.0 in /frontend (#1581)

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v5.3.1...5.4.0)

---
updated-dependencies:
- dependency-name: dns-packet
  dependency-type: indirect
...

Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Abheek Tripathy <[email protected]>
Co-authored-by: AshirRashid <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>
Co-authored-by: Martina Carella <[email protected]>
Co-authored-by: ben-ce <[email protected]>
Co-authored-by: Kyle Taylor <[email protected]>

* Bump zustand from 4.3.3 to 4.3.7 in /frontend (#1632)

Bumps [zustand](https://github.com/pmndrs/zustand) from 4.3.3 to 4.3.7.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](https://github.com/pmndrs/zustand/compare/v4.3.3...v4.3.7)

---
updated-dependencies:
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-router-dom from 6.7.0 to 6.10.0 in /frontend (#1635)

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.7.0 to 6.10.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Visualizer Framework + Plugins as Models + Refactor serializer + Refactor job analysis (#1625)

* Visualizers

Signed-off-by: 0ssigeno <[email protected]>

* More refact

Signed-off-by: 0ssigeno <[email protected]>

* Added migration

Signed-off-by: 0ssigeno <[email protected]>

* added partial visualizer rework

* updated visualization components

* Complete refactor

Signed-off-by: 0ssigeno <[email protected]>

* More

Signed-off-by: 0ssigeno <[email protected]>

* updated frontend to pagination APIs

* comments

* More

Signed-off-by: 0ssigeno <[email protected]>

* More

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* fix datamigration

Signed-off-by: 0ssigeno <[email protected]>

* Fix validator

Signed-off-by: 0ssigeno <[email protected]>

* More

Signed-off-by: 0ssigeno <[email protected]>

* JsonViewer for playbooks

Signed-off-by: 0ssigeno <[email protected]>

* More

Signed-off-by: 0ssigeno <[email protected]>

* Fix post merge

Signed-off-by: 0ssigeno <[email protected]>

* Split aws secrets

Signed-off-by: 0ssigeno <[email protected]>

* Added cache

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Added visualizers

Signed-off-by: 0ssigeno <[email protected]>

* added playbooks plugin table required analyzers/connectors columns. fixes: playbooks info, filtering in analyzers plugin table -> supported type filter

* fixed validation details

* fixed runtime configuration

* Refactor set_params

Signed-off-by: 0ssigeno <[email protected]>

* work in progress on plugin configuration section

* Signals

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Minor

Signed-off-by: 0ssigeno <[email protected]>

* Added validators.py

Signed-off-by: 0ssigeno <[email protected]>

* Minor fixes

Signed-off-by: 0ssigeno <[email protected]>

* Minor fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix admin

Signed-off-by: 0ssigeno <[email protected]>

* fixed bug in job result for long term jobs

* Removed org plugin state

Signed-off-by: 0ssigeno <[email protected]>

* Fix corner case

Signed-off-by: 0ssigeno <[email protected]>

* Validation for tags

Signed-off-by: 0ssigeno <[email protected]>

* Fix test

Signed-off-by: 0ssigeno <[email protected]>

* Speedup dockerfile

Signed-off-by: 0ssigeno <[email protected]>

* improved code plugin section

* improved job result view

* Typo

Signed-off-by: 0ssigeno <[email protected]>

* Mitm between job and plugins

Signed-off-by: 0ssigeno <[email protected]>

* Using abstract class

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* More tests

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* minor

Signed-off-by: 0ssigeno <[email protected]>

* Added check on user

Signed-off-by: 0ssigeno <[email protected]>

* Foreign key on report

Signed-off-by: 0ssigeno <[email protected]>

* Optimization

Signed-off-by: 0ssigeno <[email protected]>

* Optimization

Signed-off-by: 0ssigeno <[email protected]>

* Optimization

Signed-off-by: 0ssigeno <[email protected]>

* Parent playbook is a foreign key

Signed-off-by: 0ssigeno <[email protected]>

* Revert "Optimization"

This reverts commit 19619ced3edafbbe7807a4bd2f4cace1501751ba.

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Allow export of configuration and playbooks

Signed-off-by: 0ssigeno <[email protected]>

* Re revert

Signed-off-by: 0ssigeno <[email protected]>

* Reverted export-import + added docs + static_analysis playbook

Signed-off-by: 0ssigeno <[email protected]>

* fixed loading job view

* Tlp + fixes

Signed-off-by: 0ssigeno <[email protected]>

* Test files with more mimetypes

Signed-off-by: 0ssigeno <[email protected]>

* VT new param

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix plural

Signed-off-by: 0ssigeno <[email protected]>

* url

Signed-off-by: 0ssigeno <[email protected]>

* New classes and tests

Signed-off-by: 0ssigeno <[email protected]>

* Manage .fifo queues

Signed-off-by: 0ssigeno <[email protected]>

* Added tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* Reverting sqs

Signed-off-by: 0ssigeno <[email protected]>

* added notifications when job terminated, added incons, improved job visualization

* Fix tests

Signed-off-by: 0ssigeno <[email protected]>

* Fix broadcast

Signed-off-by: 0ssigeno <[email protected]>

* fixes

* frontend refactor and fix

* fixes

* merge and fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fixed crons and command

Signed-off-by: 0ssigeno <[email protected]>

* Fix paths and crons

Signed-off-by: 0ssigeno <[email protected]>

* Fix signal + update

Signed-off-by: 0ssigeno <[email protected]>

* Nfs setting

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Horizontal_list and vertical

Signed-off-by: 0ssigeno <[email protected]>

* Changed base class

Signed-off-by: 0ssigeno <[email protected]>

* Added on visualizer

Signed-off-by: 0ssigeno <[email protected]>

* Fixes and tests

Signed-off-by: 0ssigeno <[email protected]>

* More tests

Signed-off-by: 0ssigeno <[email protected]>

* Removed unused property

Signed-off-by: 0ssigeno <[email protected]>

* Select valid queue

Signed-off-by: 0ssigeno <[email protected]>

* Moved cron + refactor

Signed-off-by: 0ssigeno <[email protected]>

* removed duplicate container

Signed-off-by: 0ssigeno <[email protected]>

* Change in requirements

Signed-off-by: 0ssigeno <[email protected]>

* Changed default

Signed-off-by: 0ssigeno <[email protected]>

* Justify content

Signed-off-by: 0ssigeno <[email protected]>

* Fixes and tests

Signed-off-by: 0ssigeno <[email protected]>

* Fixes and tests

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Foreign key

Signed-off-by: 0ssigeno <[email protected]>

* Added more license

Signed-off-by: 0ssigeno <[email protected]>

* Removed prints

Signed-off-by: 0ssigeno <[email protected]>

* Added more tests

Signed-off-by: 0ssigeno <[email protected]>

* Fix on frontend

Signed-off-by: 0ssigeno <[email protected]>

* Fix playbook frontend

Signed-off-by: 0ssigeno <[email protected]>

* visualizer frontend use visualizer backend

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* Removed print

Signed-off-by: 0ssigeno <[email protected]>

* Slack connectors

Signed-off-by: 0ssigeno <[email protected]>

* Patches

Signed-off-by: 0ssigeno <[email protected]>

* Added icons + rename

Signed-off-by: 0ssigeno <[email protected]>

* Added comment for iso3166

Signed-off-by: 0ssigeno <[email protected]>

* Changed level syntax

Signed-off-by: 0ssigeno <[email protected]>

* Added update_level

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Minor fix

Signed-off-by: 0ssigeno <[email protected]>

* Added choice on creation

Signed-off-by: 0ssigeno <[email protected]>

* Import

Signed-off-by: 0ssigeno <[email protected]>

* Fix for quark

Signed-off-by: 0ssigeno <[email protected]>

* Fix choices

Signed-off-by: 0ssigeno <[email protected]>

* fixed notification bug + handled visualizer case when no visualizers is available, or the task is running

* Fix python module for plugin inside subdirectories

Signed-off-by: 0ssigeno <[email protected]>

* added dns visualizer base config

* Added test

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* removed print

Signed-off-by: 0ssigeno <[email protected]>

* Fixed filescan

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* frontend fixes

* updated default DNS visualizer config

* removed print

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* Removed test

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* More fixe

Signed-off-by: 0ssigeno <[email protected]>

* fstring

Signed-off-by: 0ssigeno <[email protected]>

* Optimization dockerfile

Signed-off-by: 0ssigeno <[email protected]>

* Deepsource

Signed-off-by: 0ssigeno <[email protected]>

* Deepsource

Signed-off-by: 0ssigeno <[email protected]>

* adjusting legal notice

* adjusting legal notice

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Added docs

Signed-off-by: 0ssigeno <[email protected]>

* little adjust in the doc

* Minor fixes

Signed-off-by: 0ssigeno <[email protected]>

* fixed twitter icon

* Minor fixes

Signed-off-by: 0ssigeno <[email protected]>

* Minor fixes

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* More deepsource

Signed-off-by: 0ssigeno <[email protected]>

* added plugin description

* Rename

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix job creation

Signed-off-by: 0ssigeno <[email protected]>

* Fix playbook exists

Signed-off-by: 0ssigeno <[email protected]>

* Fix for reverse

Signed-off-by: 0ssigeno <[email protected]>

* Fix reverse

Signed-off-by: 0ssigeno <[email protected]>

* Fix blank

Signed-off-by: 0ssigeno <[email protected]>

* adjusted YARAify and startup entrypoints

* fix malpedia token

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Revert "fix malpedia token"

This reverts commit 14bc028bc861e68837f4af6b00efea028b6e1abe.

* getattr yaraify

* Fix hash python path

Signed-off-by: 0ssigeno <[email protected]>

* Fix no analyzers

Signed-off-by: 0ssigeno <[email protected]>

* Fix corner case

Signed-off-by: 0ssigeno <[email protected]>

* Changed name

Signed-off-by: 0ssigeno <[email protected]>

* Full clean

Signed-off-by: 0ssigeno <[email protected]>

* Fix retry and kill

Signed-off-by: 0ssigeno <[email protected]>

* Runtimeconfig

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* Fix post merge

Signed-off-by: 0ssigeno <[email protected]>

* Fix post merge

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* Fix args

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix test_files

Signed-off-by: 0ssigeno <[email protected]>

* prettier

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Black

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Flake

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>

* Added time threshold (minutes ago) in the scan page  (#1637)

* added minutes ago

* updated message

* update

* Corner case on visualizer with no analyzer/connectors requirements

Signed-off-by: 0ssigeno <[email protected]>

* Black

Signed-off-by: 0ssigeno <[email protected]>

* Typo

Signed-off-by: 0ssigeno <[email protected]>

* Optimize memory consumption yara (#1638)

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Minor

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* remove index

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Added is_sample to obs too

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* Migrations + fix on mimetype

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* MAX_YARA_STRINGS

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>

* adjusted warning logs to info when not necessary

* Fix postgres

Signed-off-by: 0ssigeno <[email protected]>

* Fixes #1611: Adding comments (#1628)

* Adding comments frontend support

* Adding comments backend support

* Code doctor suggested changes

* Finalising doctor suggested changes

* Getting done with pre-commit changes

* Adding very basic test cases

* Fixing the pre-commit mess ups

* Junk .gitconfig removal

* Removing my changes from docker files

* Removing unnecessary comments

* Fixing black

* Clearing up comments

Co-authored-by: Matteo Lodi <[email protected]>

* Fixing suggested changes and bugs

* Fixing elif suggestion

* Fixing double user usage in serializer

* Fix migration

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Adding serializer and viewset tests

* pre-commit fixes

* Removing extra 'w'

* Fixing tests

* Removing retrieve for the time being

* Fix tests

Signed-off-by: 0ssigeno <[email protected]>

* More tests and fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Commentserializer

Signed-off-by: 0ssigeno <[email protected]>

* check username in frontend

* fixed username in comments

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Not related fix

Signed-off-by: 0ssigeno <[email protected]>

* Fixing prettier

* sorted comment and improved UX

---------

Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Abheek Tripathy <[email protected]>
Co-authored-by: AshirRashid <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>
Co-authored-by: Martina Carella <[email protected]>
Co-authored-by: ben-ce <[email protected]>
Co-authored-by: Kyle Taylor <[email protected]>

* upgraded Capa to 5.1.0

* upgraded Capa to 5.1.0

* updated README

* updated twitter workflow

* Adding support for wscript

Signed-off-by: 0ssigeno <[email protected]>

* added visualizer icon and added vs code file for imports

* fixed plugins message

* Bump mwdblib from 4.3.0 to 4.4.0 in /requirements (#1642)

Bumps [mwdblib](https://github.com/CERT-Polska/mwdblib) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/CERT-Polska/mwdblib/releases)
- [Commits](https://github.com/CERT-Polska/mwdblib/compare/v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: mwdblib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pillow from 9.4.0 to 9.5.0 in /requirements (#1640)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 9.5.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...9.5.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding messagegroupid

Signed-off-by: 0ssigeno <[email protected]>

* Sublime security (#1648)

* Sublime security

Signed-off-by: 0ssigeno <[email protected]>

* Removed import

Signed-off-by: 0ssigeno <[email protected]>

* Added sublime test email

Signed-off-by: 0ssigeno <[email protected]>

* Added test_files.zip

Signed-off-by: 0ssigeno <[email protected]>

* Job for eml

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* Added fixture

Signed-off-by: 0ssigeno <[email protected]>

* Added user to jobs

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>

* Dnstwist update (#1649)

* dnstwist first adjustment

* moved from subprocess to library

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* django

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>

* Order

Signed-off-by: 0ssigeno <[email protected]>

* updated dependecies

* Listing visualizers

Signed-off-by: 0ssigeno <[email protected]>

* Fixing typo on playbook name

Signed-off-by: 0ssigeno <[email protected]>

* Adding docs for playbook customization

Signed-off-by: 0ssigeno <[email protected]>

* Adding issue templates

Signed-off-by: 0ssigeno <[email protected]>

* Fix bool on visualizableBool

Signed-off-by: 0ssigeno <[email protected]>

* updated psycopg2-binary

* Docs for modify plugin

Signed-off-by: 0ssigeno <[email protected]>

* Delete plugin docs

Signed-off-by: 0ssigeno <[email protected]>

* Fix sqs

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* added capitalize in visualizer fields

* How to add new visualizer

Signed-off-by: 0ssigeno <[email protected]>

* Typo

Signed-off-by: 0ssigeno <[email protected]>

* Added timeout + log + clean for url

Signed-off-by: 0ssigeno <[email protected]>

* Fixed docs

Signed-off-by: 0ssigeno <[email protected]>

* Fixed docs

Signed-off-by: 0ssigeno <[email protected]>

* PR template adjusted

* Removed slow set permission on config

Signed-off-by: 0ssigeno <[email protected]>

* added visualizers to the readme

* Added requirement

Signed-off-by: 0ssigeno <[email protected]>

* Support for .msg

Signed-off-by: 0ssigeno <[email protected]>

* Fix + tests for JobResponseSerializer

Signed-off-by: 0ssigeno <[email protected]>

* added default DRF_RECAPTCHA_SECRET_KEY

* added timeout to xforce exchange (#1651)

* added timeout to xforce exchange

* blake

* blake

* fix migration

* Fix serializers

Signed-off-by: 0ssigeno <[email protected]>

* Allow pec analysis on Sublime

Signed-off-by: 0ssigeno <[email protected]>

* Adding more information on sublime result

Signed-off-by: 0ssigeno <[email protected]>

* fixed various analyzers errors (#1653)

* fixed OTX_Check_Hash timeout

* fixed last commit and yara edge case

* added default value for force_active_scan for VirusTotal_v3_Get_File

* Minor fixes

Signed-off-by: 0ssigeno <[email protected]>

* Added index for configuration

Signed-off-by: 0ssigeno <[email protected]>

* Fix case on eml without attachment

Signed-off-by: 0ssigeno <[email protected]>

* Adding retry endpoint + fix rescan

Signed-off-by: 0ssigeno <[email protected]>

* Prettier

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>

* Fix runtime_config on serializer

Signed-off-by: 0ssigeno <[email protected]>

* Added more tests

Signed-off-by: 0ssigeno <[email protected]>

* fix job result analyzers and connectors count

* fixes

* Fix broadcast queue on sqs

Signed-off-by: 0ssigeno <[email protected]>

* Forcing broadcast queue name

Signed-off-by: 0ssigeno <[email protected]>

* Adding logging override

Signed-off-by: 0ssigeno <[email protected]>

* Adding MessageGroupId to continue_job

Signed-off-by: 0ssigeno <[email protected]>

* More cache + filtering on analyzer configurations

Signed-off-by: 0ssigeno <[email protected]>

* APKiD fix (#1662)

* Bump dnstwist[full] from 20230402 to 20230413 in /requirements (#1654)

Bumps [dnstwist[full]](https://github.com/elceef/dnstwist) from 20230402 to 20230413.
- [Release notes](https://github.com/elceef/dnstwist/releases)
- [Commits](https://github.com/elceef/dnstwist/commits)

---
updated-dependencies:
- dependency-name: dnstwist[full]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix signal

Signed-off-by: 0ssigeno <[email protected]>

* added functionalities to VisualizableVerticalList

* adjusted doc

* Bump django-ses from 3.3.0 to 3.4.0 in /requirements (#1667)

Bumps [django-ses](https://github.com/django-ses/django-ses) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/django-ses/django-ses/releases)
- [Changelog](https://github.com/django-ses/django-ses/blob/master/CHANGES.md)
- [Commits](https://github.com/django-ses/django-ses/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: django-ses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Visualizer improvements (#1664)

* fixes

* removed pill param

* used Base as header in vertical list

* added bold and italic to base visualizer

* added alignment in horizontal list visualizer

* updated tests

* fix frontend

* fix ui

* capitalized Title.title

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* updated disable on frontend

* Minor fix

Signed-off-by: 0ssigeno <[email protected]>

* fixes

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* all fields just to be sure

Signed-off-by: 0ssigeno <[email protected]>

* updated disable logic in the frontend

* Title should be all disabled

Signed-off-by: 0ssigeno <[email protected]>

* Lists have disabled

Signed-off-by: 0ssigeno <[email protected]>

* fix frontend

* updated comments with number

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* code review

Signed-off-by: 0ssigeno <[email protected]>

* Fix tests

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>

* fixed runtime configuration in the scan section

* comment about runtime configuration

* concurrent download of plugins

* Bump django-filter from 23.1 to 23.2 in /requirements (#1674)

Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.1 to 23.2.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](https://github.com/carltongibson/django-filter/compare/23.1...23.2)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump quark-engine from 23.3.1 to 23.4.1 in /requirements (#1675)

Bumps [quark-engine](https://github.com/quark-engine/quark-engine) from 23.3.1 to 23.4.1.
- [Release notes](https://github.com/quark-engine/quark-engine/releases)
- [Commits](https://github.com/quark-engine/quark-engine/compare/v23.3.1...v23.4.1)

---
updated-dependencies:
- dependency-name: quark-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycti from 5.5.0 to 5.7.3 in /requirements (#1678)

Bumps [pycti](https://github.com/OpenCTI-Platform/client-python) from 5.5.0 to 5.7.3.
- [Release notes](https://github.com/OpenCTI-Platform/client-python/releases)
- [Commits](https://github.com/OpenCTI-Platform/client-python/compare/5.5.0...5.7.3)

---
updated-dependencies:
- dependency-name: pycti
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump django-auth-ldap from 4.2.0 to 4.3.0 in /requirements (#1676)

Bumps [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/django-auth-ldap/django-auth-ldap/releases)
- [Changelog](https://github.com/django-auth-ldap/django-auth-ldap/blob/master/docs/changes.rst)
- [Commits](https://github.com/django-auth-ldap/django-auth-ldap/compare/4.2.0...4.3.0)

---
updated-dependencies:
- dependency-name: django-auth-ldap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Param as model  (#1679)

* start

Signed-off-by: 0ssigeno <[email protected]>

* Start

Signed-off-by: 0ssigeno <[email protected]>

* merge

Signed-off-by: 0ssigeno <[email protected]>

* Stuff

Signed-off-by: 0ssigeno <[email protected]>

* Query fixed

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix migrations

Signed-off-by: 0ssigeno <[email protected]>

* Final fixes of core feature

Signed-off-by: 0ssigeno <[email protected]>

* Fix secrets

Signed-off-by: 0ssigeno <[email protected]>

* Minor fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes test

Signed-off-by: 0ssigeno <[email protected]>

* Fix tests

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix yara

Signed-off-by: 0ssigeno <[email protected]>

* More fixes on tests

Signed-off-by: 0ssigeno <[email protected]>

* More fixes and tests

Signed-off-by: 0ssigeno <[email protected]>

* More fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* More generalization

Signed-off-by: 0ssigeno <[email protected]>

* Revert

Signed-off-by: 0ssigeno <[email protected]>

* linter frontend

* Fixes deepsource

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Revert "Fix"

This reverts commit 4797c1e8fce0de5c2fe0daced2c02ef4a4b65fb3.

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Allow multiple page on the same visualizer

Signed-off-by: 0ssigeno <[email protected]>

* Silk on stage or local

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* ADded condition

Signed-off-by: 0ssigeno <[email protected]>

* Limiting max_recursion

Signed-off-by: 0ssigeno <[email protected]>

* Fix recursive call

Signed-off-by: 0ssigeno <[email protected]>

* Fix recursive call

Signed-off-by: 0ssigeno <[email protected]>

* No super call for mem usage

Signed-off-by: 0ssigeno <[email protected]>

* Revert

Signed-off-by: 0ssigeno <[email protected]>

* Revert

Signed-off-by: 0ssigeno <[email protected]>

* Fixes post review

Signed-off-by: 0ssigeno <[email protected]>

* Django doctor

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>

* Yara facebook (#1683)

Signed-off-by: 0ssigeno <[email protected]>

* Allow generic mimetype to be executed

Signed-off-by: 0ssigeno <[email protected]>

* bump to v5.0.0 + codeql + codefactor

* Bump django from 4.1.7 to 4.1.9 in /requirements (#1686)

Bumps [django](https://github.com/django/django) from 4.1.7 to 4.1.9.
- [Commits](https://github.com/django/django/compare/4.1.7...4.1.9)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Abheek Tripathy <[email protected]>
Co-authored-by: AshirRashid <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>
Co-authored-by: Martina Carella <[email protected]>
Co-authored-by: ben-ce <[email protected]>
Co-authored-by: Kyle Taylor <[email protected]>

* changelog and docs for v5 (#1687)

* push draft

* updated changelog

* linting fixes + start.py fix + adjust to changelog + fixed malware_tools_analyzers build

* refactor: remove redundant `None` default (#1688)

It is unnecessary to provide `None` as the default value when the key is not present in the dictionary as `get` implicitly returns `None`.  Not preferred:

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* refactor: change methods not using its bound instance to staticmethods (#1689)

The method doesn't use its bound instance. Decorate this method with `@staticmethod` decorator, so that Python does not have to instantiate a bound method for every instance of this class thereby saving memory and computation. Read more about staticmethods [here](https://docs.python.org/3/library/functions.html#staticmethod).

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* removed CodeQl check on push + deepsource suggestions

* other deepsource tweaks

* fix python_base_path extension

* Fix mimetype

Signed-off-by: 0ssigeno <[email protected]>

* adjust to last commit

* moved OLD_JOBS_RETENTION_DAYS from 3 to 14 days + tweak in docs

* updated boto3

* adjusted changelog

* adjusted changelog

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Scan improvements (#1691)

* improvements

* removed radio button for observable types

* fixes

* added default playbooks

* fixed playbooks analyzers didn't open

* updated tests

* deepsource ci fix

* fixes

* restored run all analyzer in the backend

* updated default tlp in the scan form from red to amber

* Name on visualizer report (#1692)

* Visualizer report can have a different name

Signed-off-by: 0ssigeno <[email protected]>

* frontend support multiple pages from the same visualizer

* fix icon in bool (frontend side)

* fix

* fix vlist button corners

* update disable components opacity

* added incons

* Forcing ordering as pk

Signed-off-by: 0ssigeno <[email protected]>

* added column size

* fixes

* handled visualizer loading

* fixes

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>

* Tlp adjust and analyzers cleanup (#1693)

* draft

* draft

* restore

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Removed fixtures

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* adjustment for greynoise

* adjustment for greynoise

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix condition

Signed-off-by: 0ssigeno <[email protected]>

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Typo

Signed-off-by: 0ssigeno <[email protected]>

* debug

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>

* Fix dependencies on migrations

Signed-off-by: 0ssigeno <[email protected]>

* added back classic DNS analyzers to free to use playbook

* Bump maxminddb from 2.2.0 to 2.3.0 in /requirements (#1695)

Bumps [maxminddb](https://github.com/maxmind/MaxMind-DB-Reader-python) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/maxmind/MaxMind-DB-Reader-python/releases)
- [Changelog](https://github.com/maxmind/MaxMind-DB-Reader-python/blob/main/HISTORY.rst)
- [Commits](https://github.com/maxmind/MaxMind-DB-Reader-python/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix optional secrets

Signed-off-by: 0ssigeno <[email protected]>

* Fix admin

Signed-off-by: 0ssigeno <[email protected]>

* Fix yara

Signed-off-by: 0ssigeno <[email protected]>

* Manage mtm relations

Signed-off-by: 0ssigeno <[email protected]>

* Minor fix

Signed-off-by: 0ssigeno <[email protected]>

* Regex validator on name

Signed-off-by: 0ssigeno <[email protected]>

* Minor fixes

Signed-off-by: 0ssigeno <[email protected]>

* Regex validator on name

Signed-off-by: 0ssigeno <[email protected]>

* Fix regex

Signed-off-by: 0ssigeno <[email protected]>

* Bump dnstwist[full] from 20230413 to 20230509 in /requirements (#1697)

Bumps [dnstwist[full]](https://github.com/elceef/dnstwist) from 20230413 to 20230509.
- [Release notes](https://github.com/elceef/dnstwist/releases)
- [Commits](https://github.com/elceef/dnstwist/commits)

---
updated-dependencies:
- dependency-name: dnstwist[full]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added alignment support for the visualizers

* Fix whitespaces

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Rename object -> plugin

Signed-off-by: 0ssigeno <[email protected]>

* Use cases (new playbooks and visualizers) + PhishingArmy added (#1700)

* removed non-free analyzers to DNS visualizer

* added new default playbook for url reputation services + little fixes

* phishing army addition + tweaks to some analyzers + adjusted static analysis playbook + added visualizer for domain reputation playbook

* added IP reputation playbook and visualizer

* fix after review

* fix migrations and refactored visualizers

* fix

* alter phishitank, fixed playbooks/visualizers names and adjusted migrations

* alter phishitank, fixed playbooks/visualizers names and adjusted migrations

* fixes

* adjustments

* adjust

* Revert "adjust"

This reverts commit a0593c0e0515715ec866aa2c02707e8bdb3d20c2.

* fix

* Fixes

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fixes + optimization

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>

* Force lookup_field

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Bump django-ses from 3.4.0 to 3.5.0 in /requirements (#1703)

Bumps [django-ses](https://github.com/django-ses/django-ses) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/django-ses/django-ses/releases)
- [Changelog](https://github.com/django-ses/django-ses/blob/master/CHANGES.md)
- [Commits](https://github.com/django-ses/django-ses/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: django-ses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Frontend fixes. (#1706)

* improvements bool visualizer

* work-in-progress scan fix

* fixed start scan

* fix

* fix

* fixes

* sanitized input

* Fix default

Signed-off-by: 0ssigeno <[email protected]>

* Add ordering

Signed-off-by: 0ssigeno <[email protected]>

* fix

* updated dependencies

* collapsable tlp, tag and runtime config

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>

* fixes

* Fix retry connector

Signed-off-by: 0ssigeno <[email protected]>

* scan form colored tlp description

* visualizer hlist vertical align top

* adjustment for Doc Info

* added VisualizableList autofill in case of empty elements

* fix test

* updated regex for URLS

* Allow retry on visualizer

Signed-off-by: 0ssigeno <[email protected]>

* Block local address

Signed-off-by: 0ssigeno <[email protected]>

* Fixes urls

Signed-off-by: 0ssigeno <[email protected]>

* fixes for ClamAV

* added registration setup alert (#1709)

* adjustment to avoid recaptcha integration to yell every time

* added documentation regarding STAGE env variable

* Update api_app/analyzers_manager/observable_analyzers/phishstats.py

Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>

* Update api_app/analyzers_manager/file_analyzers/doc_info.py

Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>

* deepsource adjusts

* Bump library/nginx from 1.23-alpine to 1.25-alpine in /docker (#1713)

Bumps library/nginx from 1.23-alpine to 1.25-alpine.

---
updated-dependencies:
- dependency-name: library/nginx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump certego-saas from 0.5.0 to 0.6.0 in /requirements (#1715)

Bumps [certego-saas](https://github.com/certego/certego-saas) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/certego/certego-saas/releases)
- [Commits](https://github.com/certego/certego-saas/compare/0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: certego-saas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump lief from 0.12.2 to 0.13.1 in /requirements (#1714)

Bumps [lief](https://github.com/lief-project/LIEF) from 0.12.2 to 0.13.1.
- [Release notes](https://github.com/lief-project/LIEF/releases)
- [Commits](https://github.com/lief-project/LIEF/compare/0.12.2...0.13.1)

---
updated-dependencies:
- dependency-name: lief
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/setup-python from 4.5.0 to 4.6.1 (#1712)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* deepsource adjusts

* added link to blog post

* Validation details (#1719)

* Fix validation error msg

Signed-off-by: 0ssigeno <[email protected]>

* added error messages

* fix test

* fix scan response

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AshirRashid <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Abheek Tripathy <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>
Co-authored-by: Martina Carella <[email protected]>
Co-authored-by: ben-ce <[email protected]>
Co-authored-by: Kyle Taylor <[email protected]>
Co-authored-by: Aditya <[email protected]>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
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.

3 participants