230 likes | 250 Views
This topic will go through current standards and future trends for building a scalable security model for distributed cloud based data. We’ll look into practices and considerations behind handing highly privileged data globally, diving into topics such as: - How global compliance and regulations affect security practices. - Handling data permissions, identity, and security with application access to data. - Considerations, trends, and standards for global data availability.
E N D
The World of Interconnected Devices Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
A tale of a hackathon, voice payments, and the security through requests not to steal. Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Case Study: Fixing that massive security hole Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
How do we enhance the data? How do we secure the data? Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
How do we enhance the data? Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Serverless framework provides the compute and data management from stored data location to machine learning engine. Machine learning system provides the data enhancement capabilities which improves the underlying source data’s metadata (information about information). 7 Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Case Study: Enhancing Video Indexing Data Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Execute Webhook Callback Metadata Cloud Data Data store & initial metadata Serverless Framework Callback handler and code execution Machine Learning Data processor and enhancer Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Normal File Payload // JSON payload for a sample video file { "status": "active", "author": "Jonathan LeBlanc", "currentState": "staging", "type": "video-content-d086c908-2498-4d3e-8a1f-01e82bfc2abe", "parent": "folder_94784195", "id": "46586c534-21e1-619r-bera-521a0573914e", "version": 1, "typeVersion": 1, "scope": "enterprise_5425632” } Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Enhanced File Payload // JSON payload for a sample video file with additional metadata { "token": { …read / write tokens for restricted access… } "transcription": {[ "start_time" : "1523550398", "end_time" : " 1523551036", "text": "text transcription", "tone": "emotion analysis of tone", "image": "image capture of person speaking", "data": { …user data analysis… } ]}, "status": "active", "author": "Jonathan LeBlanc", "currentState": "staging", … } Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
How do we secure the data? Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Regional Regulations • General Data Protection Regulations (EU) • Personal Information Protection and Electronic Documents Act (Canada) • Personal Information Protection Act (South Korea) • etc. Encrypted Data at Rest Using encryption keys to be able to store data securely. This can be done on a company and individual account basis. Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Document Retention and Disposition How long should personal documents be stored for? Should documents be retained for a period of time after deletion? Should documents always be retained? Regulatory Compliance How do you ensure tight controls over how data is shared? Ensuring data meets regulatory compliance standards: PCI DSS: Payment Card Industry Data Security Standard HIPAA: Health Insurance Portability and Accountability Act FedRAMP: Federal Risk and Authorization Management Program • • • Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Execute Webhook Callback Metadata Cloud Data Data store & initial metadata Serverless Framework Callback handler and code execution Machine Learning Data processor and enhancer Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Access Tokens Provides access to application and root account, as well as the machine learning account. Privileged Data The data that’s provided through the transmission channels. 18 Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Access Token Master token with full access Downscoped Token Limited token with tightly scoped access Timed Usage Limited usage by scope & time Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Payment Issuer 1. PAN 2. PAN 6. Status 3. Token 5. Status 4. Token Cloud Data Secure Vault Bank Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
Data at Rest Data in Motion Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com
How do we enhance the data? How do we secure the data? Jonathan LeBlanc. | Twitter: @jcleblanc | Email: jleblanc@box.com