mirror of https://github.com/MISP/misp-objects
Merge pull request #94 from Delta-Sierra/master
regexp object - disable correlation on typepull/96/head
commit
4ace82c886
|
@ -42,11 +42,12 @@
|
||||||
"windows-scheduled-task"
|
"windows-scheduled-task"
|
||||||
],
|
],
|
||||||
"description": "Specify which type corresponds to this regex.",
|
"description": "Specify which type corresponds to this regex.",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "An object describing a regular expression (regex or regexp). The object can be linked via a relationship to other attributes or objects to describe how it can be represented as a regular expression.",
|
"description": "An object describing a regular expression (regex or regexp). The object can be linked via a relationship to other attributes or objects to describe how it can be represented as a regular expression.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "ceffad66-71e5-4e20-9370-1b3fb694c648",
|
"uuid": "ceffad66-71e5-4e20-9370-1b3fb694c648",
|
||||||
|
|
Loading…
Reference in New Issue