Next Article in Journal
Modeling of a Single-Notch Microfiber Coupler for High-Sensitivity and Low Detection-Limit Refractive Index Sensing
Next Article in Special Issue
Model-Driven Approach for Body Area Network Application Development
Previous Article in Journal
On the Probabilistic Deployment of Smart Grid Networks in TV White Space
Previous Article in Special Issue
Exponential Arithmetic Based Self-Healing Group Key Distribution Scheme with Backward Secrecy under the Resource-Constrained Wireless Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Bootstrapping Security Policies for Wearable Apps Using Attributed Structural Graphs

by
Ana I. González-Tablas
* and
Juan E. Tapiador
Department of Computer Science, Universidad Carlos III de Madrid, 28911 Leganés, Madrid, Spain
*
Author to whom correspondence should be addressed.
Sensors 2016, 16(5), 674; https://doi.org/10.3390/s16050674
Submission received: 25 November 2015 / Revised: 27 April 2016 / Accepted: 3 May 2016 / Published: 11 May 2016
(This article belongs to the Special Issue Security and Privacy in Sensor Networks)

Abstract

:
We address the problem of bootstrapping security and privacy policies for newly-deployed apps in wireless body area networks (WBAN) composed of smartphones, sensors and other wearable devices. We introduce a framework to model such a WBAN as an undirected graph whose vertices correspond to devices, apps and app resources, while edges model structural relationships among them. This graph is then augmented with attributes capturing the features of each entity together with user-defined tags. We then adapt available graph-based similarity metrics to find the closest app to a new one to be deployed, with the aim of reusing, and possibly adapting, its security policy. We illustrate our approach through a detailed smartphone ecosystem case study. Our results suggest that the scheme can provide users with a reasonably good policy that is consistent with the user’s security preferences implicitly captured by policies already in place.

1. Introduction

Security and privacy challenges in wireless body area networks (WBAN), particularly in those equipped with smart devices that can run third-party apps, are greater than in traditional computing and networking scenarios. Many of such devices incorporate numerous sensors that could leak highly sensitive information [1], including the user’s location or sounds and video from his or her surroundings. Most of these aspects have been neglected in the current generation of smart devices, which has caused an alarming escalation in the number and sophistication of security incidents targeting these platforms. For example, recent surveys show that the majority of health and fitness apps for smartphones present significant privacy risk levels, including nonexistent privacy policies [2,3].
According to a 2014 report by Yahoo! [4], users have an average of 95 apps installed on their phones, 35 of which are used on a daily basis; each month, a user accesses around 30 apps; and each app requires four permissions on average. An additional complication comes from the fact that although users declare to be worried about privacy issues, they usually behave inconsistently regarding their privacy concerns [5] or simply do not understand or have the ability to configure privacy policies appropriately [6,7]. Related to this, Bettini and Riboni have recently identified two main challenges related to the user experience when protecting privacy in pervasive systems [8]: providing flexible and adaptable protection mechanisms and capturing user’s preferences without forcing him or her to go through complex settings configurations. Furthermore, the automatic (or, at least, guided) identification of privacy preferences is suggested as a much needed approach to address these challenges.
The problem of helping users to define security and privacy policies for their apps is more acute in the case of wearable technologies. Information sharing among different devices and apps is a central feature of WBANs, hence the criticality of having consistent policies deployed in different apps. Consider, for example, a user whose privacy preferences include providing access to cardiac information to medical apps only. Since different devices may have the ability to provide cardiac data, it must be guaranteed that only medical apps get access to such data in those devices and that they do not share it with non-medical apps.

1.1. Overview of Our Contribution

In this work, we address the problem of bootstrapping security and privacy policies for newly-deployed apps in a WBAN composed of smart devices, such as smartphones, smart bracelets and wristwatches, smart glasses and other wearable and implantable medical devices. The overall goal is to provide users with a “reasonably good” policy obtained through a sound procedure that guarantees high consistency with the user’s security preferences. Such a policy could be used as-is, though ideally, it should be provided to the user for additional refinement. Our approach assumes that the user already has a number of properly-configured apps deployed in the WBAN.
As a first contribution, we introduce a framework to model a WBAN as an undirected graph G S whose vertices correspond to devices, apps and app resources, and edges model structural relationships among them. This graph is then augmented with attributes capturing each element’s main features and user-defined tags, resulting in an attributed graph G. The framework presented in this paper allows one to model WBANs in terms of attributed structural graphs, which facilitates reusing standard similarity metrics defined for them.
As a second contribution, given a new app a to be deployed in the WBAN, we discuss various procedures for finding the app a * closest to a in the graph G. Specifically, we propose two app similarity metrics that take a random walk approach to compute the similarity between vertices of the graph. Each metric is based on a different construction of the augmented structural graph. The first metric, denoted ALG-2, is based on a custom modification to the WBAN setting of the technique proposed in [9]. The second metric, denoted ALG-3, further extends this approach by enriching the augmented structural graph in a novel way. Because of the way that G is built, similarity is computed considering not only the structural closeness, but also a number of desirable features, including the similarity of the devices in which both apps are deployed, some of the app’s intrinsic features (e.g., its category and requested permissions) and the possible connections through tags and other attributes.
Our final goal is suggesting that the WBAN owner use the security policy of the most similar app as the candidate policy for the newly-deployed app. This seems reasonable insofar as the similarity measure among apps will do its job properly, since a user would likely specify similar privacy preferences for similar apps. More sophisticated schemes based on the same idea are possible, for instance, by deriving a combined security policy from the k most similar apps. This is straightforward when using the security policy model introduced later in Section 2.3.
As a third contribution, we demonstrate the similarity metrics ALG-2 and ALG-3 on a detailed case study. To do this, we first describe the case study data and specify the WBAN scenario. We then construct the associated structural graph and identify relevant attributes to produce the augmented graph. The doubly-augmented graph is also built by selecting appropriate similarity metrics for each attribute type and tag, adding edges accordingly. Finally, both similarity metrics ALG-2 and ALG-3 are computed for each pair of vertices of the augmented and doubly-augmented graph, respectively, and the results are analyzed.

1.2. Organization

The rest of this paper is organized as follows. Section 2 introduces our system model for WBANs and illustrates the concept of “security policy” with two examples based, respectively, on ciphertext policy attribute-based encryption (CP-ABE) and attribute-based Android permissions constraint specification. In Section 3, we introduce two similarity metrics for apps based on different constructions of the augmented WBAN structural graph. Section 4 provides the results of applying the two similarity metrics on a detailed use case based on a typical WBAN. In Section 5, we discuss related works in the areas of graph-based similarities and privacy preference learning for smartphone apps. Finally, Section 6 concludes the paper by summarizing our main contributions and discussing its limitations and open problems for future research.

2. System Model

We next describe our graph-based model for WBANs composed of interconnected devices, apps and resources supporting user-defined tags and attributes. As a motivating example for our automatic policy-deriving framework, we also introduce a data-sharing scheme for WBAN apps mediated by a classical attribute-based policy.

