Top Banner
TrustForge: Flexible Access Control for VehicleForge.mil Collaborative Environment Oleg Sokolsky PRECISE Center University of Pennsylvania
35

TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

May 15, 2018

Download

Documents

phungdiep
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

TrustForge: Flexible Access Control for VehicleForge.mil

Collaborative Environment

Oleg SokolskyPRECISE Center

University of Pennsylvania

Page 2: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Overview• Concentrate on the access control and

credentialing scheme for repository access• Build upon prior expertise in quantitative trust

management, provenance queries, and secure network provenance

• Close collaboration with other VehicleForgeteams is planned

5/23/2011 2AVM PI Meeting

Page 3: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Team Composition

Faculty• Oleg Sokolsky (PI)

– Quantitative trust management, formal methods

• Insup Lee– Quantitative trust management,

real-time and cyber-physical systems, run-time monitoring

• Zach Ives– Databases, distributed systems

• Andreas Haeberlen– Distributed systems,

networking, and security

Research Associate• Krishna

Venkatasubramanian– Networking, security, trust

management

Ph.D. Students• Andrew West• Jian ChangProgrammer• Anders Miltner

5/23/2011 3AVM PI Meeting

Page 4: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Requirements and assumptions• Repository hosts a collection of projects with

different criticality levels– Experimental to mission-critical

• Non-critical projects should have the lowest barrier of entry– Participants should be good citizens

• Highly critical projects should enjoy strong security guarantees

• Users should gain additional capabilities by– Diligent participation in projects– Obtaining additional credentials

5/23/2011 4AVM PI Meeting

Page 5: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

More assumptions• Repository keeps revision history and identities of

users making changes• Repository stores hierarchically organized

components– Composite components are built from simpler

components• Repository has means of checking quality of

components– Based on component semantics

• black box

5/23/2011 5AVM PI Meeting

Page 6: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Key insights• Combine policy-based and reputation-based

access control approaches– Cryptographic credentials provide guarantees– Reputations provide flexibility

• Reputations for both users and components• User and component reputations are related

– Good users make good components– Problem-free components make users look good

• Component reputation depends on its use– Components built from trusted parts are better– Heavily used components are trusted more

5/23/2011 6AVM PI Meeting

Page 7: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Storage

Request &Credentials

Component feedback

Test feedback

ComponentReputation

Initialization

Compliance Value (CV)

Component Information, Component Code, Acknowledgement

Components

DecisionManager

Comp. Rep.

User Rep.

UserRepository

User Trust Manager

Component Trust Manager

ProvenanceTree & Query

Reputation Management

Quality CheckingPolicies

Trust Dependency Graph (TDG)

Credential Management

Reputation Management

Secure Base Component

Identification

TrustForge Architecture

• User Trust Manager– Evaluate user credentials using an access control policy, and compute

user reputation• Component Trust Manager

– Evaluate provenance of components and compute their reputation• Decision Manager

– Permit or deny repository access based on reputations and credentials

5/23/2011 7AVM PI Meeting

Page 8: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

User Trust Management (UTM)

Request & Credentials

Policy Evaluation

Local Policy

U-Rep Database

U-Rep Algorithm

TDGExtractor

U-RepQuantifier

UserReputation

Social Media

Externalfeedback

Compliance Value (CV)

UTM

User (Author) Reputation

Component Reputation Feedback

TDG

Feedback

Credentials

Component Submission

Stats.

From Repository

5/23/2011 8AVM PI Meeting

Page 9: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

UTM Workflow• Use local policies as initial barrier for entry

– Can be tightened to meet project requirements– KeyNote language used for policy specification– A compliance value generated as output

• A trust dependency graph is extracted from the credentials– Reputation used to populate its edges

• Reputation is kept for each user in the system– Computed based on feedback such as:

• Quality and utility of components • Direct feedback from other users

– Reputation decays with time5/23/2011 9AVM PI Meeting

Page 10: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Research Questions• Policies:

– How to specify policies?• Delegation and component contribution/access

• Feedback:– What feedback structure to use ?– How to collect feedback ? – How to avoid/detect slandering, collusion and other

forms of attacks on feedback provided?• Reputation:

– What are the reputation semantics ?– What reputation function to use to model it ?

5/23/2011 10AVM PI Meeting

