mirror of https://github.com/MISP/misp-objects
pull/205/head
commit
85f9aee365
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"description": "Command line and option related to a software malicious or not to execute specific commands.",
|
"description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
|
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
|
||||||
"name": "command-line"
|
"name": "command-line"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"description": "Command functionalities related to a software malicious or not to execute specific commands. Command-line are attached to this object for the related commands.",
|
"description": "Command functionalities related to specific commands executed by a program, whether it is malicious or not. Command-line are attached to this object for the related commands.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
|
"uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
|
||||||
"name": "command"
|
"name": "command"
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"description": "Type of password(s)",
|
"description": "Type of password(s)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"password",
|
"password",
|
||||||
"api-key",
|
"api-key",
|
||||||
|
@ -36,6 +37,7 @@
|
||||||
"description": "Origin of the credential(s)",
|
"description": "Origin of the credential(s)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true,
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"bruteforce-scanning",
|
"bruteforce-scanning",
|
||||||
"malware-analysis",
|
"malware-analysis",
|
||||||
|
@ -49,6 +51,7 @@
|
||||||
"description": "Format of the password(s)",
|
"description": "Format of the password(s)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"clear-text",
|
"clear-text",
|
||||||
"hashed",
|
"hashed",
|
||||||
|
@ -60,6 +63,7 @@
|
||||||
"description": "Mention of any notification(s) towards the potential owner(s) of the credential(s)",
|
"description": "Mention of any notification(s) towards the potential owner(s) of the credential(s)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true,
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"victim-notified",
|
"victim-notified",
|
||||||
|
@ -68,7 +72,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",
|
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",
|
"uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",
|
||||||
|
|
Loading…
Reference in New Issue