2.1. WBAN Elements

We consider a scenario where a single user u owns a set of mobile (and possibly wearable) devices D = D ( u ) = d 1 , , d | D | . Devices can communicate with each other via some wireless communication technology, such as Bluetooth or Wi-Fi, forming a WBAN around user u. We do not assume that all devices are permanently connected to the WBAN. While some of them may be actually implanted in the user’s body (e.g., a sensor under the skin or a pacemaker), others will be just worn occasionally (e.g., a sport wristband, a smart watch or a pair of smart glasses). We assume that joining and leaving the WBAN is controlled by the underlying networking technology, for instance via Bluetooth pairing.
Devices may vary from very simple and lightweight instruments, such as a pedometer, to powerful devices, like a smartphone or a tablet. Nonetheless, we require that at least one app can be deployed on each device, which in turn should provide at least one communication interface with other devices (not only with the user, if this is the case). Devices that do not satisfy this requirement will not be considered devices, but sensors. Sensors will be usually paired to a more powerful device in the WBAN and managed through a specific app deployed in such a device.
We assume that each device d i D hosts a set of apps A ( d i ) = a i , 1 , , a i , | A ( d i ) | . Apps may have been provided by default with the device or else installed by the user. The set A ( u ) = A of apps that a user has in the WBAN is A = i = 1 | D | j = 1 | A ( d i ) | a i , j . We further assume that each app a i , j A ( d i ) uses a set R ( a i , j ) of resources that we mainly identify with data storage, where R ( a i , j ) = r i , j , 1 , , r i , j , | R ( a i , j ) | . Data storage may be of several types, such as formatted files/databases or just raw (unstructured) data. The set R ( u ) = R of resources present in the WBAN is R = i = 1 | D | j = 1 | A ( d i ) | k = 1 | R ( a i , j ) | r i , j , k .
Apps make use of a platform-provided API to access the capabilities offered by the device. For example, in a regular smartphone, apps can request access to the camera and microphone embedded in the device, get the current location or access the user’s list of contacts. Additionally, although apps are usually executed isolated from other apps running on the same device, it is common that they exploit inter-app communication features provided by the platform to access data and services offered by other apps. For the sake of simplicity, in this paper, we will not consider app interactions that are decided at run time, such as Android intents. However, because of their relevance in current wearable technologies, we will explicitly model apps that are deployed on different devices, but that are strongly paired, in the sense that they have their resources synchronized (e.g., the app deployed in a smartwatch and the associated one running in a smartphone).
All of the elements of our WBAN model may be represented by a structural graph G S = ( V S , E S ) , where V S = D A R is the set of vertices and E S ( D × D ) ( D × A ) ( A × R ) is the set of edges that model structural relations between the WBAN elements described above (see Figure 1). The set E S is composed of three different types of relations:
  • If there exists a network connection between devices d i and d j , then ( d i , d j ) E S .
  • If app a j is deployed on device d i , then ( d i , a j ) E S .
  • If the app a i makes use of resource r j , either because it is owned by a i or because it is a data storage that is shared (synchronized) between a i and another paired app (see, for example, resource r 7 in Figure 1), then ( a i , r j ) E S .

2.2. Attributes

In our WBAN model, each device, app or resource is characterized by a set of attributes. We distinguish two types of attributes:
  • Features, which model a factual characteristic of an element.
  • Tags, which are used to describe personal (i.e., user-defined) characteristics.
For example, resources corresponding to data storage may be labeled with objective attributes (features) that reflect the type of data stored, such as health related (e.g., blood oxygen level, sweat quantity and content), activity related (e.g., number of steps, heart rate, covered distance), content related (searched terms, visited web sites), banking/financial information, social/business/professional attributes, and so on. App features may include the category it belongs to, the system resources it accesses (for instance, in Android devices, this can be easily captured by the set of permissions the app requests in its manifest) and its content classification, among others. Similarly, a device d can be characterized by a set of objective attributes, such as its operating system, its storage and processing capabilities or its amount of battery.
The set of features associated with a device will be denoted as D ^ = δ 1 , , δ | D ^ | . Each attribute δ j takes values from a domain D o m ( δ j ) = δ j , 1 , , δ j , | D o m ( δ i ) | . The set of features associated with an app and a resource are defined similarly: A ^ = α 1 , , α | A ^ | , with D o m ( α j ) = α j , 1 , , α j , | D o m ( α j ) | ; and R ^ = ρ 1 , , ρ | R ^ | , with D o m ( ρ j ) = ρ j , 1 , , ρ j , | D o m ( ρ j ) | . By grouping all features together in a set F = D ^ A ^ R ^ , each element v i V S can be provided with a feature vector f 1 ( v i ) , , f N ( v i ) , where f j ( v i ) D o m ( f j ) = f j , 1 , , f j , | D o m ( f j ) | is the value taken by the j-th attribute. The total number of features is N = | D ^ | + | A ^ | + | R ^ | .
The set of user-defined tags will be denoted T = t 1 , , t | T | . A user can associate an arbitrary subset of tags T ( v ) T to a node v V S . For implementation purposes, we will label each element of the WBAN with a tag vector t 1 ( v i ) , , t | T | ( v i ) , this being a binary vector where t j ( v i ) = 1 if tag j has been associated with element v i and t j ( v i ) = 0 otherwise.

2.3. Security Policy Model

To better illustrate what a “security policy” may refer to in this context, we will illustrate how our approach can be used together with a fine-grained distributed access control scheme for WBANs, such as the one proposed in [10]. In that work, the authors rely on a lightweight CP-ABE scheme to define secure publish-subscribe protocols for healthcare WBANs (see Figure 2). Data published by each app are encrypted using a CP-ABE policy consisting of a logical AND of the attributes that an entity must possess in order to access the data that it publishes. The authors suggest the use of an LBAC (lattice-based access control) model, which fits well with the idea of using only AND connectives in the policies. Each app in the WBAN must be provided with the appropriate cryptographic keys by a key generation center (KGC). Such keys are derived from the policy attributes (i.e., its access privileges) associated with the app.
In summary, the access policy for an app in a scheme, such as [10], is just a list of attributes A A . Such attributes will be used to derive the app’s cryptographic keys that provide access to data. Furthermore, each app contains a publishing policy consisting of a list of rules that determine which attributes are used to encrypt different types of data or in different contexts.
Another example of what a “security policy” may mean in our context can be found in the user-centric, privacy-preserving permission framework for Android apps described in [11]. Here, the authors propose a permissions model for Android that allows the specification of permissions based on application and system attributes, as well as simple yes or no policies. Examples of such policies provided include “allow all applications in the group ‘ranked good’ to place calls bypassing the dialer interface” and “deny location access to shared app if another app from the same developer has network access”.

3. Similarity Metrics for WBAN Apps

