











Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The research roadmap for cybersecurity in PLM. It covers topics such as protection from insider threat, access control systems, compliance techniques, secure supply chain, and remote 3D printing, security usability, security management, and cost, secure collaboration techniques, and cloud security. The document also talks about anomaly detection and response system for databases and response mechanism for cybersecurity. a mix of lecture notes, summaries, and study notes.
Typology: Lecture notes
1 / 19
This page cannot be seen from the preview
Don't miss anything!












PLM Cybersecurity – Research Roadmap^ ^ Protection from insider threat^ ^ Access control systems^ ^ Compliance techniques^ ^ Secure supply chain and secure remote 3Dprinting^ ^ Security usability^ ^ Security management and security cost^ ^ Secure collaboration techniques^ ^ Cloud security and cloud for security
2013 • Recommdendation3:^ Monitor Intellectual Property Leaving the Network^ •Identify critical information and track its location, access, modification,and transfers•Implement technical controls that log the access and movement ofcritical information that employees•Download from company servers•Email from the organization’s network to personal accounts•Download to removable media•Many cases involved downloading source code, executables, orexcessive amount of data before leaving the organization•Recommendation 4:^ Consider Enforcing Least-Privilege
syscolumnsSYSTEM TABLES^ sysobjects
Field^
Value Command^
SELECT Num Projection Tables
2 Num Projection Columns
3 Num Selection Tables
3 Num Selection Columns SELECT T1.a1, T1.c1, T2.c2 FROM T1, T2,T3WHERE T1.a1 = T2.a2 AND T1.a1 =T3.a3^3 Schema^ T1 : {a1,b1,c1} Query
Field^
Value Command^
SELECT Projection Tables^
[1^1 0] Projection Columns
[2 1^ 0] Selection Tables^
[1^1 1] Selection Columns SELECT T1.a1, T1.c1, T2.c2 FROM T1, T2,T3WHERE T1.a1 = T2.a2 AND T1.a1 =T3.a3^ [1^1 1] Schema^ T1 : {a1,b1,c1} Query
Supervised Case Key Ideas Associate each query with a role Build profiles per role Train a classifier with role as the class Declare a request as anomalous if classifierpredicted role does not match the actual role
Next Steps Application to PLM Determine and represent the units of data accesses Represent and record the duration of user sessions Represent and record the volume of accessed data Profile data flows and use Represent and record access patterns in time Profile application programs
ECA
Downloaded information to home computer
Stole information by sending it out via email
Shared account (e.g. system administrator, DBA, etc.)
Stole hardcopy information^
Compromised an account^
Remote access^
Used authorized system administrator access
Stole information by downloading it to another computer
Escalated privileges^
Blackberry or other mobile handheld device
Social engineering^
Password crackers or sniffers^
Backdoors^
Rootkit or Hacking Tools^
Malicious code inserted as part of the software development process
Logic bomb^
Other^
Don't know^
Is Anomaly Detection Sufficient?