Merge pull request #48 from elhoim/patch-2

Added some security vendors sites
pull/52/head
Andras Iklody 2018-01-23 10:29:08 +01:00 committed by GitHub
commit 62037acb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "List of known domains used by automated malware analysis services",
"version": 2,
"description": "Domains used by automated malware analysis services",
"name": "List of known domains used by automated malware analysis services & security vendors",
"version": 3,
"description": "Domains used by automated malware analysis services & security vendors",
"type": "substring",
"matching_attributes": [
"domain",
@ -21,6 +21,10 @@
"sandbox.pikker.ee",
"www.threatexpert.com",
"www.vicheck.ca",
"reverse.it"
"reverse.it",
"mcafee.com",
"symantec.com",
"securelist.com",
"carbonblack.com"
]
}