chg: [network-connection] add a counter following discussion with @chrisr3d

pull/364/head
Alexandre Dulaunoy 2022-06-17 10:05:09 +02:00
parent db9d79b093
commit cbfff75588
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@
"misp-attribute": "community-id",
"ui-priority": 1
},
"count": {
"description": "Number of similar network connections seen",
"misp-attribute": "counter",
"ui-priority": 1
},
"dst-port": {
"categories": [
"Network activity",
@ -102,5 +107,5 @@
"community-id"
],
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
"version": 3
"version": 4
}