Page 11: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Component Trust Management (CTM)

C-Rep Database

ProvenanceExtractor

C-RepQuantifier

ComponentReputation

Quality dataVersion data

User (Author) Reputation

Components

CTM

Component Reputation

Provenance Tree + Score

Feedback + Meta-dataComponent

Meta-data

ID + Provenance Information

From Repository

ComponentReputation

5/23/2011 11AVM PI Meeting

Page 12: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

CTM Workflow• User makes a request to access the repository for

adding a component• Provenance extractor builds a provenance tree of

the component and computes score• Reputation database stores component

reputations and feedback – Component quality checks– Past revisions

• Reputation quantifier updates the reputation function

• Reputation value is delivered to UTM and DM5/23/2011 12AVM PI Meeting

Page 13: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Component Reputation• Reputation function

– Seeded by component author reputation– Reputation of composite components is a

function of the provenance score• Changes to component reputations are dynamically

propagated to all affected components– Reputation of any component is a function of

feedback– Reputation does not decay with time

5/23/2011 13AVM PI Meeting

Page 14: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Research Questions• Reputation semantics?• What reputation algorithm to use?• How to select reputation functions that

– Meet the constraints of provenance querying and– Satisfy the requirements of component reputation?

• How to incorporate feedback?– How does feedback on a composite component affect

its subcomponents?– Can new feedback types be dynamically incorporated?

• Evaluation of reputation effectiveness?

5/23/2011 14AVM PI Meeting

Page 15: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Decision Management (DM)• Decides whether to grant a request based on

– Policy compliance value– User and component reputations

StorageQuality Checker

Versioning

Decision Making

Context Information Repository

Quality data Component Submission

Stats.

DM

User Rep.

Comp.Rep.

Compliance Value (CV)

Version data

Ackn/ Results

5/23/2011 15AVM PI Meeting

Page 16: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Research Questions• Separation between local policies and decision

policies based on compliance value– Is CV the right level of abstraction?

• How to specify decision policies for the decision manager? – What context information should be taken into

account?– How to obtain cutoff values?

• Risk management strategies?• Is reputation useful in the repository?

5/23/2011 16AVM PI Meeting

Page 17: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Implementation Strategy• Plan for integration with other VehicleForge

teams, but provide for independent development– Define interfaces first

• Requires intensive collaboration with other teams– Build a simple repository stand-in for

independent testing, evaluation, and demo• Be ready for integration testing and pilot case

study at 9 months mark– Fine tuning of reputation functions continues

throughout the project

5/23/2011 17AVM PI Meeting

Page 18: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Implementation Timeline

Task 1: Interface definition (Milestone1: Interface definition document)

Task 2.1: User reputation designTask 2.2. Comp. reputation designTask 2.3: Reputation DB design and Feedback

structureTask 2.4: Reputation implementationTask 2.5: Integration & evaluation

(Milestone2: reputation infrastructure)

Task 3.1: KN implementationTask 3.2: Meta-policy designTask 3.3. Meta-policy implementation Task 3.4: Admin & User interface implementation

(Milestone3: Credential system and policy evaluation)

Task 4.1: Interface module design & implementationTask 4.2: Repository design & implementationTask 4.3. Integration & evaluation of UTM, CTM, DM

and repositoryTask 4.4: User interface integration

(Milestone4: Standalone implementation)

Task 5 (Milestone5): Simulation Evaluation

Task 6.1/6.2: System-wide integration of interfaces &feedback(Milestone6: Integration with VehicleForge.mil)

Task 7 (Milestone7): Pilot study

Task 8 (Milestone8): Reporting & meetings

Task 2.2

3 months 6 months 9 months 12 months

Task 1Task 2.1

Task 2.3Task 2.4Task 2.5Task 3.1Task 3.2

Task 3.3Task 3.4Task 4.1

Task 4.2

Task 4.3Task 4.4

Task 5Task 6.1Task 6.2

Milestone 2

Milestone 3

Milestone 4

Task7Task8

Milestone 1

Milestone 5

Milestone 6 Milestone 7

5/23/2011 18AVM PI Meeting

Page 19: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Background• Quantitative Trust Management (Lee, Sokolsky)

– QuanTM architecture– AS-CRED– STiki

• Data Provenance Queries (Ives)– Orchestra

