diff --git a/analyzer/windows/dll/capemon.dll b/analyzer/windows/dll/capemon.dll index 62bea0fd4d1..49baf768843 100755 Binary files a/analyzer/windows/dll/capemon.dll and b/analyzer/windows/dll/capemon.dll differ diff --git a/analyzer/windows/dll/capemon_x64.dll b/analyzer/windows/dll/capemon_x64.dll index 338afd10730..2fa821b2446 100755 Binary files a/analyzer/windows/dll/capemon_x64.dll and b/analyzer/windows/dll/capemon_x64.dll differ diff --git a/changelog.md b/changelog.md index 11fe14939e2..0a4ee2b5b32 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +### [17.11.2025] +* Monitor update: Add config option for monitor injection into supplied pid or "explorer" for shell: monitor= + ### [06.11.2025] * Monitor updates: * path_from_object_attributes(): fix issue with memcpy from bad ObjectName->Buffer (e.g. 0a9d9b402fb39cf8df21ca4e68b84577c39b3ecf00415c999b28fcc92a695663) diff --git a/lib/cuckoo/common/web_utils.py b/lib/cuckoo/common/web_utils.py index 877878568f8..a8ab2cd0961 100644 --- a/lib/cuckoo/common/web_utils.py +++ b/lib/cuckoo/common/web_utils.py @@ -1221,6 +1221,7 @@ def validate_task_by_path(tid): "suriurl": "suricata.http.uri", "suriua": "suricata.http.ua", "surireferrer": "suricata.http.referrer", + "surihost": "suricata.http.hostname", "suritlssubject": "suricata.tls.subject", "suritlsissuerdn": "suricata.tls.issuer", "suritlsfingerprint": "suricata.tls.fingerprint", diff --git a/web/templates/analysis/search.html b/web/templates/analysis/search.html index ecb221a4e4b..6ff51d45d3e 100644 --- a/web/templates/analysis/search.html +++ b/web/templates/analysis/search.html @@ -159,7 +159,7 @@ Search for Referrer in Suricata HTTP Logs - surihhost: + surihost: Search for Host in Suricata HTTP Logs