Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified analyzer/windows/dll/capemon.dll
Binary file not shown.
Binary file modified analyzer/windows/dll/capemon_x64.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [17.11.2025]
* Monitor update: Add config option for monitor injection into supplied pid or "explorer" for shell: monitor=<pid/"explorer">

### [06.11.2025]
* Monitor updates:
* path_from_object_attributes(): fix issue with memcpy from bad ObjectName->Buffer (e.g. 0a9d9b402fb39cf8df21ca4e68b84577c39b3ecf00415c999b28fcc92a695663)
Expand Down
1 change: 1 addition & 0 deletions lib/cuckoo/common/web_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion web/templates/analysis/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<td>Search for Referrer in Suricata HTTP Logs</td>
</tr>
<tr>
<td><code>surihhost:</code></td>
<td><code>surihost:</code></td>
<td>Search for Host in Suricata HTTP Logs</td>
</tr>
<tr>
Expand Down