add in preventive measures: blacklisting phone numbers

This commit is contained in:
Alexandre Dulaunoy 2017-12-28 13:28:49 +01:00
parent 28dc65d6f4
commit 63b72cdade
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -245,6 +245,18 @@
}, },
"value": "Sysmon", "value": "Sysmon",
"description": "Detect Ransomware in an early stage with new Sysmon 5 File/Registry monitoring" "description": "Detect Ransomware in an early stage with new Sysmon 5 File/Registry monitoring"
},
{
"value": "Blacklist-phone-numbers",
"description": "Filter the numbers at phone routing level including PABX",
"meta": {
"refs": [
"https://wiki.freepbx.org/display/FPG/Blacklist+Module+User+Guide#BlacklistModuleUserGuide-ImportingorExportingaBlacklistinCSVFileFormat"
],
"effectiveness": "Medium",
"impact": "Medium",
"complexity": "Low"
}
} }
], ],
"name": "Preventive Measure", "name": "Preventive Measure",
@ -255,5 +267,5 @@
], ],
"description": "Preventive measures based on the ransomware document overview as published in https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml# . The preventive measures are quite generic and can fit any standard Windows infrastructure and their security measures.", "description": "Preventive measures based on the ransomware document overview as published in https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml# . The preventive measures are quite generic and can fit any standard Windows infrastructure and their security measures.",
"uuid": "1a8e55eb-a0ff-425b-80e0-30df866f8f65", "uuid": "1a8e55eb-a0ff-425b-80e0-30df866f8f65",
"version": 2 "version": 3
} }