File size: 579 Bytes
d16a0c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "model_name": "url_scam_classifier",
  "version": "1.0.0",
  "feature_names": [
    "url_length",
    "num_dot",
    "num_dash",
    "num_slash",
    "is_https",
    "domain_length",
    "has_digit_in_domain",
    "num_dash_in_domain",
    "num_phishing_keywords",
    "path_length",
    "num_path_segments",
    "has_uuid",
    "num_params",
    "has_utm",
    "has_encoded_chars",
    "num_suspicious_params"
  ],
  "label_map": {
    "0": "benign",
    "1": "malicious"
  },
  "trained_at": "2026-04-28T00:00:00Z",
  "sklearn_version": "1.8.0"
}