Assume a WBAN and a new app a to be deployed on one of its devices. As the first step in the process of deriving a security policy for a, we are interested in finding the app a * most similar to a within those already in use in the WBAN. This can be achieved by defining an appropriate similarity metric for pairs of apps that somehow takes into account aspects, such as:
  • the similarity between the attributes of the two apps, both features and tags;
  • the similarity between the set of resources used by both apps according to the attributes of each resource;
  • the similarity between the devices where both apps are deployed, considering not only the attributes of both devices, but also the apps already deployed on each one of them; and
  • the structural proximity between both apps, this being a measure of how distant in the WBAN one app is from the other considering, for example, the network distance between their host devices or the resources they share.
We next introduce two different random walk-based metrics that compute the similarity between two WBAN apps. We refer the reader to [12] for a brief background on random walk-based similarity metrics for vertices of a graph.

3.1. The ALG-2 Metric: Random Walks over Augmented WBAN Structural Graphs

This metric is inspired by recent approaches for computing distances over attributed graphs [9]. It relies on the so-called augmented graph G = ( V , E ) , which is derived from the WBAN structural graph G S = ( V S , E S ) by adding attribute information in the form of new vertices and edges. First, the set V S is extended with new vertices derived from tags and features. For each tag t j T , a new vertex t j is added to the set V T . In the same way, we build a set of feature vertices V F containing a new vertex f j , k for each possible attribute value. This is computed for all attributes of the three types of elements of the WBAN, so V F = j = 1 | F | k = 1 | D o m ( f j ) | f j , k . Thus, the augmented set of vertices is given by:
V = V S V T V F
New edges are added to the augmented graph as follows. For each structural vertex v i (i.e., device, app or resource) that has been associated with tag t j , a tag-element edge e i , j = ( v i , t j ) is added to the set E T . Similarly, a feature-element edge e i , j , k = ( v i , f j , k ) is added to the set E F whenever the feature value f j , k is associated with vertex v i . Thus, the augmented set of edges is simply:
E = E S E T E F
Figure 3 shows an example of an augmented graph derived from the structural graph used in Figure 1. Table 1 lists the attributes used to build the augmented graph. Tags are user defined and reflect perceived properties of the WBAN elements. As for attributes, devices are associated with only one attribute (“deviceType”) that captures the type of device. Apps are modeled through two attributes. The first one (“appCategory”) is its category as used in the Google Play Store [13] , while the second models the app permissions. In this case, rather than associating one binary attribute with each permission, we chose to use the notion of permission groups specified in the Reference Android API [14]. Even though in Table 1, we model permissions group as one attribute, in practice, it may be more convenient to consider its values as independent binary attributes. This is motivated by the fact that each app may need permissions belonging to several groups. In such cases, transforming an attribute domain into binary attributes is more efficient than deriving a new domain composed of all possible combinations of the original values. Finally, resources are modeled through one attribute capturing the type of data they contain.
Once the augmented structural graph G is obtained, the similarity between two apps a and a can be computed by adapting the state-of-the-art clustering algorithm (SA-cluster) proposed in [9,15]. SA-cluster extends the random walk with restart (RWR) similarity metric proposed in [16] to compute node similarities within node-attributed graphs. The procedure computes short random walks of a given length l in the augmented graph G . The set of computed distances is then used to cluster the graph nodes. In some application domains, it has been suggested to consider weights for different types of edges. In our case, this would imply using weights w S , w T and w F j for the structural, tag and feature edges, respectively.

3.2. The ALG-3 Metric: Random Walks over Doubly-Augmented WBAN Structural Graphs

Our second approach is inspired by the procedure described in [17] to compute user similarities in folksonomies. This requires building a doubly-augmented graph G = ( V , E ) by adding the similarity measures between attribute values to the augmented structural graph G = ( V , E ) as follows. For each pair of tags t i and t j in V T , we add a weighted edge between them e i , j = t i , t j , SimTag ( t i , t j ) where SimTag ( t i , t j ) [ 0 , 1 ] is a similarity metric between tags t i and t j . The set of inserted edges is denoted E T T . Similarly, for each pair of feature values f k , i , f k , j D o m ( f k ) corresponding to feature f k , we add a weighted edge between them e i , j = f i , k , f j , k , SimFeat ( f k , i , f k , j ) where SimFeat ( f k , i , f k , j ) [ 0 , 1 ] is a similarity metric between feature values f k , i and f k , j of attribute f k . The set of inserted edges in this case is denoted E F F . In some cases, it may be convenient to apply a cut-off ϵ so that only edges with a similarity above ϵ are inserted.
The resulting doubly-augmented graph is G = ( V , E ) , where V = V and E = E E T T E F F . Figure 4 shows the edges that would be added to the augmented graph shown in Figure 3, though no similarity value is shown there.
The similarity between two apps is computed following exactly the same procedure described in Section 3.1, but using the doubly-augmented graph. As before, weighted edges can be used, in which case values for w T T and w F j F j must be provided in addition to the weights already present in the augmented graph. Some recent works in other domains (e.g., [17]) apply a similar approach. However, our approach differs from [17] in that we insert similarity edges into the attributed augmented graph, while [17] does it directly in the structural graph.

4. Evaluation

4.1. Description of the Exemplar Case Study: The Smartphone Ecosystem WBAN

In this section, we evaluate the two proposed similarity algorithms based on augmented structural graphs by applying them to a smartphone ecosystem example use case (see Figure 5 and Figure 6). In this use case, a user owns two smartphone devices ( d 1 and d 3 ). Device d 1 is a work smartphone, and we consider that a camera application a 1 is deployed on it. This application controls two resources r 1 and r 2 that correspond to pictures having two distinct confidentiality levels. Device d 3 is a personal smartphone, and three apps, a 3 , a 5 and a 6 , are deployed on it. App a 3 is a social network application; app a 5 is the control app of the fitness monitoring wearable device d 6 (which has app a 7 deployed on it); and a 6 is the control app of the blood sugar monitoring wearable device d 4 (which has app a 8 deployed on it). Note that paired apps a 5 a 7 and a 6 a 8 share, respectively, resources r 7 and r 10 between the controlling app on the mobile phone and the app on the wearable device. In addition to devices d 1 , d 3 , d 4 and d 6 , a Wi-Fi hub device d 2 is also considered.

4.2. Construction of the Augmented Graphs

