add ti_opencti integration support

This commit is contained in:
reyesj2
2024-12-18 11:33:49 -06:00
parent 8183dcf363
commit 157185c370
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"template": {
"mappings": {
"properties": {
"host": {
"properties":{
"ip": {
"type": "ip"
}
}
},
"related": {
"properties":{
"ip": {
"type": "ip"
}
}
},
"destination": {
"properties":{
"ip": {
"type": "ip"
}
}
},
"source": {
"properties":{
"ip": {
"type": "ip"
}
}
}
}
}
}
}