formalizing_social_engineering_attacks
Beginner-friendly seminar about the work of Basin D. et Al. on formalizing social engineering attacks in the symbolic model
https://github.com/dambrosidenis/formalizing_social_engineering_attacks
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords
Repository
Beginner-friendly seminar about the work of Basin D. et Al. on formalizing social engineering attacks in the symbolic model
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Formalizing Social Engineering Attacks in the Symbolic Model
GitHub repository for a seminar on formalizing social engineering attacks in the symbolic model at the University of Udine. This seminar is based on the article "Modeling Human Errors in Security Protocols" by David Basin, Saša Radomirović, and Lara Schmid, presented at CSF 2016.
Reference to the original paper: D. Basin, S. Radomirovic and L. Schmid, "Modeling Human Errors in Security Protocols," 2016 IEEE 29th Computer Security Foundations Symposium (CSF), Lisbon, Portugal, 2016, pp. 325-340, doi: 10.1109/CSF.2016.30.
Table of Contents
Introduction
This repository provides all resources related to a seminar on formalizing social engineering attacks in the symbolic model. The seminar first introduces the Tamarin Prover for verifying security properties in the Dolev Yao model, and then explores how human errors can be modeled within the syntax of the tool.
Repository Structure
The repository is organized as follows:
.
├── article
│ ├── article.pdf
│ └── src
│ ├── article.tex
│ ├── images
│ │ ├── diagrams.drawio
│ │ ├── FallibleHumans.png
│ │ ├── gui.png
│ │ ├── socialengineeringattacks.png
│ │ └── undecidability.png
│ └── references.bib
├── presentation
│ ├── slides.pdf
│ └── slides.pptx
├── README.md
├── CITATION.cff
└── LICENSE
article/: Contains the seminar article PDF and its source files.presentation/: Contains the seminar presentation in PDF and PPTX formats.README.md: This README file.CITATION.cff: Citation information for this repository.LICENSE: The license under which this project is distributed.
Getting Started
To explore the contents of this repository, follow the steps below:
- Clone the Repository:
bash
git clone https://github.com/dambrosidenis/Formalizing_Social_Engineering_Attacks.git
cd Formalizing_Social_Engineering_Attacks
- View the Article:
Open the article/article.pdf file to read the full seminar article.
- View the Presentation:
Open the presentation/slides.pdf or presentation/slides.pptx file to review the seminar presentation.
Article
The detailed seminar article explaining the formalization of social engineering attacks in the symbolic model can be found in the article/ directory:
The source files for the article, including LaTeX and images, are located in article/src/.
Presentation
The presentation summarizing the seminar can be found in the presentation/ directory:
Citation
If you use this work in your research, please cite it as follows:
@software{D_Ambrosi_Turing_Completeness_of_2023,
author = {D'Ambrosi, Denis},
month = jun,
title = {{Formalizing Social Engineering Attacks in the Symbolic Model}},
url = {https://github.com/dambrosidenis/Formalizing_Social_Engineering_Attacks},
version = {1.0.0},
year = {2023}
}
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Owner
- Login: dambrosidenis
- Kind: user
- Repositories: 2
- Profile: https://github.com/dambrosidenis
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: D'Ambrosi
given-names: Denis
orcid: https://orcid.org/0009-0001-2275-6496
title: "Formalizing Social Engineering Attacks in the Symbolic Model"
version: 1.0.0
date-released: 2023-06-26
url: "https://github.com/dambrosidenis/Formalizing_Social_Engineering_Attacks/"