Added type for Travis

pull/76/head
Robert Nixon 2018-08-10 08:57:27 -04:00 committed by GitHub
parent 7246355806
commit c468d00355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -28,8 +28,10 @@ cisco_warninglist['description'] = "Event contains one or more entries from the
d = datetime.datetime.now()
cisco_warninglist['version'] = version
cisco_warninglist['name'] = "Top 1000 website from Cisco Umbrella"
cisco_warninglist['list'] = []
cisco_warninglist['type'] = "hostname"
cisco_warninglist['matching_attributes'] = ['hostname', 'domain']
cisco_warninglist['list'] = []
for site in top1000:
v = str(site).split(',')[1]