Four feature types are considered: resource type, app category, device type and app permissions. The first three have been chosen, since it seems likely that users define different privacy policies according to them. For example, a work smartphone may have more restrictive policies than a personal one, and a medical app will generally be seen as more sensitive than a game app. Of course, these perceptions should be tuned by each user. In the same way, the set of permissions requested by an app may influence the user’s perception of how privacy respectful the app is. We have considered as a single feature the whole set of permissions of an app (these sets of permissions are represented by the purple rectangles in Figure 4), instead of taking each permission as an independent feature. The reason is that it seems more logical to compare the similarity between app permission sets than between each permission individually without having a way to assess the privacy risk of each permission. However, if some privacy risk scale for individual app permissions is available, this could be easily leveraged to build a permission similarity based on it. In this case, it might be more interesting to consider each permission as an individual feature.
Similarities between apps permissions have been computed using the well-known Jaccard similarity metric. On the other hand, we compute semantic similarities between tags and between resource type, app category and device type values, as they have a clear semantic meaning for the user. Semantic measures can be broadly divided among knowledge-based, distributional and hybrid semantic measures. Among the available semantic measures, we have chosen to use the extended Lesk (without hyponyms) algorithm, a well-known hybrid semantic relatedness measure [18,19]. The original Lesk algorithm for lexical disambiguation evaluates the similarity between two senses as the number of common words in the definition of the senses in a dictionary [20]. Banerjee and Pedersen in [19] extended the Lesk measure to consider not only the definition of a sense, but also the definitions of related senses through taxonomical links in WordNet [21]. As described in [18], “WordNet is widely used in natural language processing and computational linguistics. It models the lexical knowledge of native English speakers in a lexical database structured through a semantic network composed of synsets/concepts linked by semantic and lexical relations. In WordNet, concepts are associated to a specific meaning defined in a gloss. They are also characterized by a set of cognitive synonyms (synset) which can be composed of nouns, verbs, adjectives, adverbs.” Semantic similarities have been computed using the Semilar toolkit 1.0.2 [22] with the algorithm adapted Lesk-Tanimoto without hyponyms over the WordNet 3.0 database [23].
Figure 7 shows the specific values of distances between all of the tag and feature-value pairs. Note that distances, and not similarity measures, are depicted. Distance is calculated from a similarity value s as d = 1 - s . Results are depicted using heat maps, where each row of the matrix contains the distances of one term (row identifier) to the rest of the terms (column identifiers). For a pair of terms, the whiter the cell is, the less similar the terms are. Conversely, the darker the cell is, the more similar the terms are.
Results in Figure 7 illustrate that similarities between attribute values are rather low in general. Similarities between the app permissions sets are the exception. Notice that a hierarchical clustering algorithm has been applied to the distance matrix before depicting it. For this, we have used the default clustering algorithm implemented by the command hclust in R.

4.3. Analysis of Computed Similarities Using Both ALG-2 and ALG-3 Metrics

Figure 8 shows the distances computed with both approaches ALG-2 and ALG-3 for the set of app nodes and for all nodes considered in the use case. Both similarity metrics have been implemented in R. Again, heat maps are used to depict results, and the interpretation is the same as in Figure 7: each row contains the distances from one node (row) to the rest of nodes (columns). In this case, two color gradients have been used to facilitate visualization, as most distances fall in the interval 0 . 8 , 1 . Preliminary results not shown in this paper suggest that both approaches show a monotonic increasing behavior when length parameter l increases, reaching an upper bound when l > 25 . Thus, we selected a length value of l = 35 for the results shown above.
As expected, results obtained with both methods highlight nodes’ structural and attribute closeness (most relevantly, paired apps a 6 and a 8 or a 5 and a 7 in Figure 8a,b). However, some differences between both methods can be easily noticed. Firstly, higher similarities (lower distances) with the ALG-2 approach are somewhat smoothed when using ALG-3. Simultaneously, lower similarities (higher distances) with ALG-2 get increased when using ALG-3. This effect can be perceived more clearly by observing the change from Figure 8c to Figure 8d, where the number of white cells decreases significantly (becoming greyish instead), and a part of the darker cells also become greyish.
Additionally, results obtained with ALG-3 slightly differ from those of ALG-2 in the resulting clustering. Both methods produce similar clusterings with two key differences: (1) the number of clusters generated by ALG-3 is larger than obtained through ALG-2; and (2), although most of the clusters produced by ALG-3 are the same as those by ALG-2, they lack one or two nodes that have been allocated in two additional clusters by ALG-3 (one cluster composed of the app permissions sets and another cluster composed of tags secret , personal and private ).
In the view of the results achieved by both methods using balanced edge weights, ALG-3 performs better, as the homogenization of distances combined with the preservation of a meaningful clustering provides more opportunities to find an app similar to the one that needs bootstrapping without requiring both being directly connected through structural links or the same attribute values.
Lastly, we have analyzed the influence of the different types of edges in both methods by setting different edge weight combinations. Figure 9 shows the results obtained when the weight of one type of edge, among structural, feature and tag types, is set to a significantly higher value than the weight of the other types of edges. Figure 9a,b shows results for edge weights set to w S = 2 . 8 , w F j = 0 . 1 and w T = 0 . 1 ; thus, giving more importance to structural edges. ALG-2 provides a disperse and non-meaningful clustering, while ALG-3 gets a slightly enhanced clustering, as, for example, paired apps are grouped together, but with some odd groupings, such as those relating device node d 6 , which corresponds to a wearable device, with all of the tag nodes, or those relating resource nodes r 4 and r 5 , which correspond to contacts and profile data, with feature nodes steps and bloodSugarLevel .
Figure 9c,d shows results for edge weights set to w S = 0 . 1 , w F j = 2 . 8 , w T = 0 . 1 , giving more importance to feature edges. In this case, both methods ALG-2 and ALG-3 obtain meaningful clusterings, with the one provided by ALG-3 being more accurate as ALG-2 provides some odd results, such as grouping together feature node mobilePhone with device d 2 , which corresponds to the Wi-Fi hub, and separating feature node contacts from r 5 , the resource node with which it is associated.
Finally, Figure 9e,f provides results for edge weights set to w S = 0 . 1 , w F j = 0 . 1 and w T = 2 . 8 , giving more importance to tag edges. Under this edge weight configuration, both methods get again disperse and quite non-meaningful results, perhaps with the exception of the cluster identified by ALG-3 that contains the app permissions sets’ nodes.
Among these unbalanced edge weight configurations, the best results are provided by ALG-3 with weights set to w S = 0 . 1 , w F j = 2 . 8 and w T = 0 . 1 . However, the obtained result (see Figure 9d) is worse than those provided by both methods under a balanced edge weight configuration (see Figure 8c,d for a comparison), as the unbalanced configuration is, as expected, feature biased, while balanced configurations reflect clusters that take into account all structural and attribute similarity.

5. Related Work

We next provide an overview of related works grouped into three main areas: graph-based similarity measures, computing similarity for smartphone apps and the general problem of bootstrapping security and privacy policies.

5.1. Graph-Based Similarity Measures

Similarity metrics are widely used today in many application areas. We refer the interested reader to three extensive surveys for a general overview of the variety of existing distance and similarity metrics. First, the Encyclopedia of Distances [24] is an accessible interdisciplinary source that gathers succinct definitions and references for the majority of distances. Second, a more specific comprehensive survey on semantic measures can be found in [18]. Finally, in the last few years, similarity measures in attributed graphs, such as the one proposed in this paper, have attracted much attention in several applications, including community detection, recommendation systems or protein-protein interaction analysis. We refer the reader to [12], a survey on clustering attributed graphs, where graph-based similarity measures similar to those used in this paper are described.

5.2. Similarity Measures for Mobile Apps

