add: automated-malware-analysis known domain list

Fix 
pull/46/head
Alexandre Dulaunoy 2017-12-29 20:01:55 +01:00
parent ac2beeea02
commit 8ec2a3a98d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 26 additions and 0 deletions
lists/automated-malware-analysis

View File

@ -10,6 +10,7 @@ are available in one of the list. The list can be globally enabled or disabled i
# lists
- [lists/alexa](lists/alexa) - Top 1000 websites from Alexa
- [lists/automated-malware-analysis](lists/automated-malware-analysis) - known domains used by automated malware analysis services
- [lists/eicar.com](lists/eicar.com) - hashes for EICAR test virus
- [lists/empty-hashes](lists/empty-hashes) - hash values of empty files
- [lists/google](lists/google) - known domains and hostnames from Google

View File

@ -0,0 +1,25 @@
{
"name": "List of known domains used by automated malware analysis services",
"version": 1,
"description": "Domains used by automated malware analysis services",
"type": "substring",
"matching_attributes": [
"domain",
"hostname",
"domain|ip",
"url"
],
"list": [
"virustotal.com",
"malwr.com",
"hybrid-analysis.com",
"emergingthreats.net",
"joesandbox.com",
"anlyz.io",
"detux.org",
"akana.mobiseclab.org",
"sandbox.pikker.ee",
"www.threatexpert.com",
"www.vicheck.ca"
]
}