<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cybersecurity | Florian Stosse</title><link>https://me.harvester.fr/tags/cybersecurity/</link><atom:link href="https://me.harvester.fr/tags/cybersecurity/index.xml" rel="self" type="application/rss+xml"/><description>Cybersecurity</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Wed, 22 May 2024 00:00:00 +0000</lastBuildDate><image><url>https://me.harvester.fr/media/icon_hu_59c72f5082cfcb9b.png</url><title>Cybersecurity</title><link>https://me.harvester.fr/tags/cybersecurity/</link></image><item><title>exploit-protection-policy</title><link>https://me.harvester.fr/project/exploit-protection-policy/</link><pubDate>Wed, 22 May 2024 00:00:00 +0000</pubDate><guid>https://me.harvester.fr/project/exploit-protection-policy/</guid><description>&lt;p&gt;&lt;strong&gt;Exploit-Protection-policy&lt;/strong&gt; provides a production-hardened Exploit Protection (EP) policy tailored for Windows 10 and Windows 11 systems. It combines multiple industry-standard security baselines with advanced restrictions to maximize security without breaking compatibility with everyday applications.&lt;/p&gt;
&lt;p&gt;This policy has been tested in air-gapped systems to protect endpoints from advanced threat vectors while maintaining productivity.&lt;/p&gt;
&lt;h3 id="merged-security-baselines"&gt;Merged Security Baselines&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;DISA STIG&lt;/strong&gt; Exploit Protection v3.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Microsoft Security Baseline&lt;/strong&gt; Exploit Protection policy (specifically aligned for enterprise systems).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;milgradesec&amp;rsquo;s&lt;/strong&gt; custom Exploit Protection rule configurations.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="key-protections-enforced"&gt;Key Protections Enforced&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;System-Wide Mitigations:&lt;/strong&gt; Enforces fundamental protections such as Control Flow Guard (CFG), Data Execution Prevention (DEP), Address Space Layout Randomization (ASLR), and Heap Protection by default.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Advanced Payload Controls:&lt;/strong&gt; Restricts execution vectors using Export Address Filtering (EAF/EAF+), Import Address Filtering (IAF), and Return-Oriented Programming (ROP) mitigations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Image &amp;amp; Code Integrity Restrictions:&lt;/strong&gt; Blocks loading of low-integrity or remote images, preventing malicious library injection.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Application-Specific Tuning:&lt;/strong&gt; Includes pre-configured exceptions and application rules to balance high-security containment with software compatibility.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>sudo-check</title><link>https://me.harvester.fr/project/sudo-check/</link><pubDate>Tue, 21 May 2024 00:00:00 +0000</pubDate><guid>https://me.harvester.fr/project/sudo-check/</guid><description>&lt;p&gt;&lt;strong&gt;sudo-check&lt;/strong&gt; is a lightweight security auditing utility designed to analyze Linux &lt;code&gt;/etc/sudoers&lt;/code&gt; files and &lt;code&gt;/etc/sudoers.d/&lt;/code&gt; directories. It helps security engineers and system administrators quickly identify misconfigurations, overly permissive rules, and potential privilege escalation pathways.&lt;/p&gt;
&lt;p&gt;By scanning for common policy weaknesses, this tool provides actionable insights to tighten system access controls.&lt;/p&gt;
&lt;h3 id="key-auditing-features"&gt;Key Auditing Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Rule Analysis:&lt;/strong&gt; Identifies &lt;code&gt;NOPASSWD&lt;/code&gt; directives and wildcard user specifications that could allow unauthorized root access.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Directive Validation:&lt;/strong&gt; Verifies the presence of key security directives such as &lt;code&gt;env_reset&lt;/code&gt;, &lt;code&gt;secure_path&lt;/code&gt;, and &lt;code&gt;use_pty&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Permission Checks:&lt;/strong&gt; Validates the file permissions and ownership of critical configuration files to prevent unauthorized editing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alias Resolution:&lt;/strong&gt; Parsers user, run-as, and command aliases to audit complex, nested rule structures.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>ad-hardening</title><link>https://me.harvester.fr/project/ad-hardening/</link><pubDate>Mon, 20 May 2024 00:00:00 +0000</pubDate><guid>https://me.harvester.fr/project/ad-hardening/</guid><description>&lt;p&gt;&lt;strong&gt;ad-hardening&lt;/strong&gt; is a comprehensive guidebook and reference repository dedicated to securing and hardening Active Directory (AD) environments in air-gapped, isolated networks. While physical isolation eliminates many remote threats, it places a heavier security premium on internal access control, endpoint hygiene, and physical media management.&lt;/p&gt;
&lt;p&gt;This project outlines step-by-step guidance, configurations, and templates to establish a resilient security posture inside sensitive, non-internet-connected directory environments.&lt;/p&gt;
&lt;h3 id="core-hardening-pillars"&gt;Core Hardening Pillars&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Tiered Administrative Model:&lt;/strong&gt; Isolating Tier 0 (Domain Controllers/Admins) credentials from Tier 1 (Servers) and Tier 2 (Workstations) to eliminate lateral escalation risks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Offline Authentication &amp;amp; MFA:&lt;/strong&gt; Strategies for deploying local, offline-capable multi-factor authentication without internet-based validation services.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Service Account Securing:&lt;/strong&gt; transitioning legacy service accounts to Group Managed Service Accounts (gMSAs) to enforce automatic password rotation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Audit &amp;amp; Event Analysis:&lt;/strong&gt; Configuration templates for offline Windows Event Forwarding (WEF) and local security log auditing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Removable Media Control:&lt;/strong&gt; Hardening USB and other removable hardware access policies via Group Policy Objects (GPOs) to combat sneakernet malware propagation vectors.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Security-ADMX</title><link>https://me.harvester.fr/project/security-admx/</link><pubDate>Sun, 19 May 2024 00:00:00 +0000</pubDate><guid>https://me.harvester.fr/project/security-admx/</guid><description>&lt;p&gt;&lt;strong&gt;Security-ADMX&lt;/strong&gt; is a collection of custom Administrative Templates (&lt;code&gt;.admx&lt;/code&gt; and &lt;code&gt;.adml&lt;/code&gt;) specifically designed for hardening Windows 10 and Windows 11 workstations. It allows system administrators and security engineers to configure advanced security settings via local or domain Group Policy (GPO) that are otherwise difficult or tedious to manage.&lt;/p&gt;
&lt;p&gt;Developed out of the need to streamline security compliance across embedded and workstation deployments, this project packages several security controls into easily manageable policies.&lt;/p&gt;</description></item><item><title>Bonnes pratiques de cybersécurité pour le développement logiciel</title><link>https://me.harvester.fr/publication/bonnes-pratiques-cybersecurite-developpement-logiciel/</link><pubDate>Tue, 16 Oct 2018 00:00:00 +0000</pubDate><guid>https://me.harvester.fr/publication/bonnes-pratiques-cybersecurite-developpement-logiciel/</guid><description>&lt;p&gt;Presented at the &lt;strong&gt;21e Congrès de Maîtrise des Risques et Sûreté de Fonctionnement (λµ21)&lt;/strong&gt; in Reims, France, 16-18 October 2018.&lt;/p&gt;
&lt;h3 id="english-title--summary"&gt;English Title &amp;amp; Summary&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Guidelines for secure software development&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;With the emerging concerns about industrial cybersecurity and the ever-growing importance of software development for innovative fields (IoT, smart factory …), Bureau Veritas and its partner CEA-List have developed state of the art guidelines on best practices applied to secure software development for industrial users.&lt;/p&gt;</description></item><item><title>Cyber security of connected vehicles - Best practices</title><link>https://me.harvester.fr/publication/bv-cybersecurity-connected-vehicles/</link><pubDate>Mon, 03 Oct 2016 00:00:00 +0000</pubDate><guid>https://me.harvester.fr/publication/bv-cybersecurity-connected-vehicles/</guid><description>&lt;p&gt;This document outlines cybersecurity best practices for connected and autonomous vehicles. The guidelines are organized into sections covering governance, automotive ecosystems, development lifecycle security objectives, and operations &amp;amp; maintenance security.&lt;/p&gt;
&lt;p&gt;Co-written by &lt;strong&gt;Bureau Veritas SA&lt;/strong&gt; and &lt;strong&gt;Devoteam&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>