Several similarity measures for smartphone apps have been proposed over the last few years motivated by two main applications: detecting illegal repackaging and making recommendations.
Android apps are prone to illegal repackaging. This can be done for several reasons, such as stealing ads revenues, software piracy, license evasion or malware injection. Various approaches have been proposed to detect app similarity with this objective: feature based, structure based and program dependency graph based. Section 5.2 of [25] surveys proposals with this goal for Android apps. The works most related to our approach are those that propose similarity measures based on apps’ features [26,27]. They analyze an app code and extract a set of features, such as icons, screenshots, app name, descriptions, requested permissions, used API calls, authorship information, etc. Plagiarism between two apps is detected by comparing the extracted features. These feature-based approaches could be easily integrated into our scheme by adding such features to app nodes in the augmented structural graph.
Proposals addressing the problem of app recommendations work quite similarly. Most of them also extract various features from the app information available at the app store, such as its name, developer, description and other users’ reviews [28,29,30,31]. Other proposals extract features from snippets returned by web search engines and from the device logs [32] after running the app. Once apps have been characterized with the extracted features, different approaches are applied to compute similarities between them. For instance, [29,30,32] compute the cosine similarity between the apps’ feature vectors; [32] proposes an algorithm to classify apps based on the latent Dirichlet allocation (LDA) model; and [31] linearly combines the similarity measures computed for each of the apps’ features. The work in [28] substantially differs from previous approaches, as it represents each app according to an app ontology model and then computes semantic similarities between the attribute instances of two sets of apps (the ones in the market and the apps used by the members of a social group) using WordNet. The approach most related to our work is the recommendation system described in [29]. This scheme first computes pair-wise app similarities for all of the apps within the app store and then uses these similarities to build an app similarity graph in which each app is a vertex, and an edge is added only if the similarity between the two apps considered is larger than a certain threshold. To make recommendations, the graph is used to search for the shortest paths having as source and target an app belonging to the set of apps of the user. The apps found within the paths that get a similarity score greater than some specified threshold are candidates for recommendation.

5.3. Automatic Inference of Privacy Policies

The problem of automatically learning/inferring security policies has gained relevance in various application domains in which users have been made responsible for creating and administrating such policies. We briefly survey relevant proposals in three dominating areas: website navigation, online social networks and smartphones.

5.3.1. Website Navigation and Online Social Networks

The system proposed in [33,34] helps the user to decide whether or not to accept the privacy policies of visited websites. The user’s previous decisions are stored along with the corresponding P3P privacy policy. When a website offers a new privacy policy that must be accepted in order to enter the site, the system compares the offered privacy policy with the already stored ones using case-based reasoning (CBS) techniques, and depending on the user’s previous decisions, it suggests whether it should be accepted or not.
In the context of location-sharing social networks, the work in [35] proposes the use of machine learning under a user-controlled approach to refine user’s privacy preferences. The system asks the user about his agreement with the system’s decisions to share the user’s location using the already specified policies. Using the feedback provided by the user, the system finds “neighbor” policies to those already specified, such that the satisfaction of user preferences is maximized, and therefore, the user privacy model is refined. The work in [36] bootstraps the location-sharing privacy preferences of a new enrolled user by leveraging the preferences of similar users. Machine learning techniques are used to cluster the whole set of privacy policies used in the social network, and a representative privacy policy is selected for each cluster (privacy policies are assumed to be specified using first-order logic rules that can be compared between them).
In the case of image-sharing social networks, some works have proposed tag-based systems to automatically infer privacy policies for shared images [37,38]. In this domain, users associate tags with images, and based on these tags, image similarity measures are used to infer privacy settings. In [37], the co-owners of a just uploaded image are suggested a bootstrapping privacy policy that corresponds to that of the most similar image (compared to the uploaded one) co-owned by the same set of co-owners. The similarity between images is computed using the tag co-occurrence notion. Similarly, the work in [38] explores the viability of using tags assigned by a certain user to his or her images and the answers of this user regarding his or her preferences for sharing such images with his or her friends. Both items are used to create machine-generated access-control rules that roughly approximate the user’ policy.
Automatic inference of privacy policies in content-sharing social networks has also been approached with machine learning techniques. The works in [39,40,41] apply classifiers to predict whether a post uploaded by a user has a low or a high privacy level. The work in [42] also uses machine learning to classify users into privacy setting classes based on a set of user features. When a new user joins the social network, his or her privacy setting class is inferred based on the privacy settings on the three users most similar to him or her. The system proposed in [43] also identifies groups of similar users, called social circles, using a clustering algorithm that has as input the set of selected user features. The suggestions offered by the system are, as in [42], based on those selected by similar users, but under a more general approach for finding similar items. In [44], which builds upon [43], images uploaded by a user are clustered according to a set of image features. When the user uploads a new image, the system bootstraps it with a privacy policy predicted from the set of most similar images among those already specified by the user, where the most frequent pattern is hierarchically mined following a similar approach to that of [43].

5.3.2. Smartphones

Several recent works reuse some of the approaches proposed for websites and social networks to suggest possible configurations of a smartphone app’s permissions [45,46,47,48,49]. For instance, [45,46] show that it is possible to cluster user preferences regarding the configuration of Android apps’ permissions into a small number of privacy profiles. Some discussion about how to use this result to recommend specific configurations of Android apps’ permission to users depending on their privacy profiles is presented in [46]. The work presented in [47,48,49] goes further and leverages community experience to suggest users with recommendations regarding the configuration of the app’s permissions. In [47], a system called ProtectMyPrivacy (PMP) is proposed. PMP detects access to private data (device identifier, location and address book) at runtime by apps on iOS devices, and depending on the configured user’s preferences, PMP substitutes privacy-sensitive information with anonymized data. Besides, PMP collects users’ decisions regarding whether they have granted or not a permission to an app and uses this information to build a crowdsourced system that makes recommendations to other users by calculating the percentage of users who protect/allow each permission (excluding a 45% to 55% deadband). RecDroid is a system introduced in [48] that assists users to decide whether a permission request should be accepted based on collected requests and responses. The work in [49] leverages friends of the user to assist him or her in setting an app’s privacy policy. Other works that address recommended privacy policy configurations for smartphones focus on using context as an influential factor [50,51,52].

6. Conclusions and Future Work

In this paper, we have introduced a framework to compute similarity among apps deployed in a WBAN. Such similarity is based on the attributed structural graph associated with the network and is used to bootstrap new apps with security policies already in use by similar apps. This attempts to guarantee some consistency in the set of deployed security policies while alleviating the load of defining a policy for each new app.
Our scheme is similar to similar approaches proposed in other application domains, such as social networks and folksonomies. In all of these cases, measures of similarity in such complex networks are defined in terms of structural graphs augmented with attributes. In future work, we plan to explore the use of machine learning techniques, particularly classifiers, such as those discussed in Section 5, to automatically infer privacy settings in this domain. On the one hand, assuming that privacy preferences associated with the most similar app a * are offered to the user without modification as the bootstrapping policy for the newly-deployed app a, given that similarity is greater than a certain threshold, classifiers may be used to check the accuracy of the suggested policy. However, it is first necessary to carefully design a good set of features for the classifier. On the other hand, classifiers may be used on a simpler setting for inferring an adjusted policy from the k apps most similar to the new deployed one.

