forked from sublime-security/static-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
156 lines (156 loc) · 4.53 KB
/
manifest.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"lists": [
{
"file": "alexa_top_1m.csv",
"identifier": "alexa_1m",
"display_name": "Alexa Top 1 Million Domains",
"headers": [
"x",
"entry"
]
},
{
"file": "disposable_email_providers.txt",
"identifier": "disposable_email_providers",
"display_name": "Disposable (or Temporary) Email Providers",
"headers": [
"entry"
]
},
{
"file": "file_extensions_common_archives.txt",
"identifier": "file_extensions_common_archives",
"display_name": "File extensions of common archives",
"headers": [
"entry"
]
},
{
"file": "file_extensions_executables.txt",
"identifier": "file_extensions_executables",
"display_name": "File extensions of common executables",
"headers": [
"entry"
]
},
{
"file": "file_extensions_macros.txt",
"identifier": "file_extensions_macros",
"display_name": "File extensions of documents that can run macros",
"headers": [
"entry"
]
},
{
"file": "free_email_providers.txt",
"identifier": "free_email_providers",
"display_name": "Free Email Providers",
"headers": [
"entry"
]
},
{
"file": "free_file_hosts.txt",
"identifier": "free_file_hosts",
"display_name": "Free File Hosts",
"headers": [
"entry"
]
},
{
"file": "free_subdomain_hosts.txt",
"identifier": "free_subdomain_hosts",
"display_name": "Free Subdomain Hosts",
"headers": [
"entry"
]
},
{
"file": "majestic_million.csv",
"identifier": "majestic_million",
"display_name": "Majestic Million (domains with most referring subnets)",
"headers": [
"x1",
"x2",
"entry",
"x3",
"x4",
"x5",
"x6",
"x7",
"x8",
"x9",
"x10",
"x11"
],
"includes_header": true
},
{
"file": "suspicious_tlds.txt",
"identifier": "suspicious_tlds",
"display_name": "Suspicious Top-Level Domains",
"headers": [
"entry"
]
},
{
"file": "tranco.csv",
"identifier": "tranco_1m",
"display_name": "Tranco Top 1 Million Domains",
"headers": [
"x",
"entry"
]
},
{
"file": "umbrella_top_1m.csv",
"identifier": "umbrella_1m",
"display_name": "Cisco Umbrella Top 1 Million Domains",
"headers": [
"x",
"entry"
]
},
{
"file": "umbrella_top_1m_tld.csv",
"identifier": "umbrella_1m_tld",
"display_name": "TLDs found in Cisco Umbrella Top 1 Million Domains",
"headers": [
"x",
"entry"
]
},
{
"file": "url_shorteners.txt",
"identifier": "url_shorteners",
"display_name": "URL Shorteners",
"headers": [
"entry"
]
},
{
"url": "https://global-sublime-static-lists.s3.amazonaws.com/latest/abuse_ch_malwarebazaar_sha256_trusted_reporters.txt",
"identifier": "abuse_ch_malwarebazaar_sha256_trusted_reporters",
"display_name": "Abuse.ch: MalwareBazaar SHA256 hashes. Note: Entries are limited to the following trusted reporters, but are otherwise unfiltered. We recommend using filtering logic in MQL to reduce potential false positives. Trusted reporters: pr0xylife, abuse_ch, cocaman, James_inthe_box, JAMESWT_MHT",
"headers": [
"entry"
]
},
{
"url": "https://global-sublime-static-lists.s3.amazonaws.com/latest/abuse_ch_urlhaus_urls_trusted_reporters.txt",
"identifier": "abuse_ch_urlhaus_urls_trusted_reporters",
"display_name": "Abuse.ch: URLhaus URLs. Note: Entries are limited to the following trusted reporters, but are otherwise unfiltered. We recommend using filtering logic in MQL to reduce potential false positives. Trusted reporters: Cryptolaemus1, abuse_ch",
"headers": [
"entry"
]
},
{
"url": "https://global-sublime-static-lists.s3.amazonaws.com/latest/abuse_ch_urlhaus_domains_trusted_reporters.txt",
"identifier": "abuse_ch_urlhaus_domains_trusted_reporters",
"display_name": "Abuse.ch: Domains derived from $abuse_ch_urlhaus_urls_trusted_reporters. Note: Entries are limited to the following trusted reporters, but are otherwise unfiltered. We recommend using filtering logic in MQL to reduce potential false positives. Trusted reporters: Cryptolaemus1, abuse_ch",
"headers": [
"entry"
]
}
]
}