mirror of https://github.com/MISP/misp-objects
chg: [network-connection] add a counter following discussion with @chrisr3d
parent
db9d79b093
commit
cbfff75588
|
@ -5,6 +5,11 @@
|
||||||
"misp-attribute": "community-id",
|
"misp-attribute": "community-id",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"count": {
|
||||||
|
"description": "Number of similar network connections seen",
|
||||||
|
"misp-attribute": "counter",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"dst-port": {
|
"dst-port": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Network activity",
|
"Network activity",
|
||||||
|
@ -102,5 +107,5 @@
|
||||||
"community-id"
|
"community-id"
|
||||||
],
|
],
|
||||||
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
|
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
|
||||||
"version": 3
|
"version": 4
|
||||||
}
|
}
|
Loading…
Reference in New Issue