-
Notifications
You must be signed in to change notification settings - Fork 47
Smart descriptions for Vectra #19
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
base: feat/vectra_smart_descriptions
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,18 +1,56 @@ | ||||||||||||
| { | ||||||||||||
| "vectra cognito detect": [ | ||||||||||||
| { | ||||||||||||
| "value": "{observer.ip} detected {vectra.detection.name} : {host.name} ({host.ip})", | ||||||||||||
| "conditions": [{ | ||||||||||||
| "field": "vectra.detection.name" | ||||||||||||
| }] | ||||||||||||
| }, | ||||||||||||
| { | ||||||||||||
| "value": "{observer.ip} refreshed detection {vectra.detection.last_type} : {host.name} ({host.ip})", | ||||||||||||
| "conditions": [{ | ||||||||||||
| "field": "vectra.detection.last_type" | ||||||||||||
| }] | ||||||||||||
| } | ||||||||||||
| ], | ||||||||||||
| { | ||||||||||||
| "value": "{observer.ip} detected {vectra.detection.name} : {host.name} ({host.ip})", | ||||||||||||
| "conditions": [{ | ||||||||||||
| "field": "vectra.detection.name" | ||||||||||||
| }], | ||||||||||||
| "relationships": [{ | ||||||||||||
| "source": "host.ip", | ||||||||||||
| "target": "destination.ip", | ||||||||||||
| "type": "{vectra.detection.name}" | ||||||||||||
|
||||||||||||
| }] | ||||||||||||
| }, | ||||||||||||
| { | ||||||||||||
| "value": "{observer.ip} refreshed detection {vectra.detection.last_type} : {host.name} ({host.ip})", | ||||||||||||
|
||||||||||||
| "value": "{observer.ip} refreshed detection {vectra.detection.last_type} : {host.name} ({host.ip})", | |
| "value": "{observer.ip} refreshed detection {vectra.detection.last_type} on {host.name} ({host.ip})", |
Outdated
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.
Smart Descriptions are supposed to abstract complexity as much as possible. Can't we create a sentence here ?
Outdated
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.
Smart Descriptions are supposed to abstract complexity as much as possible. Can't we create a sentence here ?
Outdated
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.
Smart Descriptions are supposed to abstract complexity as much as possible. Can't we create a sentence here ?
Outdated
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.
Smart Descriptions are supposed to abstract complexity as much as possible. Can't we create a sentence here ?
Outdated
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.
can't use a field name / template as relationship type at the moment
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.
| "relationships": [{ | |
| "source": "source.ip", | |
| "target": "destination.ip", | |
| "type": "campaign" | |
| }] |
copy paste error ?
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.