Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding more high-confidence signatures #9

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions service_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ config:
exe_from_unknown:
pattern: unknown,\w+(\|[a-z0-9/]+,\w+)*\|(executable/windows/(?:pe|dll)(?:32|64)|code/(ps1|batch)|shortcut/\w+),\w+
score: 500
ps1_from_javascript:
pattern: code/(?:javascript|html|hta),\w+(\|[a-z0-9/]+,\w+)*\|code/ps1,\w+
score: 500
code_from_jscript_from_office_document:
pattern: document/office/\w+,\w+\|.*\|code/(batch|javascript|jscript|vbe|ps1|wsf|wsc),EXTRACTED
score: 500

heuristics:
- name: "Suspicious File Ancestry"
Expand Down