-
Notifications
You must be signed in to change notification settings - Fork 522
[trendmicro] Add ECS Categorization for Anti-malware Events #9407
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
Conversation
| on_failure: | ||
| - append: | ||
| field: error.message | ||
| value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag fail-{{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag fail-{{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}' | |
| value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}' |
|
/test |
🚀 Benchmarks reportTo see the full report comment with |
Removed 'fail-' from error.message.
kcreddy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/test |
💚 Build Succeeded
History
|
|
|
Package trendmicro - 2.2.0 containing this change is available at https://epr.elastic.co/search?package=trendmicro |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |

100.0% Coverage on New Code
0.0% Duplication on New Code
Type of change
What does this PR do?
Add ECS categorizations for anti-malware events.
Based on guidance from Trend Micro, we have categorized the below-mentioned event id's as malware alerts (i.e.
event.category : malware,event.type: info,event.kind: alert)IDs = [4000000, 4000001, 4000002, 4000003, 4000010, 4000011, 4000012, 4000013, 4000020, 4000030]
Checklist
changelog.ymlfile.All changes
How to test this PR locally
Clone integrations repo.
Install the elastic package locally.
Start the elastic stack using the elastic package.
Move to integrations/packages/trendmicro directory.
Run the following command to run tests.
elastic-package test -vRelated issues
Automated Test
test-trend-micro_2.2.0.log