mirror of https://github.com/MISP/misp-objects
chg: [pe] imphash and impfuzzy can be as key attribute
parent
1d2bfe97ce
commit
36ae20bf02
|
@ -4,7 +4,9 @@
|
||||||
"type",
|
"type",
|
||||||
"original-filename",
|
"original-filename",
|
||||||
"internal-filename",
|
"internal-filename",
|
||||||
"entrypoint-address"
|
"entrypoint-address",
|
||||||
|
"imphash",
|
||||||
|
"impfuzzy"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"pehash": {
|
"pehash": {
|
||||||
|
@ -119,7 +121,7 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"description": "Object describing a Portable Executable",
|
"description": "Object describing a Portable Executable",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
|
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
|
||||||
|
|
Loading…
Reference in New Issue