Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Raul H. C. Lopes is active.

Publication


Featured researches published by Raul H. C. Lopes.


Proceedings of XI International Workshop on Advanced Computing and Analysis Techniques in Physics Research — PoS(ACAT) | 2009

The two-dimensional Kolmogorov-Smirnov test

Raul H. C. Lopes; Ivan Reid; P.R. Hobson

Goodness-of-fit statistics measure the compatibility of random samples against some theoretical probability distribution function. The classical one-dimensional Kolmogorov-Smirnov test is a non-parametric statistic for comparing two empirical distributions which defines the largest absolute difference between the two cumulative distribution functions as a measure of disagreement. Adapting this test to more than one dimension is a challenge because there are 2d −1 independent ways of defining a cumulative distribution function when d dimensions are involved. In this paper three variations on the Kolmogorov-Smirnov test for multi-dimensional data sets are surveyed: Peacock’s test [1] that computes in O(n3); Fasano and Franceschini’s test [2] that computes in O(n2); Cooke’s test that computes in O(n2). We prove that Cooke’s algorithm runs in O(n2), contrary to his claims that it runs in O(n lgn). We also compare these algorithms with ROOT’s version of the Kolmogorov-Smirnov test.


acm symposium on applied computing | 2009

Multi-step attack modelling and simulation (MsAMS) framework based on mobile ambients

Virginia Nunes Leal Franqueira; Raul H. C. Lopes; Pascal van Eck

Attackers take advantage of any security breach to penetrate an organisation perimeter and exploit hosts as stepping stones to reach valuable assets, deeper in the network. The exploitation of hosts is possible not only when vulnerabilities in commercial off-the-shelf (COTS) software components are present, but also, for example, when an attacker acquires a credential on one host which allows exploiting further hosts on the network. Finding attacks involving the latter case requires the ability to represent dynamic models. In fact, more dynamic aspects are present in the network domain such as attackers accumulate resources (i.e. credentials) along an attack, and users and assets may move from one environment to another, although always constrained by the ruling of the network. In this paper we address these dynamic issues by presenting MsAMS (Multi-step Attack Modelling and Simulation), an implemented framework, based on Mobile Ambients, to discover attacks in networks. The idea of ambients fits naturally into this domain and has the advantage of providing flexibility for modelling. Additionally, the concept of mobility allows the simulation of attackers exploiting opportunities derived either from the exploitation of vulnerable and non-vulnerable hosts, through the acquisition of credentials. It also allows expressing security policies embedded in the rules of the ambients.


Journal of Physics: Conference Series | 2008

Computationally efficient algorithms for the two-dimensional Kolmogorov-Smirnov test

Raul H. C. Lopes; P.R. Hobson; Ivan Reid

Goodness-of-fit statistics measure the compatibility of random samples against some theoretical or reference probability distribution function. The classical one-dimensional Kolmogorov-Smirnov test is a non-parametric statistic for comparing two empirical distributions which defines the largest absolute difference between the two cumulative distribution functions as a measure of disagreement. Adapting this test to more than one dimension is a challenge because there are 2d-1 independent ways of ordering a cumulative distribution function in d dimensions. We discuss Peacocks version of the Kolmogorov-Smirnov test for two-dimensional data sets which computes the differences between cumulative distribution functions in 4n2 quadrants. We also examine Fasano and Franceschinis variation of Peacocks test, Cookes algorithm for Peacocks test, and ROOTs version of the two-dimensional Kolmogorov-Smirnov test. We establish a lower-bound limit on the work for computing Peacocks test of Ω(n2lgn), introducing optimal algorithms for both this and Fasano and Franceschinis test, and show that Cookes algorithm is not a faithful implementation of Peacocks test. We also discuss and evaluate parallel algorithms for Peacocks test.


availability, reliability and security | 2009

A Mobile Ambients-Based Approach for Network Attack Modelling and Simulation

Virginia Nunes Leal Franqueira; Pascal van Eck; Roel Wieringa; Raul H. C. Lopes

Attack Graphs are an important support for assessment and subsequent improvement of network security. They reveal possible paths an attacker can take to break through security perimeters and traverse a network to reach valuable assets deep inside the network. Although scalability is no longer the main issue, Attack Graphs still have some problems that make them less useful in practice. First, Attack Graphs remain difficult to relate to the network topology. Second, Attack Graphs traditionally only consider the exploitation of vulnerable hosts. Third, Attack Graphs do not rely on automatic identification of potential attack targets. We address these gaps in our MsAMS (Multi-step Attack Modelling and Simulation) tool, based on Mobile Ambients. The tool not only allows the modelling of more static aspects of the network, such as the network topology, but also the dynamics of network attacks. In addition to Mobile Ambients, we use the PageRank algorithm to determine targets and hub scores produced by the HITS (Hypertext Induced Topic Search) algorithm to guide the simulation of an attacker searching for targets.


