Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed May 14, 2019
0 parents commit 5b2fbe3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -0,0 +1,2 @@
# misp-decaying-models

23 changes: 23 additions & 0 deletions models/fast-decay-model.json
@@ -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
}

0 comments on commit 5b2fbe3

Please sign in to comment.