Acknowledgments

This work was supported by the MINECO grant TIN2013-46469-R (SPINY: Security and Privacy in the Internet of You).

Author Contributions

Ana I. González-Tablas participated in the design of the model and the algorithms presented in this paper. She also carried out the implementation and experimental work. Juan E. Tapiador contributed to the conception of the main idea, the design of the model and helped with the design of the experimental setting and the analysis of results. Both authors participated in the paper write up and revision process.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Suarez-Tangil, G.; Tapiador, J.E.; Peris-Lopez, P.; Ribagorda, A. Evolution, detection and analysis of malware for smart devices. IEEE Commun. Surv. Tutor. 2014, 16, 961–987. [Google Scholar] [CrossRef]
  2. Ackerman, L. Mobile Health and Fitness Applications and Information Privacy; Privacy Rights Clearinghouse: San Diego, CA, USA, 2013. [Google Scholar]
  3. Knorr, K.; Aspinall, D.; Wolters, M. On the privacy, security and safety of blood pressure and diabetes apps. In Proceedings of the 30th IFIP TC 11 International Conference, SEC 2015, Hamburg, Germany, 26–28 May 2015; pp. 571–584.
  4. Android Users Have an Average of 95 Apps Installed on Their Phones, According to Yahoo Aviate Data. Available online: http://thenextweb.com/apps/2014/08/26/android-users-average-95-apps-installed-phones-according-yahoo-aviate-data/ (accessed on 26 June 2015).
  5. Rowan, M.; Dehlinger, J. Privacy incongruity: An analysis of a survey of mobile end-users. In Proceedings of the 13th International Conference on Security and Management, Las Vegas, NV, USA, 21–24 July 2014.
  6. Sadeh, N.; Hong, J.; Cranor, L.; Fette, I.; Kelley, P.; Prabaker, M.; Rao, J. Understanding and capturing people’s privacy policies in a mobile social networking application. Pers. Ubiquitous Comput. 2009, 13, 401–412. [Google Scholar] [CrossRef]
  7. Felt, A.P.; Ha, E.; Egelman, S.; Haney, A.; Chin, E.; Wagner, D. Android permissions: User attention, comprehension, and behavior. In Proceedings of the Eighth Symposium on Usable Privacy and Security, Washington, DC, USA, 11–13 July 2012; ACM: New York, NY, USA, 2012; p. 3. [Google Scholar]
  8. Bettini, C.; Riboni, D. Privacy protection in pervasive systems: State of the art and technical challenges. Pervasive Mob. Comput. 2015, 17, 159–174. [Google Scholar] [CrossRef]
  9. Cheng, H.; Zhou, Y.; Yu, J.X. Clustering large attributed graphs: A balance between structural and attribute similarities. ACM Trans. Knowl. Discov. Data (TKDD) 2011, 5, 12. [Google Scholar]
  10. Picazo-Sanchez, P.; Tapiador, J.E.; Peris-Lopez, P.; Suarez-Tangil, G. Secure publish-subscribe protocols for heterogeneous medical Wireless Body Area Networks. Sensors 2014, 14, 22619–22642. [Google Scholar] [CrossRef] [PubMed]
  11. Nauman, M.; Khan, S.; Othman, A.T.; Musa, S. Realization of a user-centric, privacy preserving permission framework for Android. Secur. Commun. Netw. 2015, 8, 368–382. [Google Scholar] [CrossRef]
  12. Bothorel, C.; Cruz, J.D.; Magnani, M.; Micenkova, B. Clustering attributed graphs: Models, measures and methods. Netw. Sci. 2015. [Google Scholar] [CrossRef]
  13. Google Play Store. Available online: https://play.google.com/store/apps?hl=en (accessed on 9 May 2016).
  14. Reference Android API: Manifest.permission_group. Available online: http://developer.android.com/reference/android/Manifest.permission_group.html (accessed on 9 May 2016).
  15. Zhou, Y.; Cheng, H.; Yu, J.X. Graph clustering based on structural/attribute similarities. Proc. VLDB Endow. 2009, 2, 718–729. [Google Scholar] [CrossRef]
  16. Tong, H.; Faloutsos, C.; Pan, J.Y. Fast random walk with restart and its applications. In Proceedings of the 6th IEEE International Conference on Data Mining, ICDM’06, Hong Kong, China, 18–22 December 2006.
  17. Xie, H.; Li, Q.; Mao, X.; Li, X.; Cai, Y.; Zheng, Q. Mining latent user community for tag-based and content-based search in social media. Comput. J. 2014, 57, 1415–1430. [Google Scholar] [CrossRef]
  18. Harispe, S.; Ranwez, S.; Janaqi, S.; Montmain, J. Semantic Measures for the Comparison of Units of Language, Concepts or Instances from Text and Knowledge Base Analysis. 2013. arXiv preprint arXiv:1310.1285. Available online: http://arxiv.org/abs/1310.1285 (accessed on 9 May 2016).
  19. Banerjee, S.; Pedersen, T. An adapted Lesk algorithm for word sense disambiguation using WordNet. Lect. Notes Comput. Sci. 2002, 2276, 136–145. [Google Scholar]
  20. Lesk, M. Automatic sense disambiguation using machine readable dictionaries. In Proceedings of the 5th Annual International Conference on Systems Documentation, SIGDOC ’86, Toronto, ON, Canada, 8–11 June 1986; pp. 24–26.
  21. Princenton University “About WordNet”. WordNet. Princenton University, 2010. Available online: http://wordnet.princeton.edu (accessed on 9 May 2016).
  22. Semilar Toolkit 1.0.2. Available online: http://www.semanticsimilarity.org/ (accessed on 9 May 2016).
  23. WordNet 3.0 DataBase. Available online: http://wordnet.princeton.edu/ (accessed on 9 May 2016).
  24. Deza, M.M.; Deza, E. Encyclopedia of Distances; Springer: Berlin/Heidelberg, Germany, 2009. [Google Scholar]
  25. Tan, D.J.; Chua, T.W.; Thing, V.L. Securing Android: A survey, taxonomy, and challenges. ACM Comput. Surv. (CSUR) 2015, 47, 58. [Google Scholar]
  26. Zhou, W.; Zhou, Y.; Grace, M.; Jiang, X.; Zou, S. Fast, scalable detection of piggybacked mobile applications. In Proceedings of the Third ACM Conference on Data and Application Security and Privacy, San Antonio, TX, USA, 18–20 February 2013; ACM: New York, NY, USA, 2013; pp. 185–196. [Google Scholar]
  27. Kywe, S.M.; Li, Y.; Deng, R.H.; Hong, J. Detecting camouflaged applications on mobile application markets. Lect. Notes Comput. Sci. 2014, 8949, 241–254. [Google Scholar]
  28. Kim, J.; Kang, S.; Lim, Y.; Kim, H.M. Recommendation algorithm of the app store by using semantic relations between apps. J. Supercomput. 2013, 65, 16–26. [Google Scholar] [CrossRef]
  29. Bhandari, U.; Sugiyama, K.; Datta, A.; Jindal, R. Serendipitous recommendation for mobile apps using item-item similarity graph. In Proceedings of the 9th Asia Information Retrieval Societies Conference, Singapore, 9–11 December 2013; pp. 440–451.
  30. Yang, S.; Yu, H.; Deng, W.; Lai, X. Mobile application recommendations based on Complex information. In Proceedings of the 28th International Conference on Industrial, Engineering and Other Applications of Applied Intelligent Systems, Seoul, Korea, 10–12 June 2015; pp. 415–424.
  31. Chen, N.; Hoi, S.C.; Li, S.; Xiao, X. SimApp: A framework for detecting similar mobile applications by online kernel learning. In Proceedings of the Eighth ACM International Conference on Web Search and Data Mining, Shanghai, China, 2–6 February 2015; ACM: New York, NY, USA, 2015; pp. 305–314. [Google Scholar]
  32. Zhu, H.; Chen, E.; Xiong, H.; Cao, H.; Tian, J. Mobile app classification with enriched contextual information. IEEE Trans. Mob. Comput. 2014, 13, 1550–1563. [Google Scholar] [CrossRef]
  33. Tøndel, I.A.; Nyre, Å.A.; Bernsmed, K. Learning privacy preferences. In Proceedings of the 2011 Sixth International Conference on Availability, Reliability and Security (ARES), IEEE, Vienna, Austria, 22–26 August 2011; pp. 621–626.
  34. Tøndel, I.A.; Åsmund, A.N. Towards a similarity metric for comparing machine-readable privacy policies. Lect. Notes Comput. Sci. 2012, 7039, 89–103. [Google Scholar]
  35. Kelley, P.G.; Drielsma, P.H.; Sadeh, N.; Cranor, L.F. User-controllable learning of security and privacy policies. In Proceedings of the 1st ACM workshop on Workshop on AISec, Alexandria, VA, USA, 27–31 October 2008; ACM: New York, NY, USA, 2008; pp. 11–18. [Google Scholar]
  36. Toch, E.; Sadeh, N.M.; Hong, J. Generating default privacy policies for online social networks. In Proceedings of the Extended Abstracts on Human Factors in Computing Systems, CHI’10, Atlanta, GA, USA, 10–15 April 2010; ACM: New York, NY, USA, 2010; pp. 4243–4248. [Google Scholar]
  37. Squicciarini, A.C.; Shehab, M.; Wede, J. Privacy policies for shared content in social network sites. VLDB J. 2010, 19, 777–796. [Google Scholar] [CrossRef]
  38. Klemperer, P.; Liang, Y.; Mazurek, M.; Sleeper, M.; Ur, B.; Bauer, L.; Cranor, L.F.; Gupta, N.; Reiter, M. Tag, you can see it!: Using tags for access control in photo sharing. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, Austin, TX, USA, 5–10 May 2012; ACM: New York, NY, USA, 2012; pp. 377–386. [Google Scholar]
  39. Naini, K.D.; Altingovde, I.S.; Kawase, R.; Herder, E.; Niederee, C. Analyzing and predicting privacy settings in the social Web. Lect. Notes Comput. Sci. 2015, 9146, 104–117. [Google Scholar]
  40. Zerr, S.; Siersdorfer, S.; Hare, J.; Demidova, E. Privacy-aware image classification and search. In Proceedings of the 35th international ACM SIGIR Conference on Research and Development in Information Retrieval, Portland, OR, USA, 12–16 August 2012; pp. 35–44.
  41. Squicciarini, A.C.; Caragea, C.; Balakavi, R. Analyzing images’ privacy for the modern web. In Proceedings of the 25th ACM Conference on Hypertext and Social Media, Santiago, Chile, 1–4 September 2014; pp. 136–147.
  42. Ghazinour, K.; Matwin, S.; Sokolova, M. Monitoring and recommending privacy settings in social networks. In Proceedings of the Joint EDBT/ICDT 2013 Workshops, Genoa, Italy, 18–22 March 2013; pp. 164–168.
  43. Squicciarini, A.; Karumanchi, S.; Lin, D.; DeSisto, N. Identifying hidden social circles for advanced privacy configuration. Comput. Secur. 2014, 41, 40–51. [Google Scholar] [CrossRef]
  44. Squicciarini, A.C.; Lin, D.; Sundareswaran, S.; Wede, J. Privacy policy inference of user-uploaded images on content sharing sites. IEEE Trans. Knowl. Data Eng. 2015, 27, 193–206. [Google Scholar] [CrossRef]
  45. Liu, B.; Lin, J.; Sadeh, N. Reconciling mobile app privacy and usability on smartphones: Could user privacy profiles help? In Proceedings of the 23rd International Conference on World Wide Web, Seoul, Korea, 7–11 April 2014; ACM: New York, NY, USA, 2014; pp. 201–212. [Google Scholar]
  46. Sadeh, J.L.B.L.N.; Hong, J.I. Modeling users’ mobile app privacy preferences: Restoring usability in a sea of permission settings. In Proceedings of the Symposium on Usable Privacy and Security (SOUPS), Menlo Park, CA, USA, 9–11 July 2014.
  47. Agarwal, Y.; Hall, M. ProtectMyPrivacy: Detecting and mitigating privacy leaks on iOS devices using crowdsourcing. In Proceedings of the 11th Annual International Conference on Mobile Systems, Applications, and Services, Taipei, Taiwan, 25–28 June 2013; ACM: New York, NY, USA, 2013; pp. 97–110. [Google Scholar]
  48. Rashidi, B.; Fung, C.; Vu, T. Dude, ask the experts!: Android resource access permission recommendation with RecDroid. In Proceedings of the 2015 IFIP/IEEE International Symposium on Integrated Network Management (IM), Ottawa, ON, Canada, 11–15 May 2015; pp. 296–304.
  49. Guo, Z.; Han, W.; Liu, L.; Xu, W.; Bu, R.; Ni, M. SPA: Inviting Your Friends to Help Set Android Apps. In Proceedings of the 20th ACM Symposium on Access Control Models and Technologies, SACMAT’15, Vienna, Austria, 1–3 June 2015.
  50. Gupta, A.; Miettinen, M.; Asokan, N.; Nagy, M. Intuitive security policy configuration in mobile devices using context profiling. In Proceedings of the 2012 International Conference on Privacy, Security, Risk and Trust (PASSAT) and 2012 International Confernece on Social Computing (SocialCom), Amsterdam, The Netherlands, 3–5 September 2012; pp. 471–480.
  51. Miettinen, M.; Heuser, S.; Kronz, W.; Sadeghi, A.R.; Asokan, N. ConXsense—Context profiling and classification for context-aware access control. In Proceedings of the 9th ACM Symposium on Information, Computer and Communications Security, ASIA CCS ’14, Kyoto, Japan, 3–6 June 2014; pp. 293–304.
  52. Chakraborty, S.; Shen, C.; Raghavan, K.R.; Shoukry, Y.; Millar, M.; Srivastava, M. ipShield: A framework for enforcing context-aware privacy. In Proceedings of the 11th USENIX Symposium on Networked Systems Design and Implementation (NSDI 14), Seattle, WA, USA, 2–4 April 2014; pp. 143–156.
