978 research outputs found
Factors affecting trust and communication in global virtual teams
Author Georgios GousiasMasterarbeit Universität Linz 2022Arbeit auf den öffentlichen PCs in den Bibliotheken der JKU+Medizin abrufba
Factors affecting trust and communication in global virtual teams
Author Georgios GousiasMasterarbeit Universität Linz 2022Arbeit auf den öffentlichen PCs in den Bibliotheken der JKU+Medizin abrufba
Der griechische Gelehrte Georgios Zachariadis und sein Beitrag zum slawischen Schrifttum im 19. Jahrhundert
Among the Greek scholars who lived during the 19th century in the north-eastern Balkans, and also in Central Europe, and by their work contributed to the spiritual development of the Balkan Slavs, pride of place must be given to Georgios Zachariadis. Unfortunately, however, no detailed monograph on Zachariadis exists. On this account the problems that arise concerning the life and activities of this Greek scholar are still many and varied. In his study the author tries to fill one part of this lacuna. At the beginning of the work the following are examined, on the basis of new historical evidence: the date and place of Georgios Zachariadis’ birth, his studies and tenure as teacher in the Greek school at Zemun, the Serbian school at Šabac, and the Greek school in Vienna. The author continues his study by analyzing the various works of Zachariadis, which are written on Old Church^Slavonic, and the translations this Greek scholar made from Greek into Old Church Slavonic. Finally, the extent of Georgios Zachariadis’ contribution to Slavonic letters is made clear
The political program of Hellenism in Turkey
Title: Tό πoλιτικόν πρόγραμμα τοῦ Έλληνισμοῦ έν Tουρκία (The political program of Hellenism in Turkey) Originally published: as a leaflet in Istanbul, 1912 Language: GreekThe excerpts used are from the original which can be found at the ‘Ion Dragoumis archive’ in the Gennadion Library in Athens, pp. 7–9, 11–13, 24–25. About the author Georgios Boussios [1876, Grevena (Ottoman Macedonia) – 1929, Athens]: activist, politician and journalist. He was born into a well-off family of merchants. He c..
Correction: Do chemistry and rheology follow the same laboratory ageing trends in bitumen?
Correction to: Materials and Structures (2022) 55:146 https://doi.org/10.1617/s11527-022-01986-w The article “Do chemistry and rheology follow the same laboratory ageing trends in bitumen?”, written by Georgios Pipintakos, Caitlin Lommaert, Aikaterini Varveri and Wim Van den bergh, was originally published in volume 55, issue 5, ID 146 without open access. With the society's decision to grant Open Choice the copyright of the article changed in February 2023 to © The Author(s) 2022 and the article is forthwith distributed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0. Open access funding enabled and organized by RILEM.Pavement Engineerin
Global ISR: Toward a Comprehensive Defense Against Unauthorized Code Execution
Instruction-set randomization (ISR) obfuscates the "language" understood by a system to protect against code-injection attacks by presenting an ever-changing target. ISR was originally motivated by code injection through buffer overflow vulnerabilities. However, Stuxnet demonstrated that attackers can exploit other vectors to place malicious binaries into a victim’s filesystem and successfully launch them, bypassing most mechanisms proposed to counter buffer overflows. We propose the holistic adoption of ISR across the software stack, preventing the execution of unauthorized binaries and scripts regardless of their origin. Our approach requires that programs be randomized with different keys during a user-controlled installation, effectively combining the benefits of code whitelisting/signing and runtime program integrity. We discuss how an ISR-enabled environment for binaries can be implemented with little overhead in hardware, and show that higher-overhead software only alternatives are possible. We use Perl and SQL to demonstrate the application of ISR in scripting environments with negligible overhead
Fast and Practical Instruction-Set Randomization for Commodity Systems
Instruction-set randomization (ISR) is a technique based on randomizing the "language" understood by a system to protect it from code-injection attacks. Such attacks were used by many computer worms in the past, but still pose a threat as it was confirmed by the recent Conficker worm outbreak, and the latest exploits targeting some of Adobe's most popular products. This paper presents a fast and practical implementation of ISR that can be applied on currently deployed software. Our solution builds on a binary instrumentation tool to provide an ISR-enabled execution environment entirely in software. Applications are randomized using a simple XOR function and a 16-bit key that is randomly generated every time an application is launched. Shared libraries can be also randomized using separate keys, and their randomized versions can be used by all applications running under ISR. Moreover, we introduce a key management system to keep track of the keys used in the system. To the best of our knowledge we are the first to apply ISR on truly shared libraries. Finally, we evaluate our implementation using real applications including the Apache web server, and the MySQL database server. For the first, we show that our implementation has negligible overhead (less than 1%) for static HTML loads, while the overhead when running MySQL can be as low as 75%. We see that our system can be used with little cost with I/O intensive network applications, while it can also be a good candidate for deployment with CPU intensive applications, in scenarios where security outweighs performance
REASSURE: A Self-contained Mechanism for Healing Software Using Rescue Points
Software errors are frequently responsible for the limited availability of Internet Services, loss of data, and many security compromises. Self-healing using rescue points (RPs) is a mechanism that can be used to recover software from unforeseen errors until a more permanent remedy, like a patch or update, is available. We present REASSURE, a self-contained mechanism for recovering from such errors using RPs. Essentially, RPs are existing code locations that handle certain anticipated errors in the target application, usually by returning an error code. REASSURE enables the use of these locations to also handle unexpected faults. This is achieved by rolling back execution to a RP when a fault occurs, returning a valid error code, and enabling the application to gracefully handle the unexpected error itself. REASSURE can be applied on already running applications, while disabling and removing it is equally facile. We tested REASSURE with various applications, including the MySQL and Apache servers, and show that it allows them to successfully recover from errors, while incurring moderate overhead between 1% and 115%. We also show that even under very adverse conditions, like their continuous bombardment with errors, REASSURE protected applications remain operational
SweetBait: Zero-hour worm detection and containment using honeypots
Abstract. As next-generation computer worms may spread within minutes to million of hosts, protection via human intervention is no longer an option. We discuss the implementation of SweetBait, an automated protection system that employs low-interaction honeypots to capture suspicious traffic. After discarding whitelisted patterns, it automatically generates worm signatures. To provide a low response time, the signatures may be immediately distributed to network intrusion detection and prevention systems. At the same time the signatures are continuously refined for increased accuracy and lower false identification rates. By monitoring signature activity and predicting ascending or descending trends in worm virulence, we are able to sort signatures in order of urgency. As a result, the set of signatures to be monitored or filtered is managed in such a way that new and very active worms are always included in the set, while the size of the set is bounded. SweetBait is deployed on medium sized academic networks across the world and is able to react to zero-day worms within minutes. Furthermore, we demonstrate how globally sharing signatures can help immunise parts of the Internet.
- …
