MISP decaying models
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
854 B

  1. {
  2. "uuid": "dbbd7ba7-6559-48fc-ab58-cc499d1b1143",
  3. "name": "Phishing model",
  4. "formula": "Polynomial",
  5. "authors": [
  6. "MISP Project"
  7. ],
  8. "ref": [
  9. "https://arxiv.org/abs/1902.03914",
  10. "https://arxiv.org/abs/1803.11052"
  11. ],
  12. "parameters": {
  13. "lifetime": 3,
  14. "decay_speed": 2.3,
  15. "threshold": 30,
  16. "default_base_score": 80,
  17. "base_score_config": {
  18. "estimative-language:confidence-in-analytic-judgment": 0.25,
  19. "estimative-language:likelihood-probability": 0.25,
  20. "phishing:psychological-acceptability": 0.25,
  21. "phishing:state": 0.25
  22. }
  23. },
  24. "description": "Simple model to rapidly decay phishing website.",
  25. "attribute_types": [
  26. "domain",
  27. "domain|ip",
  28. "hostname",
  29. "hostname|port",
  30. "ip-dst",
  31. "ip-dst|port",
  32. "ip-src",
  33. "ip-src|port",
  34. "url"
  35. ],
  36. "version": 2
  37. }