mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #6878 from Security-Onion-Solutions/fix/scan_pe_sections_entropy
Fix/scan pe sections entropy
This commit is contained in:
@@ -244,6 +244,26 @@
|
|||||||
"message": {
|
"message": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"scan":{
|
||||||
|
"type":"object",
|
||||||
|
"dynamic": true,
|
||||||
|
"properties":{
|
||||||
|
"exiftool":{
|
||||||
|
"type":"text"
|
||||||
|
},
|
||||||
|
"pe":{
|
||||||
|
"properties":{
|
||||||
|
"sections":{
|
||||||
|
"properties":{
|
||||||
|
"entropy":{
|
||||||
|
"type": "float"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"tags": {
|
"tags": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
"ignore_above": 1024
|
"ignore_above": 1024
|
||||||
|
|||||||
@@ -734,7 +734,18 @@
|
|||||||
"properties":{
|
"properties":{
|
||||||
"exiftool":{
|
"exiftool":{
|
||||||
"type":"text"
|
"type":"text"
|
||||||
}
|
},
|
||||||
|
"pe":{
|
||||||
|
"properties":{
|
||||||
|
"sections":{
|
||||||
|
"properties":{
|
||||||
|
"entropy":{
|
||||||
|
"type": "float"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"server":{
|
"server":{
|
||||||
|
|||||||
Reference in New Issue
Block a user