|
41 | 41 | "default_multi_value": "",
|
42 | 42 | "default_multi_value_type": "NULL"
|
43 | 43 | },
|
| 44 | + { |
| 45 | + "title": "MineMeld Domains", |
| 46 | + "description": "This is the lookup table for the MineMeld Domain list, listing infrastructure by domain names which are used for ransomware. For more information see https://ransomwaretracker.abuse.ch. This lookup table is used internally by Graylog's Threat Intel Plugin. Do not delete it manually.", |
| 47 | + "name": "minemeld-domains", |
| 48 | + "cache_name": "threat-intel-uncached-adapters", |
| 49 | + "data_adapter_name": "minemeld-domains", |
| 50 | + "default_single_value": "", |
| 51 | + "default_single_value_type": "NULL", |
| 52 | + "default_multi_value": "", |
| 53 | + "default_multi_value_type": "NULL" |
| 54 | + }, |
44 | 55 | {
|
45 | 56 | "title": "Whois",
|
46 | 57 | "description": "This is the lookup table for the WHOIS database, listing registered users of Internet resources like IPs, Netblocks or Domain Names. This lookup table is used internally by Graylog's Threat Intel Plugin. Do not delete it manually.",
|
|
63 | 74 | "default_multi_value": "",
|
64 | 75 | "default_multi_value_type": "NULL"
|
65 | 76 | },
|
| 77 | + { |
| 78 | + "title": "MineMeld IP List", |
| 79 | + "description": "This is the lookup table for the MineMeld IP List, listing infrastructure by IP which is used for nefarious reasons based on your threat feed configuration within MineMeld. This lookup table is used internally by Graylog's Threat Intel Plugin. Do not delete it manually.", |
| 80 | + "name": "minemeld-ip", |
| 81 | + "cache_name": "threat-intel-uncached-adapters", |
| 82 | + "data_adapter_name": "minemeld-ip", |
| 83 | + "default_single_value": "", |
| 84 | + "default_single_value_type": "NULL", |
| 85 | + "default_multi_value": "", |
| 86 | + "default_multi_value_type": "NULL" |
| 87 | + }, |
66 | 88 | {
|
67 | 89 | "title": "Spamhaus DROP",
|
68 | 90 | "description": "This is the lookup table for Spamhaus' DROP (Don't Route Or Peer) list, containing netblocks which are \"hijacked\" or leased by professional spam or cyber-crime operations. For more information see https://www.spamhaus.org/drop. This lookup table is used internally by Graylog's Threat Intel Plugin. Do not delete it manually.",
|
|
189 | 211 | "registry": "ARIN"
|
190 | 212 | }
|
191 | 213 | },
|
| 214 | + { |
| 215 | + "title": "MineMeld Domains", |
| 216 | + "description": "This is the lookup table for the MineMeld Domain list, listing infrastructure by domain names which are used for ransomware. For more information see https://ransomwaretracker.abuse.ch. This lookup table is used internally by Graylog's Threat Intel Plugin. Do not delete it manually.", |
| 217 | + "name": "minemeld-domains", |
| 218 | + "config": { |
| 219 | + "type": "minemeld", |
| 220 | + "blocklist_type": "DOMAINS", |
| 221 | + "refresh_interval": 150, |
| 222 | + "refresh_interval_unit": "SECONDS" |
| 223 | + } |
| 224 | + }, |
192 | 225 | {
|
193 | 226 | "title": "abuse.ch ransomware Domains",
|
194 | 227 | "description": "This is the data adapter for the abuse.ch ransomware Domain Tracker, listing infrastructure by domain names which are used for ransomware. For more information see https://ransomwaretracker.abuse.ch. This adapter is used internally by Graylog's Threat Intel Plugin. Do not delete it manually.",
|
|
217 | 250 | "blocklist_type": "IPS",
|
218 | 251 | "refresh_interval": 150,
|
219 | 252 | "refresh_interval_unit": "SECONDS"
|
220 |
| - } |
| 253 | + }, |
| 254 | + { |
| 255 | + "title": "MineMeld IP List", |
| 256 | + "description": "This is the data adapter for the MineMeld IP List, listing infrastructure by IP which is used for nefarious reasons based on your threat feed configuration within MineMeld. This adapter is used internally by Graylog's Threat Intel Plugin. Do not delete it manually.", |
| 257 | + "name": "minemeld-ip", |
| 258 | + "config": { |
| 259 | + "type": "minemeld", |
| 260 | + "blocklist_type": "IPS", |
| 261 | + "refresh_interval": 150, |
| 262 | + "refresh_interval_unit": "SECONDS" |
| 263 | + }, |
| 264 | + |
| 265 | + |
221 | 266 | }
|
222 | 267 | ]
|
223 | 268 | }
|
0 commit comments