Commit 2e2391e
sync (#2761)
* Update AdaptixBeacon yara and add NitrogenBunnyDownloader yara
* add missing hash
* add missing update
* Gemini nags
* Additional Rhadamanthys patterns
* Switch Suricata installation to version 7.0
Comment out the repository for Suricata 8 and use Suricata 7.0 instead.
* Remove test_handle_process_invalid_data() from tests/test_analyzer.py
* Tweak Rhadamanthys patterns
- removed highly variable jump size in conditional jump (0x2e6 bytes code, size highly brittle)
- replaced eax register in nice characteristic pattern as it can only be eax, since pattern contains the xor eax, eax instruction by which the code zeroes)
* Rhadamanthys anti-anti detonation bypass
* Rhadamanthys detection patterns
* Enable protocol extended information to be generated without a TLS master secret (#2739)
* Update NitroBunnyDownloader yara
* Bump django from 5.1.13 to 5.1.14 (#2742)
Bumps [django](https://github.com/django/django) from 5.1.13 to 5.1.14.
- [Commits](django/django@5.1.13...5.1.14)
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.1.14
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update startup.py
* Fix path handling for SHA256 calculation
* Update startup.py
* Monitor updates: see changelog for details
* analyzer: remove obsolete 'suspended' parameter from CommandPipeHandler
* Update routing.rst
* Fix error list entry format in demux.py
* prevent linux parsing errors (#2744)
* Rhadamanthys unhook bypass
* Add Suricata host (#2745)
* Rename surihhost to surihost in search.html
* Add 'surihost' key to Suricata alert mapping
* Update lib/cuckoo/common/web_utils.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Monitor update: Add config option for monitor injection into supplied pid or "explorer" for shell: monitor=<pid/"explorer">
* SmokeLoader 2025
* Update installation step to include KnowledgeBaseBot
Install dependencies from both requirements files.
* Bump django from 5.1.13 to 5.1.14 (#2749)
Bumps [django](https://github.com/django/django) from 5.1.13 to 5.1.14.
- [Commits](django/django@5.1.13...5.1.14)
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.1.14
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: Update requirements.txt
* Refactor auto_answer.yml to streamline dependency installation
Updated the workflow to install dependencies using uv run with specified requirements files.
* fix docs
* Fix a bug that prevents terminal status from being reported by the agent (#2753)
Updates the POST /status endpoint to unset the async subprocess if the new status is terminal. This makes GET /status report the final analysis state, rather than the child process state.
* Fix 'machines' vars on Azure (#2755)
* Monitor update: Fix issue with RESUME: monitor message from NtResumeProcess hook
* Bump pypdf from 5.2.0 to 6.4.0 (#2757)
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.2.0 to 6.4.0.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@5.2.0...6.4.0)
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.4.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Prevent on_complete execution for matched signatures (#2758)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: enzok <7831008+enzok@users.noreply.github.com>
Co-authored-by: Yung Binary <93540406+YungBinary@users.noreply.github.com>
Co-authored-by: Kevin O'Reilly <kevoreilly@gmail.com>
Co-authored-by: Fernando Domínguez <6620286+FernandoDoming@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Santos <44490090+dsecuma@users.noreply.github.com>
Co-authored-by: Bart <3075118+bartblaze@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <action@github.com>
Co-authored-by: Josh Feather <142008135+josh-feather@users.noreply.github.com>
Co-authored-by: Lilian <86776930+Grand-Duc@users.noreply.github.com>1 parent 7cd9553 commit 2e2391e
File tree
29 files changed
+176
-80
lines changed- .github/workflows
- agent
- analyzer/windows
- data/yara
- dll
- tests
- data
- html/sections
- yara/CAPE
- docs/book/src/installation/host
- installer
- lib/cuckoo
- common
- core
- modules
- machinery
- processing
- web/templates/analysis
- admin
29 files changed
+176
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
34 | | - | |
35 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
494 | 496 | | |
495 | 497 | | |
496 | 498 | | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
497 | 504 | | |
498 | 505 | | |
499 | 506 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
642 | 670 | | |
643 | 671 | | |
644 | 672 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1332 | 1332 | | |
1333 | 1333 | | |
1334 | 1334 | | |
1335 | | - | |
1336 | 1335 | | |
1337 | 1336 | | |
1338 | 1337 | | |
| |||
1352 | 1351 | | |
1353 | 1352 | | |
1354 | 1353 | | |
1355 | | - | |
1356 | 1354 | | |
1357 | 1355 | | |
1358 | 1356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
986 | 986 | | |
987 | 987 | | |
988 | 988 | | |
989 | | - | |
990 | | - | |
991 | | - | |
992 | | - | |
993 | | - | |
994 | | - | |
995 | | - | |
996 | | - | |
997 | | - | |
998 | | - | |
999 | | - | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
1 | 19 | | |
| 20 | + | |
2 | 21 | | |
3 | 22 | | |
4 | 23 | | |
5 | 24 | | |
6 | 25 | | |
7 | | - | |
8 | | - | |
| 26 | + | |
9 | 27 | | |
10 | 28 | | |
11 | 29 | | |
| |||
0 commit comments