• Secure Network Provenance (Haeberlen)

5/23/2011 19AVM PI Meeting

Page 20: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Quantitative Trust Management (QTM)• QTM provides a dynamic interpretation of authorization policies for

access control decisions using evolving reputations of parties• QuanTM is a QTM system that combines elements from PTM and

RTM to create a novel method for trust evaluation

Trust Dependency Graph (TDG), encoding PTM relationships useful for RTM

Reputations of PRINCIPALS, DELEGATIONS andCREDENTIALS are aggregatedThe QuanTM Architecture

5/23/2011 20AVM PI Meeting

Page 21: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Types of Reputation

• Reputation of a principal• Reputation of a delegation by a principal• Reputation of a credential

5/23/2011 21AVM PI Meeting

Page 22: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Propagating reputation• TNA-SL

– Trust network analysis with subjective logic [Josang2006]

– Compute a 4-tuple 'opinion' based on pos/negfeedback: (belief, disbelief, uncertainty, base-rate)

• Combine using discount and consensus operators– Consensus averages together two opinions

• P and Q have an opinion of S– Discount is used along transitive chains

• P has an opinion Q, and Q has an opinion in S– Export opinion to a numeric value

5/23/2011 22AVM PI Meeting

Page 23: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Reputation Computation

• Reputation is an effective tool for modeling consistent user behavior

• Prerequisites for using reputation successfully:– a strong user id system– identifying user behaviors

of interest– monitoring behaviors– providing feedback

Reputation Manager

Monitor Behavior

List of behaviors of interest

External Feedback

Compute Reputation

5/23/2011 23AVM PI Meeting

Page 24: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Example: AS-CRED• Principal Question:

– Are announced updates valid?

• Key Observation– ASes repeat their behaviors– Use past to predict future

• Our Approach– Reputation as a quantitative

trust metric of AS behavior.

• Goals– Compute the reputation for

Autonomous Systems– Provide accurate reputation-

based anomaly alert

• Advantages– Improved alert accuracy– Avoid anomalies by tuning

routing policy– Incentives for “Do No Evil”

BGP Update

BGP Update

BGP Update

BGP ActivityManager

AS-prefix Bindings

Historical Anomaly Detector

Stability Analysis

Legality Analysis

AS Reputation

B & U Feedback Set

Reputation Manager

Alert Manager

SVM Classifier

G Feedback Set (White-list)

Reputation Portal

Real-time Alerts

End UsersBGP Trace Collector

5/23/2011 24AVM PI Meeting

Page 25: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Historical Anomaly Detection: Stability

• Observation– Invalid bindings usually last

for a short period of time, i.e., they are unstable.

• Use historical data– 60 days analysis window

• Two complementary metrics – Prevalence: percentage of

analysis window binding lasted

– Persistence: average duration of a binding

M

M

Time prefix (p) withdrawn by AS (M)

Time prefix (p) announced by AS (M)

Total number of announcements and withdrawals

Length of Learning Window

Index of each announcement and withdrawal

Pr = 65%; Ps = (0.25+0.15+0.25)*60/3 = 13 days

AS-prefix binding timeline

25% 15 % 25%

Learning window = 60 days

5/23/2011 25AVM PI Meeting

Page 26: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Feedback & Refinement

Prevalence Persistence Feedback

Hi Hi Good

Hi Lo Bad (Vacillating)

Lo Hi Good

Lo Lo Ugly (Hijacked)

Initial Classification

AS prefix Timestamp of announcement

Feedback Type

GoodBad

Ugly

Entry format

De-aggregation Stable Owner in the Path

Binding <x, p>

p' ⊂ p

Binding <x, p’>

Before Refinement<x, p> in G<x, p’> in U

After Refinement<x, p> in G<x, p’> in G

prefix PAS x AS n

AS a AS n

AS x prefix P

Binding <n, p>

Binding <x, p>

Before Refinement<n, p> in G<x, p> in U

After Refinement<n, p> in G

<x, p> ignored

Refinement

5/23/2011 26AVM PI Meeting

Page 27: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Reputation Computation• Reputation semantics

– Untrustworthiness of ASes in announcing valid updates

– Reputation is computed based on Bad and Ugly feedback

• Time-decay function

– X is either B or U– hX is a half-life of behavior X– tnow is the current time– ti is the feedback timestamp

