<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Systems Administration | Florian Stosse</title><link>https://me.harvester.fr/tags/systems-administration/</link><atom:link href="https://me.harvester.fr/tags/systems-administration/index.xml" rel="self" type="application/rss+xml"/><description>Systems Administration</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sat, 25 May 2024 00:00:00 +0000</lastBuildDate><image><url>https://me.harvester.fr/media/icon_hu_59c72f5082cfcb9b.png</url><title>Systems Administration</title><link>https://me.harvester.fr/tags/systems-administration/</link></image><item><title>chainguard-images</title><link>https://me.harvester.fr/project/chainguard-images/</link><pubDate>Sat, 25 May 2024 00:00:00 +0000</pubDate><guid>https://me.harvester.fr/project/chainguard-images/</guid><description>&lt;p&gt;&lt;strong&gt;chainguard-images&lt;/strong&gt; is a curated collection of secure, minimal, and production-ready container images built on top of Chainguard&amp;rsquo;s distroless base images (Wolfi/Apko). By stripping out unnecessary tools, shells, package managers, and libraries, these images achieve an extremely small footprint and approach a &lt;strong&gt;Zero-CVE&lt;/strong&gt; status by design.&lt;/p&gt;
&lt;p&gt;This collection packages various applications and language runtimes, ensuring secure-by-default execution in modern container orchestration stacks.&lt;/p&gt;
&lt;h3 id="security-benefits-of-distroless"&gt;Security Benefits of Distroless&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Minimizing Attack Surface:&lt;/strong&gt; Removing standard shell binaries (&lt;code&gt;/bin/sh&lt;/code&gt;, &lt;code&gt;/bin/bash&lt;/code&gt;) and diagnostic tools prevents attackers from executing arbitrary commands upon compromise.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vulnerability reduction:&lt;/strong&gt; Eliminating unused packages results in container images that trigger fewer CVE alerts in security scanners.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Secure Ingestion:&lt;/strong&gt; Optimized for high-assurance and air-gapped container registries that require signed, low-overhead artifacts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reproducible Builds:&lt;/strong&gt; Compiled using secure and verifiable declarative build files.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>openstreetmap-tile-server</title><link>https://me.harvester.fr/project/openstreetmap-tile-server/</link><pubDate>Thu, 23 May 2024 00:00:00 +0000</pubDate><guid>https://me.harvester.fr/project/openstreetmap-tile-server/</guid><description>&lt;p&gt;&lt;strong&gt;openstreetmap-tile-server&lt;/strong&gt; is a deployment configuration and guide for hosting a local, offline OpenStreetMap (OSM) tile server. Designed specifically for high-security, air-gapped, or isolated network environments, it enables applications to render mapping data without requesting external web resources.&lt;/p&gt;
&lt;p&gt;This stack leverages Docker to simplify deployment, package ingestion, and render pipeline orchestration.&lt;/p&gt;
&lt;h3 id="stack-components"&gt;Stack Components&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Database:&lt;/strong&gt; PostgreSQL with PostGIS extensions to manage geographical data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ingestion:&lt;/strong&gt; Osm2pgsql for importing and styling &lt;code&gt;.osm.pbf&lt;/code&gt; map files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Renderer:&lt;/strong&gt; Mapnik and renderd for rendering vector map data into raster tiles.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tile Server:&lt;/strong&gt; Apache with mod_tile to serve pre-rendered or on-the-fly map tiles.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Front-End Integration:&lt;/strong&gt; Simple Leaflet-based templates for verifying local tile rendering.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="usage-outline"&gt;Usage Outline&lt;/h3&gt;
&lt;p&gt;Pre-render tiles or import specific geographical datasets (e.g., country extracts from Geofabrik) to serve them locally within your network. Useful for command-and-control centers, localized flight-tracking platforms, and telemetry dashboards operating in secure perimeters.&lt;/p&gt;</description></item><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>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></channel></rss>