Journal of Physics: Conference Series | 2012

Non-parametric comparison of histogrammed two-dimensional data distributions using the Energy Test

Ivan Reid; Raul H. C. Lopes; Peter R Hobson

When monitoring complex experiments, comparison is often made between regularly acquired histograms of data and reference histograms which represent the ideal state of the equipment. With the larger HEP experiments now ramping up, there is a need for automation of this task since the volume of comparisons could overwhelm human operators. However, the two-dimensional histogram comparison tools available in ROOT have been noted in the past to exhibit shortcomings. We discuss a newer comparison test for two-dimensional histograms, based on the Energy Test of Aslan and Zech, which provides more conclusive discrimination between histograms of data coming from different distributions than methods provided in a recent ROOT release.


20th International Conference on Computing in High Energy and Nuclear Physics (CHEP) | 2014

A well-separated pairs decomposition algorithm for k-d trees implemented on multi-core architectures

Raul H. C. Lopes; Ivan Reid; Peter R Hobson

Variations of k-d trees represent a fundamental data structure used in Computational Geometry with numerous applications in science. For example particle track tting in the software of the LHC experiments, and in simulations of N-body systems in the study of dynamics of interacting galaxies, particle beam physics, and molecular dynamics in biochemistry. The many-body tree methods devised by Barnes and Hutt in the 1980s and the Fast Multipole Method introduced in 1987 by Greengard and Rokhlin use variants of k-d trees to reduce the computation time upper bounds to O(n logn) and even O(n) from O(n 2 ). We present an algorithm that uses the principle of well-separated pairs decomposition to always produce compressed trees in O(n logn) work. We present and evaluate parallel implementations for the algorithm that can take advantage of multi-core architectures.


Journal of Physics: Conference Series | 2017

Parallel monte carlo search for hough transform

Raul H. C. Lopes; Virginia Nunes Leal Franqueira; Ivan Reid; Peter R Hobson

Lopes, Reid and Hobson are members of the GridPP collaboration and wish to acknowledge funding from the Science and Technology Facilities Council, UK.


GPU Computing in High-Energy Physics Conference 2014 (GPUHEP2014) | 2014

Tree Contraction, Connected Components, Minimum Spanning Trees: a GPU Path to Vertex Fitting

Raul H. C. Lopes; Ivan Reid; Peter R Hobson

Standard parallel computing operations are considered in the context of algorithms for solving 3D graph problems which have applications, e.g., in vertex finding in HEP. Exploiting GPUs for tree-accumulation and graph algorithms is challenging: GPUs offer extreme computational power and high memory-access bandwidth, combined with a model of fine-grained parallelism perhaps not suiting the irregular distribution of linked representations of graph data structures. Achieving data-race free computations may demand serialization through atomic transactions, inevitably producing poor parallel performance. A Minimum Spanning Tree algorithm for GPUs is presented, its implementation discussed, and its efficiency evaluated on GPU and multicore architectures.


20th International Conference on Computing in High Energy and Nuclear Physics (CHEP) | 2014

Efficient computation of hashes

Raul H. C. Lopes; Virginia Nunes Leal Franqueira; Peter R Hobson

The sequential computation of hashes at the core of many distributed storage systems and found, for example, in grid services can hinder efficiency in service quality and even pose security challenges that can only be addressed by the use of parallel hash tree modes. The main contributions of this paper are, first, the identification of several efficiency and security challenges posed by the use of sequential hash computation based on the Merkle-Damgard engine. In addition, alternatives for the parallel computation of hash trees are discussed, and a prototype for a new parallel implementation of the Keccak function, the SHA-3 winner, is introduced.


Computational Linguistics | 2008

Multi-step Attack Modelling and Simulation (MsAMS) Framework based on Mobile Ambients

Virginia Nunes Leal Franqueira; Raul H. C. Lopes; P.A.T. van Eck

Collaboration


Dive into the Raul H. C. Lopes's collaboration.

Top Co-Authors

Avatar

Ivan Reid

Brunel University London

View shared research outputs
Top Co-Authors

Avatar

Peter R Hobson

Brunel University London

View shared research outputs
Top Co-Authors

Avatar

P.R. Hobson

Brunel University London

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge