Initial commit

main
mokaddem 2019-05-14 10:29:47 +02:00
commit 5b2fbe326a
2 changed files with 25 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# misp-decaying-models

View File

@ -0,0 +1,23 @@
{
"uuid":"dbbd7ba7-6559-48fc-ab58-cc499d1b1143",
"name":"Fast decay model",
"formula": "default",
"ref":[
"https://arxiv.org/abs/1902.03914",
"https://arxiv.org/abs/1803.11052"
],
"parameters": {
"tau":3,
"delta":0.3,
"threshold":50
},
"description":"A fast decay model",
"attribute_types": [
"domain|ip",
"ip-dst",
"ip-dst|port",
"ip-src",
"ip-src|port"
],
"version":1
}