Skip to content

Commit

Permalink
#108 Wording in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Nov 3, 2017
1 parent bd74a61 commit f54cf04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analyzers/EmergingThreats/EmergingThreats_DomainInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"config": {
"service": "domain-info"
},
"description": "Retrieves reputation and related malware and IDS requests related to domain",
"description": "Retrieves reputation, related malware, IDS requests for a given domain",
"dataTypeList": ["domain"],
"command": "EmergingThreats/emergingthreats_analyzer.py"
}
2 changes: 1 addition & 1 deletion analyzers/EmergingThreats/EmergingThreats_IPInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"max-tlp": 1,
"service": "ip-info"
},
"description": "Retrieves reputation and related malware and IDS requests related to IP address",
"description": "Retrieves reputation, related malware, IDS requests for a given IP address",
"dataTypeList": ["ip"],
"command": "EmergingThreats/emergingthreats_analyzer.py"
}
2 changes: 1 addition & 1 deletion analyzers/EmergingThreats/EmergingThreats_MalwareInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"config": {
"service": "domain-info"
},
"description": "Retrieves details and info related to malware",
"description": "Retrieves details and info related to a malware hash",
"dataTypeList": ["hash"],
"command": "EmergingThreats/emergingthreats_analyzer.py"
}

0 comments on commit f54cf04

Please sign in to comment.