mirror of https://github.com/MISP/misp-objects
misp-attribute is more logical
parent
8441a8333b
commit
433d7c5669
|
@ -6,21 +6,21 @@
|
||||||
"attributes" :
|
"attributes" :
|
||||||
{
|
{
|
||||||
"ip": {
|
"ip": {
|
||||||
"misp-object": "ip-dst",
|
"misp-attribute": "ip-dst",
|
||||||
"misp-usage-frequency": 1,
|
"misp-usage-frequency": 1,
|
||||||
"categories": ["Network activity","External analysis"]
|
"categories": ["Network activity","External analysis"]
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"misp-object": "domain",
|
"misp-attribute": "domain",
|
||||||
"misp-usage-frequency": 1,
|
"misp-usage-frequency": 1,
|
||||||
"categories": ["Network activity","External analysis"]
|
"categories": ["Network activity","External analysis"]
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
"misp-object": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0
|
||||||
},
|
},
|
||||||
"last-seen": {
|
"last-seen": {
|
||||||
"misp-object": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue