chg: [phishing] Fix #157

pull/160/head
Alexandre Dulaunoy 2019-08-22 15:50:58 +02:00
parent 7035141289
commit cbdcd6e136
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"namespace": "phishing", "namespace": "phishing",
"description": "Taxonomy to classify phishing attacks including techniques, collection mechanisms and analysis status.", "description": "Taxonomy to classify phishing attacks including techniques, collection mechanisms and analysis status.",
"version": 2, "version": 3,
"predicates": [ "predicates": [
{ {
"value": "techniques", "value": "techniques",
@ -66,7 +66,7 @@
{ {
"value": "voice-phishing", "value": "voice-phishing",
"expanded": "Voice phishing", "expanded": "Voice phishing",
"description": "Adversary use voice-based techniques to trick a potential victim to give credentials or sensitive information. This is also named as vishing." "description": "Adversary uses voice-based techniques to trick a potential victim to give credentials or sensitive information. This is also known as vishing."
}, },
{ {
"value": "search-engines-abuse", "value": "search-engines-abuse",
@ -76,7 +76,7 @@
{ {
"value": "sms-phishing", "value": "sms-phishing",
"expanded": "SMS phishing", "expanded": "SMS phishing",
"description": "Adversary sends an SMS to a potential victims to gather sensitive information or use another phishing techniques at a later stage." "description": "Adversary sends an SMS to a potential victims to gather sensitive information or use another phishing technique at a later stage."
} }
] ]
}, },