|
| 1 | +{ |
| 2 | + "schema_version": "1.0", |
| 3 | + "updated_at": "2026-05-04", |
| 4 | + "defaults": { |
| 5 | + "block_private_networks": true, |
| 6 | + "block_localhost": true, |
| 7 | + "block_auth_in_url": true, |
| 8 | + "allowed_protocols": ["http:", "https:"], |
| 9 | + "blocked_file_extensions": [".exe", ".scr", ".bat", ".cmd", ".com", ".msi", ".ps1", ".vbs", ".js", ".jar"] |
| 10 | + }, |
| 11 | + "generated_sources": { |
| 12 | + "urlhaus_malware": { |
| 13 | + "enabled": true, |
| 14 | + "category": "malware", |
| 15 | + "severity": "high", |
| 16 | + "url": "https://urlhaus.abuse.ch/downloads/hostfile/" |
| 17 | + }, |
| 18 | + "url_shorteners": { |
| 19 | + "enabled": true, |
| 20 | + "category": "shortener-loop", |
| 21 | + "severity": "medium", |
| 22 | + "url": "https://raw.githubusercontent.com/PeterDaveHello/url-shorteners/master/list" |
| 23 | + } |
| 24 | + }, |
| 25 | + "allow_domains": [ |
| 26 | + { |
| 27 | + "domain": "example.com", |
| 28 | + "reason": "Example allowlist override for an owner-controlled domain", |
| 29 | + "source": "example", |
| 30 | + "added_at": "2026-05-05", |
| 31 | + "enabled": false |
| 32 | + } |
| 33 | + ], |
| 34 | + "blocked_keywords": [ |
| 35 | + { |
| 36 | + "keyword": "free-crypto-airdrop", |
| 37 | + "category": "phishing", |
| 38 | + "severity": "medium", |
| 39 | + "reason": "Extremely common crypto scam lure phrase", |
| 40 | + "source": "local-policy", |
| 41 | + "added_at": "2026-05-05" |
| 42 | + }, |
| 43 | + { |
| 44 | + "keyword": "wallet-verify-seed", |
| 45 | + "category": "phishing", |
| 46 | + "severity": "high", |
| 47 | + "reason": "Seed phrase verification lure pattern", |
| 48 | + "source": "local-policy", |
| 49 | + "added_at": "2026-05-05" |
| 50 | + }, |
| 51 | + { |
| 52 | + "keyword": "claim-airdrop-wallet", |
| 53 | + "category": "phishing", |
| 54 | + "severity": "medium", |
| 55 | + "reason": "Common wallet-draining airdrop lure phrase", |
| 56 | + "source": "local-policy", |
| 57 | + "added_at": "2026-05-05" |
| 58 | + }, |
| 59 | + { |
| 60 | + "keyword": "/.env", |
| 61 | + "category": "scanner-probe", |
| 62 | + "severity": "low", |
| 63 | + "reason": "Common secret-file scanner probe", |
| 64 | + "source": "runtime-scanner-policy", |
| 65 | + "added_at": "2026-05-05" |
| 66 | + }, |
| 67 | + { |
| 68 | + "keyword": "/.git", |
| 69 | + "category": "scanner-probe", |
| 70 | + "severity": "low", |
| 71 | + "reason": "Common exposed repository scanner probe", |
| 72 | + "source": "runtime-scanner-policy", |
| 73 | + "added_at": "2026-05-05" |
| 74 | + }, |
| 75 | + { |
| 76 | + "keyword": "xmlrpc.php", |
| 77 | + "category": "scanner-probe", |
| 78 | + "severity": "low", |
| 79 | + "reason": "Common WordPress XML-RPC scanner probe", |
| 80 | + "source": "runtime-scanner-policy", |
| 81 | + "added_at": "2026-05-05" |
| 82 | + }, |
| 83 | + { |
| 84 | + "keyword": "phpmyadmin", |
| 85 | + "category": "scanner-probe", |
| 86 | + "severity": "low", |
| 87 | + "reason": "Common database admin scanner probe", |
| 88 | + "source": "runtime-scanner-policy", |
| 89 | + "added_at": "2026-05-05" |
| 90 | + }, |
| 91 | + { |
| 92 | + "keyword": ".php", |
| 93 | + "category": "scanner-probe", |
| 94 | + "severity": "low", |
| 95 | + "reason": "Generic PHP endpoint scanner probe on a non-PHP service", |
| 96 | + "source": "runtime-scanner-policy", |
| 97 | + "added_at": "2026-05-07" |
| 98 | + }, |
| 99 | + { |
| 100 | + "keyword": "phpinfo", |
| 101 | + "category": "scanner-probe", |
| 102 | + "severity": "low", |
| 103 | + "reason": "Common PHP information disclosure scanner probe", |
| 104 | + "source": "runtime-scanner-policy", |
| 105 | + "added_at": "2026-05-07" |
| 106 | + }, |
| 107 | + { |
| 108 | + "keyword": "/vendor/", |
| 109 | + "category": "scanner-probe", |
| 110 | + "severity": "low", |
| 111 | + "reason": "Common dependency directory scanner probe", |
| 112 | + "source": "runtime-scanner-policy", |
| 113 | + "added_at": "2026-05-07" |
| 114 | + }, |
| 115 | + { |
| 116 | + "keyword": "vendor/phpunit", |
| 117 | + "category": "scanner-probe", |
| 118 | + "severity": "low", |
| 119 | + "reason": "Common PHP unit test exploit scanner probe", |
| 120 | + "source": "runtime-scanner-policy", |
| 121 | + "added_at": "2026-05-05" |
| 122 | + }, |
| 123 | + { |
| 124 | + "keyword": "cgi-bin", |
| 125 | + "category": "scanner-probe", |
| 126 | + "severity": "low", |
| 127 | + "reason": "Common CGI scanner probe", |
| 128 | + "source": "runtime-scanner-policy", |
| 129 | + "added_at": "2026-05-05" |
| 130 | + }, |
| 131 | + { |
| 132 | + "keyword": "boaform", |
| 133 | + "category": "scanner-probe", |
| 134 | + "severity": "low", |
| 135 | + "reason": "Common embedded device scanner probe", |
| 136 | + "source": "runtime-scanner-policy", |
| 137 | + "added_at": "2026-05-05" |
| 138 | + }, |
| 139 | + { |
| 140 | + "keyword": "actuator", |
| 141 | + "category": "scanner-probe", |
| 142 | + "severity": "low", |
| 143 | + "reason": "Common Spring Boot actuator scanner probe", |
| 144 | + "source": "runtime-scanner-policy", |
| 145 | + "added_at": "2026-05-05" |
| 146 | + }, |
| 147 | + { |
| 148 | + "keyword": "solr/admin", |
| 149 | + "category": "scanner-probe", |
| 150 | + "severity": "low", |
| 151 | + "reason": "Common Solr admin scanner probe", |
| 152 | + "source": "runtime-scanner-policy", |
| 153 | + "added_at": "2026-05-05" |
| 154 | + }, |
| 155 | + { |
| 156 | + "keyword": "owa/auth", |
| 157 | + "category": "scanner-probe", |
| 158 | + "severity": "low", |
| 159 | + "reason": "Common Exchange OWA scanner probe", |
| 160 | + "source": "runtime-scanner-policy", |
| 161 | + "added_at": "2026-05-05" |
| 162 | + }, |
| 163 | + { |
| 164 | + "keyword": "autodiscover", |
| 165 | + "category": "scanner-probe", |
| 166 | + "severity": "low", |
| 167 | + "reason": "Common Exchange autodiscover scanner probe", |
| 168 | + "source": "runtime-scanner-policy", |
| 169 | + "added_at": "2026-05-05" |
| 170 | + } |
| 171 | + ], |
| 172 | + "block_domains": [ |
| 173 | + { |
| 174 | + "domain": "accounts-google.com", |
| 175 | + "category": "phishing", |
| 176 | + "severity": "high", |
| 177 | + "reason": "Common fake Google login lure pattern", |
| 178 | + "source": "local-policy", |
| 179 | + "added_at": "2026-05-04" |
| 180 | + }, |
| 181 | + { |
| 182 | + "domain": "paypal-security.top", |
| 183 | + "category": "phishing", |
| 184 | + "severity": "high", |
| 185 | + "reason": "Common fake PayPal security lure pattern", |
| 186 | + "source": "local-policy", |
| 187 | + "added_at": "2026-05-04" |
| 188 | + }, |
| 189 | + { |
| 190 | + "domain": "steam-community.xyz", |
| 191 | + "category": "phishing", |
| 192 | + "severity": "high", |
| 193 | + "reason": "Common fake Steam community lure pattern", |
| 194 | + "source": "local-policy", |
| 195 | + "added_at": "2026-05-04" |
| 196 | + }, |
| 197 | + { |
| 198 | + "domain": "anonfiles.com", |
| 199 | + "category": "temporary-file-host", |
| 200 | + "severity": "medium", |
| 201 | + "reason": "Temporary file host with elevated abuse risk", |
| 202 | + "source": "local-policy", |
| 203 | + "added_at": "2026-05-04" |
| 204 | + }, |
| 205 | + { |
| 206 | + "domain": "temp-mail.org", |
| 207 | + "category": "disposable", |
| 208 | + "severity": "low", |
| 209 | + "reason": "Disposable service with elevated abuse risk", |
| 210 | + "source": "local-policy", |
| 211 | + "added_at": "2026-05-04" |
| 212 | + } |
| 213 | + ] |
| 214 | +} |
0 commit comments