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

31 lines
773 B

  1. {
  2. "uuid": "1097c0fe-06eb-4741-94d9-8098301d92f4",
  3. "name": "Vishing 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": 10,
  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 voice scamming, vishing relying on phone-numbers.",
  25. "attribute_types": [
  26. "phone-number",
  27. "prtn"
  28. ],
  29. "version": 1
  30. }