Sécurité informatique

112 documents à télécharger gratuitement

Cours, examens, TD, TP et exercices de sécurité informatique. Thèmes couverts : cybersécurité, cryptographie, chiffrement, pentest, vulnérabilités.

Sécurité applicative avec focus sur OWASP TOP 10 et CSRF attack prevention

This document provides an instructional assignment on cybersecurity, focusing on practical exercises such as reproducing a CSRF attack and securing code with CSRF Tokens. It emphasizes secure session management and secure storage of passwords using PBKDF2 with SALT. Additionally, students are required to configure secure cookies, modify PHP session parameters, and attempt password cracking using tools like John the Ripper to reinforce their understanding of security measures and vulnerabilities in application development.

CSRF attack
PBKDF2
OWASP TOP 10
3p0
Application Security - OWASP Top 10 Web Application Vulnerabilities

This document highlights the OWASP Top 10 web application vulnerabilities, explaining key vulnerabilities such as SQL Injection, XSS, and CSRF, along with their respective attack methods. It provides detailed examples of SQL Injection techniques (e.g., Error-Based, Union-Based, Blind SQL Injection) and XSS types (Reflected, Stored, DOM-Based). Mitigation strategies are discussed, including input validation, prepared statements, output encoding, and CSRF tokens. The document emphasizes the importance of web application security awareness for developers and managers.

OWASP Top 10
SQL Injection
XSS
37p0
Sécurité applicative – Lab2 SSDLC

This document is a detailed lab report guiding students through the implementation and testing of various security tools and concepts. It involves using tools like FlawFinder to analyze C/C++ code for vulnerabilities, setting up intentionally insecure web applications like OWASP WebGoat and DVWA within Docker, and performing SQL injection attacks for pentesting. The exercises also cover static code analysis and manual pentesting techniques, promoting hands-on learning of security best practices and the exploitation of common vulnerabilities.

FlawFinder
SQL Injection
OWASP WebGoat
15p0
II3-Sécurité Informatique

This document presents exercises related to cryptography, focusing on Hill's cipher method and RSA algorithm. It includes tasks for encoding messages and analyzing letter frequency in encrypted text. Students are expected to apply mathematical concepts to solve problems related to encryption and decryption.

chiffrement
lettres
quot
UNIVERSITE"2p0
Sécurité Informatique - Chapitre 3 : Cryptographie

This document introduces cryptography, emphasizing its role in ensuring confidentiality, authenticity, and integrity of information. It details cryptographic concepts like encryption, decryption, symmetric and asymmetric key systems, hashing functions, and digital signatures. Methodologies for achieving security objectives such as confidentiality, integrity, and authenticity are elaborated with examples of key algorithms like DES, AES, RSA, and hashing-based methods. The document also highlights the benefits and trade-offs of symmetric versus asymmetric algorithms and stresses the importanc...

cryptography
DES
RSA
7p0
Sécurité Informatique - Chapitre 2 B : Les logiciels malveillants

