mirror of https://github.com/MISP/misp-objects
optional text attributes added
parent
415adea9a7
commit
10431c3c42
|
@ -22,6 +22,10 @@
|
||||||
"last-seen": {
|
"last-seen": {
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"misp-usage-frequency": 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
@ -70,6 +70,10 @@
|
||||||
"misp-attribute": "pattern-in-file",
|
"misp-attribute": "pattern-in-file",
|
||||||
"misp-usage-frequency": 1,
|
"misp-usage-frequency": 1,
|
||||||
"categories": ["Artifacts dropped","Payload installation","External analysis"]
|
"categories": ["Artifacts dropped","Payload installation","External analysis"]
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"misp-usage-frequency": 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
@ -29,8 +29,13 @@
|
||||||
"registar": {
|
"registar": {
|
||||||
"misp-attribute": "whois-registar",
|
"misp-attribute": "whois-registar",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"misp-usage-frequency": 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"required": ["domain"],
|
"required": ["domain"],
|
||||||
"requiredOneOf": ["registrant-email", "registrant-phone", "creation-date", "registrant-name", "registar"]
|
"requiredOneOf": ["registrant-email", "registrant-phone", "creation-date", "registrant-name", "registar"]
|
||||||
|
|
Loading…
Reference in New Issue