Skip to content

Commit

Permalink
#214 remove duplicated info with risk score and risk evidence score
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 9, 2018
1 parent 146a7da commit 3eb1308
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
30 changes: 0 additions & 30 deletions analyzers/DomainTools/DomainTools_RiskScore.json

This file was deleted.

3 changes: 0 additions & 3 deletions analyzers/DomainTools/domaintools_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def domaintools(self, data):
elif self.service == 'whois/parsed' and self.data_type == 'domain':
response = api.parsed_whois(data).response()

elif self.service == 'risk_score' and self.data_type == 'domain':
response = api.risk(data).response()

elif self.service == 'risk_evidence_score' and self.data_type == 'domain':
response = api.risk_evidence(data).response()

Expand Down

0 comments on commit 3eb1308

Please sign in to comment.