mirror of https://github.com/MISP/misp-training
add: [a.7-rest-API] Added notebook with a quick introduction to PyMISP
parent
5985cc5178
commit
91dcefa17b
File diff suppressed because it is too large
Load Diff
|
@ -2340,9 +2340,9 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.8.10"
|
||||
"version": "3.12.4"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"requiredOneOf": [
|
||||
"member1",
|
||||
"member2"
|
||||
],
|
||||
"required": [
|
||||
"member3"
|
||||
],
|
||||
"attributes": {
|
||||
"member1": {
|
||||
"description": "FirstMember",
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"member2": {
|
||||
"description": "SecondMember",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
},
|
||||
"member3": {
|
||||
"description": "Thirdmember",
|
||||
"misp-attribute": "text"
|
||||
}
|
||||
},
|
||||
"version": "1",
|
||||
"description": "TestTemplate.",
|
||||
"meta-category": "file",
|
||||
"uuid": "4ec55cc6-9e49-4c64-b794-03c25c1a6589",
|
||||
"name": "test_object_template"
|
||||
}
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 97 KiB |
Loading…
Reference in New Issue