Text mapping for scan.pe.flags

This commit is contained in:
Wes
2024-01-24 15:10:42 +00:00
parent d23d367058
commit 8426aad56d

View File

@@ -14,15 +14,18 @@
}, },
"pe": { "pe": {
"properties": { "properties": {
"flags": {
"type": "text"
},
"image_version": {
"type": "float"
},
"sections": { "sections": {
"properties": { "properties": {
"entropy": { "entropy": {
"type": "float" "type": "float"
} }
} }
},
"image_version": {
"type": "float"
} }
} }
}, },