• Half-life: set based on by when 75% of the ASesrepeat their invalid updates– hU = 3 days, hB = 6 days

Time-decay function

titnow

5/23/2011 27AVM PI Meeting

Page 28: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

STiki: Wikipedia vandalism detection• Based on revision meta-data only

– Fast and efficient• Spatio-temporal reputation

– Use past event history– In the absence of history for a given entity, use

reputation of similar entities• Editor reputation is based on rollback history

– Fully automatic feedback collection– Provided by trusted users– Does not require vandalism definition

5/23/2011 28AVM PI Meeting

Page 29: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Data ProvenanceWhenever data is shared (science, Web, …), a common set of questions:

– How did I get this data?– What operations were used to create the data?– How much should I trust (believe) it?

Data provenance (lineage) captures the relationships between tuples in a set of data instances

– What is the “data model” of provenance?– How do we query it? What operations should

we support?5/23/2011 29AVM PI Meeting

Page 30: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Orchestra: Collaborative Data Sharing• Formalizes many data interchange settings• Sites have different schemas, data

versions and viewpoints on “truth”– Create new data– Import (map) data from other sites

• Determine what data to trust• Modify, delete, replace data

• Provenance is critical throughout the system:– Enables users to understand their data– Distinguishes between different data versions / sources

• Combined with policies, enables computation of trust

– Incremental update propagation

DBA

DBB

DBCSite A

Site B

Site C

5/23/2011 30AVM PI Meeting

Page 31: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

What Is Data Provenance?• A model of the relationships among tuples in

source and derived tables• Annotations on each tuple

describing derivation:– An ⊕⊗-algebraic

expression in terms of “neighbor” tuples

derives via view V2

R(1,2,3)

S(3,4)

T(2,3)

U(1,4)

View V1T(b,c) :- R(a,b,c)

derives via view V1

View (Mapping) V2T(b,c) :- R(a,b,c), S(c,d)

U(a,d) :- R(a,b,c), S(c,d)

T(2,3)…

U(1,4)…

V1( R(1,2,3) ) ⊕ V2( R(1,2,3) ⊗ S(3,4) )

V2( R(1,2,3) ⊗ S(3,4) )

5/23/2011 31AVM PI Meeting

Page 32: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Provenance as Annotations• We can annotate each tuple with an algebraic

expression over the IDs of directly-related tuples– Abstract ⊕ operator for union or projection– Abstract ⊗ operator for join– Abstract function name for each mapping/view

• Operators should form a commutative semiring– ⊗ distributes over ⊕; exists 0, a ⊕ 0 = a, a ⊗ 0 = 0,

etc.• Compute tuple annotations:

– Counts of the number of tuple derivations– Weights or trust levels

• ProQL: scalable distributed query language5/23/2011 32AVM PI Meeting

Page 33: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Secure Network Provenance

• Provenance is key to evaluating the quality of information• What if the network is attacked?

– Attacker might change data or modify its provenance to make them appear more (or less) trustworthy

• Goal: We should detect such attacks– We want to avoid trusting any single node, or small set of nodes

Where did thisupdate

come from?It came from

that userover there!

5/23/2011 33AVM PI Meeting

Page 34: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Secure Provenance• Idea: Make provenance data structures tamper-

evident– Modifications can be kept in an append-only log, with

entries connected by a hash chain– Nodes can exchange cryptographic commitments to

detect modifications or inconsistencies• When tampering is detected, the other nodes will

be able to obtain evidence– I.e., a "proof" that a given node has tried to tamper with

the provenance of data– It is provably impossible for an attacker to obtain valid

evidence against a correct node

5/23/2011 34AVM PI Meeting

Page 35: TrustForge: Flexible Access Control for … VehicleForge.mil Collaborative Environment Oleg Sokolsky ... Extractor. U-Rep. Quantifier. User ... Checker Versioning Decision Making

Summary: TrustForge Features• Different levels of access control

– Policy-based guarantees via cryptographic credentials• For highly critical projects

– Reputation-based flexibility via user action feedback• For non-critical projects

– Policy and reputation combinations (decision policies)• Everything in between

• Separate reputations for users and components– Mutually dependent– Different reputation functions

• Repository interface to facilitate reuse

5/23/2011 AVM PI Meeting 35