Skip to content

Fix logrotate copy command#1600

Merged
mlodic merged 4 commits intointelowlproject:developfrom
kyletaylored:fix-logrotate-copy
Mar 16, 2023
Merged

Fix logrotate copy command#1600
mlodic merged 4 commits intointelowlproject:developfrom
kyletaylored:fix-logrotate-copy

Conversation

@kyletaylored
Copy link
Contributor

Running into this:

cp: /etc/logrotate.d is not a directory

It looks like when calling the script, it's not aware of the context of it's location. Adding in a directory reference helps. I did have to add sudo, because without it would not let me create the /etc/logrotate.d directory. (see below)

cp: /etc/logrotate.d: Permission denied
cp: /Users/<USER>/IntelOwl/docker/scripts/logrotate: unable to copy extended attributes to /etc/logrotate.d: Permission denied
cp: /etc/logrotate.d/docker: No such file or directory
cp: /etc/logrotate.d/nginx: No such file or directory
cp: /etc/logrotate.d/application: No such file or directory

mlodic and others added 3 commits February 17, 2023 18:43
* incremented Yara soft time limit

* added JPCERT Yara rules

* added doc for new Japan CERT Yara Rules

* fix cape_sandbox analyzer (#1529)

* fix cape_sandbox analyzer

* fix JSON file

* closes #1392 (#1530)

* closes #1392

* fix test

* adjusted test

* adjusted test

* Broadcast cron for cluster deployment (#1531)

* stuff

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

* More

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

* Added invalidate on update

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

* fix tests

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

* Update api_app/core/views.py

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

* fix deepsource

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

* More tests

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

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>

* Bump django from 3.2.17 to 3.2.18 in /requirements (#1533)

Bumps [django](https://github.com/django/django) from 3.2.17 to 3.2.18.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.17...3.2.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Simone Berni <[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: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>

* Fixes on yara

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

* Fix corner case on too many matches

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

* Refactor (#1534)

* Refactor

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

* Flake

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

* Update api_app/core/views.py

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

* Update api_app/core/views.py

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

* Deepsource

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

* Typo

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

* Fix test

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

* Fix signature

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

* They were bytes, not an array

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

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>

* added process time to the database + added ordering in the GUI (#1535)

* added process time to the database + added ordering in the GUI

* adjusted migration

* Fix migration

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

* deepsource

---------

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

* added separated certego_saas logs (#1539)

* Fix migration

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

* reworked Advanced configuration Documentation + added option of disabling PostgreSQL and RabbitMQ to run external database and broker + added change to change AWS region (#1536)

* Fix plugin config + added notification update cron (#1540)

* added separated certego_saas logs

* added type to all analyzer_config.json + added notification update cron + added some logs

* fix plugin config

* fixes

* changelog and bump (#1544)

* added separated certego_saas logs

* added type to all analyzer_config.json + added notification update cron + added some logs

* fix plugin config

* fixes

* added changelog and bumped version

---------

Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-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: 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]>
* using fixed fangfrisch official version

* added HuntressLab Yara rules

* removed deprecated URLS in env_file_app_template

* added support for IAM role for RDS auth (#1547)

* added support for IAM role for RDS auth

* tweak

* tweak

* added uwsgitop

* moved to WatchedFileHandler

* Bump greynoise from 1.3.0 to 2.0.0 in /requirements (#1548)

Bumps [greynoise](https://github.com/GreyNoise-Intelligence/pygreynoise) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/GreyNoise-Intelligence/pygreynoise/releases)
- [Changelog](https://github.com/GreyNoise-Intelligence/pygreynoise/blob/master/CHANGELOG.rst)
- [Commits](GreyNoise-Intelligence/pygreynoise@v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: greynoise
  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 ID and User lookups in Jobs History table (#1552)

* soften healthcheck of core image

* moved PR templates (#1556)

* [Analyzer] BinaryEdge (#1546)

* initial changes

* precommits

* precommit

* added dummy env key

---------

Co-authored-by: shivam <[email protected]>

* updated dependencies

* updated dependencies in package-lock-json

* Updating Pulsedive Analyzer (#1557)

* pulsedive update

* tweak

* tweak

* tweak

* tweak

* added crowdsec analyzer (#1558)

* added crowdsec analyzer

* tweak

* added user-agent to crowdsec integration

* added changelog and bump version

* removed rendertron (#1562)

* removed Fortiguard analyzer (#1563)

* removed Fortiguard analyzer

* removed Fortiguard analyzer

* fixed tests and default playbook

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
cp: /etc/logrotate.d is not a directory
@mlodic mlodic changed the base branch from master to develop March 15, 2023 16:18
@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #1600 (38d8723) into develop (aa8820f) will increase coverage by 10.14%.
The diff coverage is 79.12%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #1600       +/-   ##
============================================
+ Coverage    66.75%   76.90%   +10.14%     
============================================
  Files           95      214      +119     
  Lines         3706     8750     +5044     
  Branches       519     1038      +519     
============================================
+ Hits          2474     6729     +4255     
- Misses         941     1529      +588     
- Partials       291      492      +201     
Impacted Files Coverage Δ
...pp/analyzers_manager/file_analyzers/vt/vt3_scan.py 0.00% <0.00%> (ø)
..._manager/observable_analyzers/dns/dns_responses.py 71.42% <ø> (ø)
api_app/serializers.py 81.62% <ø> (+13.20%) ⬆️
api_app/signals.py 52.63% <ø> (ø)
api_app/urls.py 83.33% <ø> (-16.67%) ⬇️
api_app/views.py 89.53% <ø> (ø)
api_app/analyzers_manager/file_analyzers/clamav.py 35.71% <35.71%> (ø)
...i_app/analyzers_manager/file_analyzers/suricata.py 41.17% <41.17%> (ø)
...nalyzers_manager/observable_analyzers/pulsedive.py 41.89% <41.89%> (ø)
...analyzers_manager/file_analyzers/signature_info.py 50.00% <42.85%> (ø)
... and 179 more

... and 27 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 9b211cf...38d8723. Read the comment docs.

@mlodic
Copy link
Member

mlodic commented Mar 15, 2023

hey, thank you again for reporting!

The installer should be executed from the context of IntelOwl directory .

From there, the script was meant to be executed from the ./docker/scripts subdirectory, as stated in the docs: https://intelowl.readthedocs.io/en/latest/Installation.html#logrotate-configuration-strongly-recommended

In that case there should no need to change the directory.

Plus, the /etc/logrotate.d should exist too, otherwise you would need to install Logrotate first, right?

@kyletaylored
Copy link
Contributor Author

Right, when I ran the ./initialize.sh script, I saw the reference to the ./install_logrotate.sh script, and when that ran, it failed. If I run the init script fresh, this is the output:

➜  IntelOwl git:(develop) ./initialize.sh
This script will check (and possibly guide you through) the installation of dependencies for IntelOwl!
CARE! This script is delivered AS IS and could not work correctly in every possible environment. In the case you face any error, you should just follow the official documentation and do all the required operation manually.
Docker version 20.10.22 detected
Docker-compose version 2.15.1 detected
Python3 version 3.10.10 detected
pip3 is installed
Installing python dependencies using pip...
... (things in here for requirements)

[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: /opt/homebrew/opt/[email protected]/bin/python3.11 -m pip install --upgrade pip
Python dependencies installed!
Adding Logrotate configuration to Systems logrotate
cp: /etc/logrotate.d is not a directory

If I run the install_logrotate script directly, I get the same output:

➜  scripts git:(develop) ./install_logrotate.sh
cp: /etc/logrotate.d is not a directory

So then if I manually create the directory and run it again...

➜  scripts git:(develop) ./install_logrotate.sh
cp: /etc/logrotate.d is not a directory
➜  scripts git:(develop) mkdir /etc/logrotate.d
mkdir: /etc/logrotate.d: Permission denied
➜  scripts git:(develop) sudo mkdir /etc/logrotate.d
➜  scripts git:(develop) ./install_logrotate.sh
cp: /etc/logrotate.d/application: Permission denied
cp: /etc/logrotate.d/docker: Permission denied
cp: /etc/logrotate.d/nginx: Permission denied

This was after installing logrotate on my machine as well, so my only assumption for a fix would be to fix the cp command to copy all contents of the logrotate directory into /etc/logrotate.d, which required sudo to create a directory in the /etc path. But now that I'm looking at it, the directory context isn't required, it's just the path reference in the cp command itself.

sudo cp -r logrotate /etc/logrotate.d

@mlodic mlodic merged commit 746d858 into intelowlproject:develop Mar 16, 2023
@mlodic
Copy link
Member

mlodic commented Mar 16, 2023

merged!

@kyletaylored kyletaylored deleted the fix-logrotate-copy branch March 16, 2023 14:22
mlodic added a commit that referenced this pull request Mar 27, 2023
* fix intelowl server_name

* managed 404 result for Crowdsec analyzer

* Bump whitenoise from 6.3.0 to 6.4.0 in /requirements (#1567)

Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: whitenoise
  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 intezer-sdk from 1.15.1 to 1.16.1 in /requirements (#1568)

Bumps [intezer-sdk](https://github.com/intezer/analyze-python-sdk) from 1.15.1 to 1.16.1.
- [Release notes](https://github.com/intezer/analyze-python-sdk/releases)
- [Changelog](https://github.com/intezer/analyze-python-sdk/blob/master/CHANGES)
- [Commits](intezer/analyze-python-sdk@v1.15.1...v1.16.1)

---
updated-dependencies:
- dependency-name: intezer-sdk
  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>

* restored pull request templates positions

* Registration Page #1284 (#1413)

* added registration - context_procesors problem

* changes

* test

* changes

* fixed registration bugs and adjusted the docs

* changes

* changed pull_request_automation

* changed env_file_app_template

* adjusted frontend env variable and documentation

* fixed register button and added  smtp backend

* added form and password validation

* adjusted docs

* adjusted password validation

* api_app/core/dataclasses.py

* added button to reset password

* Adjusted frontend validator and backend test_auth

* updated frontend login test

* updated frontend login test

* updated frontend login test

* adjusted validator

* added frontend tests

* adjusted frontend tests

* runned prettier:write

---------

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

* fix initialize.sh docker condition (#1580)

* Bump google-cloud-webrisk from 1.10.0 to 1.11.0 in /requirements (#1564)

Bumps [google-cloud-webrisk](https://github.com/googleapis/python-webrisk) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/googleapis/python-webrisk/releases)
- [Changelog](https://github.com/googleapis/python-webrisk/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-webrisk@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: google-cloud-webrisk
  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 22.12.1 to 23.2.1 in /requirements (#1565)

Bumps [quark-engine](https://github.com/quark-engine/quark-engine) from 22.12.1 to 23.2.1.
- [Release notes](https://github.com/quark-engine/quark-engine/releases)
- [Commits](ev-flow/quark-engine@v22.12.1...v23.2.1)

---
updated-dependencies:
- dependency-name: quark-engine
  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>

* [analyzer] hunter how (#1579)

* fixed precommit errors

* fixed usage.md

* changed analyzer config

* precommits

* changed the name for hunteIo

* modified mock test

---------

Co-authored-by: shivam <[email protected]>

* Bump django-ses from 3.1.0 to 3.3.0 in /requirements (#1585)

Bumps [django-ses](https://github.com/django-ses/django-ses) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/django-ses/django-ses/releases)
- [Changelog](https://github.com/django-ses/django-ses/blob/master/CHANGES.md)
- [Commits](django-ses/django-ses@v3.1.0...v3.3.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>

* fixing AWS IAM Auth and created specific AWS settings file

* tweak last commit

* removed AWS_REGION duplicate

* adjusted AWS SQS integration

* adjusting order of settings

* fix default queue

* added SQS package for Celery

* updated boto and added new Yara rule repo: https://github.com/elceef/yara-rulz

* added SECURITY.md

* added OpenSSF Best Practices badge + added permissions read to workflows

* adjusted DNS0 analyzers (#1593)

* adjusted DNS0 analyzers

* fixed boto3 version

* adjusted code ql

* adjusted error handling in PDF_Info

* added declaration of Slack related settings

* added support for Docker Analyzers in Cluster environments

* fixed typo in codeql

* fixing and updating qiling and codeql

* Fix "value too great for base" error (#1599)

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]>

* adjusted paths in malware tools analyzers + added message to initialize.sh + fixed ThugUrl + managed Yara edge case

* added libcurl for codeql

* Fix logrotate copy command (#1600)

* Fix logrotate copy

cp: /etc/logrotate.d is not a directory

* Remove unnecessary directory context

---------

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]>

* incremented logging for yara update and for broadcast update + adjust to emailrepio analyzer

* incremented logging for Yara analyzer

* forcing .fifo in case of AWS_SQS is used

* adjusted crons default queue

* Cron and command (#1603)

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

* Fixes- #1404 Make Observable copy-pastable (#1578)

* fixes-observablecopypaste

* reviewing changes

* proxy-fix

* Added chance to use NFS instead of local storage (#1604)

* Support for nfs

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

* Fix signal

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

* Fixing nfs

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

* Typo

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

* Rename

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

* Added docs

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

* Black

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

* Fix order

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

* Added celery beat

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

* Typo

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

* Fifo case

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

* Typo

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

---------

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

* Bump drf-spectacular from 0.25.1 to 0.26.1 in /requirements (#1607)

Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular) from 0.25.1 to 0.26.1.
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases)
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst)
- [Commits](tfranzel/drf-spectacular@0.25.1...0.26.1)

---
updated-dependencies:
- dependency-name: drf-spectacular
  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-celery-beat from 2.4.0 to 2.5.0 in /requirements (#1605)

Bumps [django-celery-beat](https://github.com/celery/django-celery-beat) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](celery/django-celery-beat@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: django-celery-beat
  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-celery-results from 2.4.0 to 2.5.0 in /requirements (#1596)

Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/celery/django-celery-results/releases)
- [Changelog](https://github.com/celery/django-celery-results/blob/main/Changelog)
- [Commits](celery/django-celery-results@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: django-celery-results
  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>
Co-authored-by: Matteo Lodi <[email protected]>

* removed pinned requests

* Yara fixes & speedup (#1608)

* Added global check

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

* Yara fixes

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

* Reverted global

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

* SUPER FAST

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

* Fix

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

* Fix

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

* Logs

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

* Removed unused variable

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

* Class mgmt

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

* Removed unused attribute

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

* Fixed docs

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

---------

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

* Malware tools analyzers refactor (#1609)

* updated malware_tools_analyzers image and refactored related analyzers

* fixes

* fixed fileinfo qiling and strings

* linters

* deepsource

* fix NFS flag

* Message group Id (#1610)

* Uuid

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

* Blake

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

---------

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

* Update_repositories script is no longer necessary, since you can have the same result using a shared nfs

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

* Corner case

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

* Adding global config on worker connect

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

* Fix owner

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

* Fix path compiled

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

* adjustments to Thug and malware_tools_analyzers

* Adding url in match

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

* Added rule_url to every match

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

* set_permissions is now recursive

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

* upgraded Django to 4.1 and added DB options to better manage connections (#1613)

* adjusts to Quad9, Classic DNS, MWdb and OTX analyzers (#1612)

* adjusts to Quad9 and Classic DNS analyzers

* fixes to mwdb and to last commit

* adjusted OTX with timeout

* managed edge case

* adjust

* tweak

* incremented logging

* removed Manalyze

---------

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: Martina Carella <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: ben-ce <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>
Co-authored-by: Kyle Taylor <[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: AshirRashid <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
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