Figure 1. Example of a structural graph of a WBAN containing devices, apps, resources and their relations. Attributes of each element are also shown, but are not part of the structural graph.
Figure 1. Example of a structural graph of a WBAN containing devices, apps, resources and their relations. Attributes of each element are also shown, but are not part of the structural graph.
Sensors 16 00674 g001
Figure 2. WBAN architecture introduced in [10]: (a) physical topology as a network of wearable devices; and (b) logically, as a publish-subscribe messaging system (reprinted with permission from the authors).
Figure 2. WBAN architecture introduced in [10]: (a) physical topology as a network of wearable devices; and (b) logically, as a publish-subscribe messaging system (reprinted with permission from the authors).
Sensors 16 00674 g002
Figure 3. Augmented graph associated with the structural graph shown in Figure 1. Tag and feature vertices are represented by red-lined rounded rectangles and blue-lined rectangles, respectively. Colored feature vertices encode for device types (green), app categories (orange), app permissions (purple) and data types (blue).
Figure 3. Augmented graph associated with the structural graph shown in Figure 1. Tag and feature vertices are represented by red-lined rounded rectangles and blue-lined rectangles, respectively. Colored feature vertices encode for device types (green), app categories (orange), app permissions (purple) and data types (blue).
Sensors 16 00674 g003
Figure 4. Doubly-augmented structural graph: edges to be added to the graph in Figure 3.
Figure 4. Doubly-augmented structural graph: edges to be added to the graph in Figure 3.
Sensors 16 00674 g004
Figure 5. Augmented graph of the smartphone ecosystem use case.
Figure 5. Augmented graph of the smartphone ecosystem use case.
Sensors 16 00674 g005
Figure 6. Doubly-augmented graph of the smartphone ecosystem use case.
Figure 6. Doubly-augmented graph of the smartphone ecosystem use case.
Sensors 16 00674 g006
Figure 7. Distances between attribute (tags and features) values of the smartphone ecosystem use case. (a) Device type; (b) app type; (c) resource type; (d) permissions set; (e) tags.
Figure 7. Distances between attribute (tags and features) values of the smartphone ecosystem use case. (a) Device type; (b) app type; (c) resource type; (d) permissions set; (e) tags.
Sensors 16 00674 g007
Figure 8. Distances between app nodes and all nodes computed with approaches ALG-2 and ALG-3. The path length is l = 35 ; the restart probability is c = 0 . 15 ; and structural, tag and feature edge weights are w S = 1 , w F j = 1 and w T = 1 , respectively. (a) App nodes (ALG-2); (b) app nodes (ALG-3); (c) all nodes (ALG-2); (d) all nodes (ALG-3).
Figure 8. Distances between app nodes and all nodes computed with approaches ALG-2 and ALG-3. The path length is l = 35 ; the restart probability is c = 0 . 15 ; and structural, tag and feature edge weights are w S = 1 , w F j = 1 and w T = 1 , respectively. (a) App nodes (ALG-2); (b) app nodes (ALG-3); (c) all nodes (ALG-2); (d) all nodes (ALG-3).
Sensors 16 00674 g008
Figure 9. Distances between all nodes computed with approaches ALG-2 and ALG-3 and several edge weight combinations. Path length l = 35 . Restart probability c = 0 . 15 . (a) ALG-2 ( w S = 2 . 8 , w F j = 0 . 1 , w T = 0 . 1 ); (b) ALG-3 ( w S = 2 . 8 , w F j = 0 . 1 , w T = 0 . 1 ); (c) ALG-2 ( w S = 0 . 1 , w F j = 2 . 8 , w T = 0 . 1 ); (d) ALG-3 ( w S = 0 . 1 , w F j = 2 . 8 , w T = 0 . 1 ); (e) ALG-2 ( w S = 0 . 1 , w F j = 0 . 1 , w T = 2 . 8 ); (f) ALG-3 ( w S = 0 . 1 , w F j = 0 . 1 , w T = 2 . 8 ).
Figure 9. Distances between all nodes computed with approaches ALG-2 and ALG-3 and several edge weight combinations. Path length l = 35 . Restart probability c = 0 . 15 . (a) ALG-2 ( w S = 2 . 8 , w F j = 0 . 1 , w T = 0 . 1 ); (b) ALG-3 ( w S = 2 . 8 , w F j = 0 . 1 , w T = 0 . 1 ); (c) ALG-2 ( w S = 0 . 1 , w F j = 2 . 8 , w T = 0 . 1 ); (d) ALG-3 ( w S = 0 . 1 , w F j = 2 . 8 , w T = 0 . 1 ); (e) ALG-2 ( w S = 0 . 1 , w F j = 0 . 1 , w T = 2 . 8 ); (f) ALG-3 ( w S = 0 . 1 , w F j = 0 . 1 , w T = 2 . 8 ).
Sensors 16 00674 g009aSensors 16 00674 g009b
Table 1. Attributes and their domain for the augmented structural graph shown in Figure 3.
Table 1. Attributes and their domain for the augmented structural graph shown in Figure 3.
ElementAttributeDomain
Tags personal , work , social , exercise , sport , health , private , medical , secret
DevicesdeviceType wearable , mobilePhone , wifiHub
AppsappCategory healthAndFitness , medical , social , photography
PermGroup camera ( CA ) , bodySensors ( BS ) , storage ( ST ) , socialInfo ( SI ) , personalInfo ( PI ) , systemClock ( SC ) , hardwareControl ( HC ) , location ( L ) , bluetooth ( BT ) , Network ( NT )
ResourcesDataType steps , contacts , profile , bloodSugarLevel , photos

Share and Cite

MDPI and ACS Style

González-Tablas, A.I.; Tapiador, J.E. Bootstrapping Security Policies for Wearable Apps Using Attributed Structural Graphs. Sensors 2016, 16, 674. https://doi.org/10.3390/s16050674

AMA Style

González-Tablas AI, Tapiador JE. Bootstrapping Security Policies for Wearable Apps Using Attributed Structural Graphs. Sensors. 2016; 16(5):674. https://doi.org/10.3390/s16050674

Chicago/Turabian Style

González-Tablas, Ana I., and Juan E. Tapiador. 2016. "Bootstrapping Security Policies for Wearable Apps Using Attributed Structural Graphs" Sensors 16, no. 5: 674. https://doi.org/10.3390/s16050674

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop