
BIG DATA - NCSC
National Cyber Security Centre - Guidance on Big Data
The NCSC have a wealth of guidance on best practice (https://www.ncsc.gov.uk/) particularly on safeguarding and protecting the privacy when huge amounts of data are stored and processed. These include:
-
cataloguing your data;
-
ensuring you only keep data necessary for your business;
-
awareness of any vulnerabilities;
-
employ access control based on least privilege;
-
employ strong identity and authentication for privileged users;
-
employ strong supplier/third party management (there is more of this under the GDPR banner on this site);
-
there is an audit trail - you log access to data;
-
Software development is secure (Dev-Sec-Ops) - test 3rd Party software against OWASP Top 10;
-
Don't use unsupported software;
-
employ a protective monitoring regime to detect cyber-attacks AND internal attacks;
-
Incorporate automatic alerts if compromise is detected;
-
All access processes are controlled - restrain bulk access - check interfaces of access;
-
Restrict user rights from accessing large quantities of records at once, reduce search capabilities;
-
Protect administrator accounts from cyber compromise;
-
Ensure integrity of Back Ups.