Chapter 2 B offers an in-depth analysis of malicious software, categorizing and reviewing their functions and propagation methods, including viruses, worms, Trojans, backdoors, spyware, adware, rootkits, and cryptoviruses. Methods to detect and protect against these cyber threats include signature-based detection, behavioral analysis, firewalls, antivirus systems, and secure network architectures. Polymorphism and advanced obfuscation techniques are highlighted as mechanisms to evade detection. The document emphasizes preventive measures at various levels (individual systems, servers, and n...

malicious software
signature-based detection
polymorphism
4p0
Sécurité Informatique

This document introduces the foundational principles of information security, emphasizing the transition from physical to digital protection tools and the importance of securing distributed systems and networks. It defines key concepts such as vulnerabilities, threats, and countermeasures, and outlines fundamental objectives including confidentiality, integrity, and availability. It further delves into core security principles like defense in depth, least privilege, and the avoidance of security through obscurity, and concludes with the importance of standardized practices and policies for...

vulnerability
ISO 27002
CIA (Confidentiality
8p0
Cybersecurity - Core Concepts and Terminology

This document introduces fundamental concepts and terminology within the field of cybersecurity, structured in a question-answer format. Key topics covered include the CIA triad (confidentiality, integrity, and availability), types of cyber attackers (e.g., white hat vs. black hat), threats (external and internal), and IoT-related considerations. It emphasizes understanding the motivations and methods of attackers, alongside the importance of ethics in cybersecurity practices.

CIA triad
availability
confidentiality
2p0
Introduction to Cybersecurity

The document provides a comprehensive introduction to cybersecurity, emphasizing its historical evolution from the inception of the first computer worm to modern-day challenges such as cybercrime and data breaches. It outlines cybersecurity as a multifaceted domain focusing on protecting digital data, networks, and systems through people, processes, and technology. The article underscores the criticality of cybersecurity in an increasingly digital world, citing factors like rising cyber threats, financial costs, and regulatory challenges. Additionally, it details the CIA Triad—Confidentiali...

cybersecurity fundamentals
The Creeper worm
CIA triad
3p0
Theoretical Foundations of Quantum Entanglement and Its Applications in Cryptography

Unfortunately, you have not provided the content of the document. I would need the complete text or excerpts to analyze methodology, findings, and provide a summary.

precise
available
during
5p0
Activité 6.1: Les moyens de cyberdéfense

This activity introduces participants to data warehouse security. Teams of three are required to analyze the provided scientific article on cyber defense and collaboratively produce a synthesis document in PDF format. The methodological guide in the resource section offers structure for the analysis, and all members must actively contribute and indicate their work. The evaluation criteria include synthesis quality, writing style, information accuracy, and completeness. The final document is submitted through a designated portal by a group-appointed spokesperson.

cyber defense
datawarehouse security
scientific article
1p0
Activité 6.1: Les moyens de cyberdéfense

Cette activité permet une introduction à la sécurité des datawarehouses à travers une approche collective. Les participants travailleront en groupes pour analyser un article scientifique et produire un document synthétisant leurs findings. L'activité exige un document PDF à soumettre avec des critères d'évaluation basés sur la qualité, la pertinence et l'exactitude des informations.

activite
groupe
cette
1p0
Activité 1.1: Dans la peau d’un expert en cybersécurité

This document explores various aspects of cybersecurity, comparing the roles and missions of ANSII Tunisia and ANSII France, with a focus on strategies for prevention and reaction against cyberattacks. It emphasizes the role of data as the core asset of enterprises and highlights significant security threats, such as the Wannacry virus and major global cybercrime contributors. It also outlines career paths in cybersecurity, discusses the tasks of a security officer (RSSI), and highlights the importance of education and awareness to foster a culture of secure practices.

Cybersecurity
Wannacry
ANSII
3p0
Cryptographie RSA – Génération et test de clés privées avec OpenSSL

This document details the execution of a cryptography lab activity. It covers the generation of RSA private keys and the exporting of public keys. The activities are performed using command-line tools to manipulate text files and generate cryptographic keys.

yousseftrabelsi
genrsa
youssef
2p0
Cryptography in Information Technology

This document focuses on cryptographic methodologies, primarily using symmetric encryption (e.g., DES in ECB mode). It contrasts symmetric with asymmetric algorithms, emphasizing the latter’s use of dual keys for encryption and decryption processes. It further explains hashing as a data transformation method to produce fixed-length outputs, highlighting its applications in encrypted communication, sensitive data protection, and message authentication. The document explores practical cases and provides encrypted inputs and outputs for demonstration.

symmetric encryption
DES
hash function
2p0
Chiffrement symétrique et asymétrique : Comparaison, DES/ECB

This document contains an exam on cryptography covering symmetric and asymmetric encryption methods. It also discusses hash functions and their applications in securing data. The student, Yousssef Trabelsi, provides various examples and explanations related to these topics.

donne
fonction
utilise
2p0
Étude technique sur la cryptographie à clé publique

Ce document traite des principes de la cryptographie à clé publique et de la signature numérique. Il explore le fonctionnement des mécanismes sous-jacents et souligne l'importance de la compréhension technologique pour les conseillers. En outre, il propose une introduction à l'infrastructure à clé publique et aux normes en matière de cryptographie.

message
signature
chiffrement
16p0
Activité 1.1: Dans la peau d’un expert en cybersécurité

The document outlines an individual educational activity introducing cybersecurity through research and practical exercises. Learners analyze the missions of ANSII in France and Tunisia, comparing their cybersecurity strategies. Focus is placed on the importance of data, cybersecurity roles, threats like WannaCry, and preventive versus reactive measures. Raising awareness is highlighted as a pivotal step in advancing cybersecurity maturity and reducing attack risks.

cybersecurity expert
WannaCry
cybercrime prevention
3p0
Dans la peau d’un expert en cybersécurité

Cette activité vise à initier les apprenants aux concepts fondamentaux de la cybersécurité. Ils devront visionner une vidéo sur les missions d'experts en cybersécurité et utiliser ces informations pour répondre à un ensemble de questions. L'évaluation sera réalisée par le tuteur, et le travail doit être soumis sous format Word ou PDF.

curit
donn
cyber
3p0
Activité 1.1: Dans la peau d’un expert en cybersécurité

This document outlines an individual exercise designed to introduce learners to cybersecurity concepts. Participants are required to watch a video discussing the role of cybersecurity experts, with a focus on ANSII, the French cybersecurity agency, and its strategic goals in fostering trust and security in the digital space. The exercise asks students to research ANSII Tunisia for a comparative analysis and answer several cybersecurity-related questions, including the importance of data, threats like WannaCry, and the significance of prevention and sensitivity training. The assignment also...

cybersecurity
WannaCry virus
policy of security
3p0
Introduction au cyber sécurité

Un syst me d'information (SI) est un ensemble organis de ressources qui permet de collecter, stocker, traiter et distribuer de l'information 1 Il s'agit d'un syst me sociotechnique compos de deux sous-syst mes, l'un social et l'autre technique.

Informatique
exam
curit
1p0
Sécurité des systèmes - DS 1 2020-2021

The document discusses the mechanisms and principles of securing systems, emphasizing tools like the syslogd daemon for system activity logging and IDS for intrusion detection. It highlights protective measures such as firewalls, proxies, and backdoors, detailing their operational frameworks. The document outlines strategies for addressing system vulnerabilities, ensuring data integrity, confidentiality, and availability through various cybersecurity best practices. It concludes with specific actions like patch management, anti-malware tools, and proper access controls for optimizing system...

syslogd
IDS: Intrusion Detection System
firewall
2p0
Activité 6.1: Les moyens de cyberdéfense

This document outlines a group-based activity designed to familiarize students with cybersecurity in data warehousing. Participants analyze a specified scientific article, synthesize their findings into a collective PDF summary following methodological guidelines, and submit the work for evaluation. Success depends on group collaboration, quality of content, and adherence to submission deadlines, with contributions from each member distinctly identified.

cyberdefense
data warehousing
scientific article analysis
1p0
Activité 5.1: Les moyens de cyberdéfense

This document outlines an individual task aimed at creating a mindmap centered on cybersecurity tools. Students are instructed to study provided course resources, conduct further research, and use software of their choice to design the mindmap. A list of recommended software will also be available. The evaluation will focus on the format and content relevance, and the mindmap must be submitted as an image file by the specified deadline.

cyberdefense
mindmap
security tools
1p0

Autres ressources en sécurité informatique