Merge pull request #6878 from Security-Onion-Solutions/fix/scan_pe_sections_entropy

Fix/scan pe sections entropy
This commit is contained in:
Mike Reeves
2022-01-14 17:02:32 -05:00
committed by GitHub
2 changed files with 32 additions and 1 deletions

View File

@@ -244,6 +244,26 @@
"message": {
"type": "text"
},
"scan":{
"type":"object",
"dynamic": true,
"properties":{
"exiftool":{
"type":"text"
},
"pe":{
"properties":{
"sections":{
"properties":{
"entropy":{
"type": "float"
}
}
}
}
}
}
},
"tags": {
"type": "keyword",
"ignore_above": 1024

View File

@@ -734,7 +734,18 @@
"properties":{
"exiftool":{
"type":"text"
}
},
"pe":{
"properties":{
"sections":{
"properties":{
"entropy":{
"type": "float"
}
}
}
}
}
}
},
"server":{