Skip to content

Conversation

@Cyber-Mathoune
Copy link

Smart descriptions for the vectra cognito detect intake format

}
],
{
"value": "{observer.ip} detected {vectra.detection.name} : {host.name} ({host.ip})",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"value": "{observer.ip} detected {vectra.detection.name} : {host.name} ({host.ip})",
"value": "{observer.ip} detected {vectra.detection.name} on {host.name} ({host.ip})",

"relationships": [{
"source": "host.ip",
"target": "destination.ip",
"type": "{vectra.detection.name}"
Copy link
Collaborator

@gaelmuller gaelmuller Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a field name / template is not supported for type at the moment. I've opened an issue to support it.

}]
},
{
"value": "{observer.ip} refreshed detection {vectra.detection.last_type} : {host.name} ({host.ip})",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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})",

}]
},
{
"value": "[HOST SCORING] {host.name} ({host.ip}) : threat = {vectra.risk_score_norm}",
Copy link
Collaborator

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 ?

}],
},
{
"value": "[LOCKDOWN] {user.name} {action.name} {vectra.account.name} ",
Copy link
Collaborator

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 ?

}]
},
{
"value": "[HOST LOCKDOWN] {user.name} {action.name} {host.name} ",
Copy link
Collaborator

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 ?

}]
},
{
"value": "[CAMPAIGN] event : {vectra.detection.reason} from {source.ip} to {vectra.destination.name} ({destination.ip}) ",
Copy link
Collaborator

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 ?

"relationships": [{
"source": "source.ip",
"target": "destination.ip",
"type": "{vectra.detection.reason}"
Copy link
Collaborator

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

Copy link
Collaborator

@gaelmuller gaelmuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also apply a formatter ?

Comment on lines +41 to +45
"relationships": [{
"source": "source.ip",
"target": "destination.ip",
"type": "campaign"
}]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not convinced this relationship really makes sense. Note that you can now use variables in relationship type

Comment on lines +53 to +57
"relationships": [{
"source": "source.ip",
"target": "destination.ip",
"type": "campaign"
}]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"relationships": [{
"source": "source.ip",
"target": "destination.ip",
"type": "campaign"
}]

copy paste error ?

Comment on lines +65 to +69
"relationships": [{
"source": "source.ip",
"target": "destination.ip",
"type": "campaign"
}]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"relationships": [{
"source": "source.ip",
"target": "destination.ip",
"type": "campaign"
}]

copy paste error ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants