Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Artificial Intelligence and Robotics (20)
- Engineering (7)
- Data Science (6)
- Software Engineering (5)
- Computer Engineering (4)
-
- Cybersecurity (4)
- Databases and Information Systems (4)
- Numerical Analysis and Scientific Computing (4)
- OS and Networks (4)
- Business (3)
- Electrical and Computer Engineering (3)
- Graphics and Human Computer Interfaces (3)
- Programming Languages and Compilers (3)
- Systems and Communications (3)
- Applied Mathematics (2)
- Cognitive Psychology (2)
- Digital Communications and Networking (2)
- Medicine and Health Sciences (2)
- Numerical Analysis and Computation (2)
- Other Computer Engineering (2)
- Other Computer Sciences (2)
- Other Electrical and Computer Engineering (2)
- Power and Energy (2)
- Psychology (2)
- Robotics (2)
- Signal Processing (2)
- Social and Behavioral Sciences (2)
- Institution
-
- San Jose State University (10)
- Singapore Management University (4)
- Embry-Riddle Aeronautical University (3)
- United Arab Emirates University (3)
- University of Arkansas, Fayetteville (3)
-
- East Tennessee State University (2)
- Louisiana State University (2)
- California Polytechnic State University, San Luis Obispo (1)
- Clemson University (1)
- Columbus State University (1)
- Edith Cowan University (1)
- Kennesaw State University (1)
- LSU New Orleans (1)
- Minnesota State University Moorhead (1)
- Old Dominion University (1)
- Technological University Dublin (1)
- The University of Southern Mississippi (1)
- University of Nebraska - Lincoln (1)
- West Virginia University (1)
- Publication Year
- Publication
-
- Master's Projects (9)
- Research Collection School Of Computing and Information Systems (4)
- Doctoral Dissertations and Master's Theses (2)
- Electronic Theses and Dissertations (2)
- Graduate Theses and Dissertations (2)
-
- LSU Doctoral Dissertations (2)
- Thesis/ Dissertation Defenses (2)
- All Theses (1)
- Articles (1)
- Computer Science and Computer Engineering Undergraduate Honors Theses (1)
- Cybersecurity: Deep Learning Driven Cybersecurity Research in a Multidisciplinary Environment (1)
- Dissertations (1)
- Dissertations, Theses, and Projects (1)
- Graduate Theses, Dissertations, and Problem Reports (ETD) (1)
- Journal of Cybersecurity Education, Research and Practice (1)
- Journal of Digital Forensics, Security and Law (1)
- LSU New Orleans Theses and Dissertations (1)
- Library Philosophy and Practice (e-journal) (1)
- Master's Theses (1)
- Research outputs 2022 to 2026 (1)
- School of Computing: Dissertations, Theses, and Student Research (1)
- Theses (1)
- Theses and Dissertations (1)
- Publication Type
Articles 31 - 39 of 39
Full-Text Articles in Information Security
Dynamic Fraud Detection Via Sequential Modeling, Panpan Zheng
Dynamic Fraud Detection Via Sequential Modeling, Panpan Zheng
Graduate Theses and Dissertations
The impacts of information revolution are omnipresent from life to work. The web services have signicantly changed our living styles in daily life, such as Facebook for communication and Wikipedia for knowledge acquirement. Besides, varieties of information systems, such as data management system and management information system, make us work more eciently. However, it is usually a double-edged sword. With the popularity of web services, relevant security issues are arising, such as fake news on Facebook and vandalism on Wikipedia, which denitely impose severe security threats to OSNs and their legitimate participants. Likewise, oce automation incurs another challenging security issue, …
Knot Flow Classification And Its Applications In Vehicular Ad-Hoc Networks (Vanet), David Schmidt
Knot Flow Classification And Its Applications In Vehicular Ad-Hoc Networks (Vanet), David Schmidt
Electronic Theses and Dissertations
Intrusion detection systems (IDSs) play a crucial role in the identification and mitigation for attacks on host systems. Of these systems, vehicular ad hoc networks (VANETs) are difficult to protect due to the dynamic nature of their clients and their necessity for constant interaction with their respective cyber-physical systems. Currently, there is a need for a VANET-specific IDS that meets this criterion. To this end, a spline-based intrusion detection system has been pioneered as a solution. By combining clustering with spline-based general linear model classification, this knot flow classification method (KFC) allows for robust intrusion detection to occur. Due its …
Df 2.0: An Automated, Privacy Preserving, And Efficient Digital Forensic Framework That Leverages Machine Learning For Evidence Prediction And Privacy Evaluation, Robin Verma, Jayaprakash Govindaraj Dr, Saheb Chhabra, Gaurav Gupta
Df 2.0: An Automated, Privacy Preserving, And Efficient Digital Forensic Framework That Leverages Machine Learning For Evidence Prediction And Privacy Evaluation, Robin Verma, Jayaprakash Govindaraj Dr, Saheb Chhabra, Gaurav Gupta
Journal of Digital Forensics, Security and Law
The current state of digital forensic investigation is continuously challenged by the rapid technological changes, the increase in the use of digital devices (both the heterogeneity and the count), and the sheer volume of data that these devices could contain. Although data privacy protection is not a performance measure, however, preventing privacy violations during the digital forensic investigation, is also a big challenge. With a perception that the completeness of investigation and the data privacy preservation are incompatible with each other, the researchers have provided solutions to address the above-stated challenges that either focus on the effectiveness of the investigation …
Classifying Classic Ciphers Using Machine Learning, Nivedhitha Ramarathnam Krishna
Classifying Classic Ciphers Using Machine Learning, Nivedhitha Ramarathnam Krishna
Master's Projects
We consider the problem of identifying the classic cipher that was used to generate a given ciphertext message. We assume that the plaintext is English and we restrict our attention to ciphertext consisting only of alphabetic characters. Among the classic ciphers considered are the simple substitution, Vigenère cipher, playfair cipher, and column transposition cipher. The problem of classification is approached in two ways. The first method uses support vector machines (SVM) trained directly on ciphertext to classify the ciphers. In the second approach, we train hidden Markov models (HMM) on each ciphertext message, then use these trained HMMs as features …
Emulation Vs Instrumentation For Android Malware Detection, Anukriti Sinha
Emulation Vs Instrumentation For Android Malware Detection, Anukriti Sinha
Master's Projects
In resource constrained devices, malware detection is typically based on offline analysis using emulation. In previous work it has been claimed that such emulation fails for a significant percentage of Android malware because well-designed malware detects that the code is being emulated. An alternative to emulation is malware analysis based on code that is executing on an actual Android device. In this research, we collect features from a corpus of Android malware using both emulation and on-phone instrumentation. We train machine learning models based on emulated features and also train models based on features collected via instrumentation, and we compare …
Intelligent Malware Detection Using File-To-File Relations And Enhancing Its Security Against Adversarial Attacks, Lingwei Chen
Intelligent Malware Detection Using File-To-File Relations And Enhancing Its Security Against Adversarial Attacks, Lingwei Chen
Graduate Theses, Dissertations, and Problem Reports (ETD)
With computing devices and the Internet being indispensable in people's everyday life, malware has posed serious threats to their security, making its detection of utmost concern. To protect legitimate users from the evolving malware attacks, machine learning-based systems have been successfully deployed and offer unparalleled flexibility in automatic malware detection. In most of these systems, resting on the analysis of different content-based features either statically or dynamically extracted from the file samples, various kinds of classifiers are constructed to detect malware. However, besides content-based features, file-to-file relations, such as file co-existence, can provide valuable information in malware detection and make …
A Home Security System Based On Smartphone Sensors, Michael Mahler
A Home Security System Based On Smartphone Sensors, Michael Mahler
Graduate Theses and Dissertations
Several new smartphones are released every year. Many people upgrade to new phones, and their old phones are not put to any further use. In this paper, we explore the feasibility of using such retired smartphones and their on-board sensors to build a home security system. We observe that door-related events such as opening and closing have unique vibration signatures when compared to many types of environmental vibrational noise. These events can be captured by the accelerometer of a smartphone when the phone is mounted on a wall near a door. The rotation of a door can also be captured …
Information Theoretic Study Of Gaussian Graphical Models And Their Applications, Ali Moharrer
Information Theoretic Study Of Gaussian Graphical Models And Their Applications, Ali Moharrer
LSU Doctoral Dissertations
In many problems we are dealing with characterizing a behavior of a complex stochastic system or its response to a set of particular inputs. Such problems span over several topics such as machine learning, complex networks, e.g., social or communication networks; biology, etc. Probabilistic graphical models (PGMs) are powerful tools that offer a compact modeling of complex systems. They are designed to capture the random behavior, i.e., the joint distribution of the system to the best possible accuracy. Our goal is to study certain algebraic and topological properties of a special class of graphical models, known as Gaussian graphs. First, …
Significant Permission Identification For Android Malware Detection, Lichao Sun
Significant Permission Identification For Android Malware Detection, Lichao Sun
School of Computing: Dissertations, Theses, and Student Research
A recent report indicates that a newly developed malicious app for Android is introduced every 11 seconds. To combat this alarming rate of malware creation, we need a scalable malware detection approach that is effective and efficient. In this thesis, we introduce SigPID, a malware detection system based on permission analysis to cope with the rapid increase in the number of Android malware. Instead of analyzing all 135 Android permissions, our approach applies 3-level pruning by mining the permission data to identify only significant permissions that can be effective in distinguishing benign and malicious apps. Based on the identified significant …