Initial commit
commit
5b2fbe326a
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue