awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 रिपॉजिटरी

Awesome GitHub RepositoriesSecurity Profiles

Collections of security settings that define permitted actions on system resources.

Distinct from System Configuration Profiles: Distinct from System Configuration Profiles: focuses on security-specific access policies rather than general OS settings.

Explore 16 awesome GitHub repositories matching devops & infrastructure · Security Profiles. Refine with filters or upvote what's useful.

Awesome Security Profiles GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • docker-slim/docker-slimdocker-slim का अवतार

    docker-slim/docker-slim

    23,311GitHub पर देखें↗

    This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and their associated registries. It provides a set of utilities including an image minifier to reduce image size, a security profiler to harden running containers, an image analyzer for static inspection, and a registry manager for organizing multi-architecture indices. The toolset distinguishes itself through behavior-based optimization and security. It uses dynamic analysis to track executed instructions and file access to remove unused binary data, and records kernel interactions t

    Synthesizes restrictive system call policies by recording kernel interactions during application execution.

    Go
    GitHub पर देखें↗23,311
  • slimtoolkit/slimslimtoolkit का अवतार

    slimtoolkit/slim

    22,977GitHub पर देखें↗

    Slim is a comprehensive suite for container lifecycle management, providing tools for image inspection, optimization, security hardening, and service troubleshooting. It functions as a platform for analyzing containerized applications through both static metadata review and dynamic behavioral probing, enabling users to understand image composition and runtime dependencies. The project distinguishes itself by automating the creation of minimal, production-ready container images. It achieves this by removing unnecessary files and components, flattening image layers, and synthesizing restrictive

    Generates restrictive system call policies by monitoring application behavior to limit potential attack surfaces.

    Goapparmorcontainersdocker
    GitHub पर देखें↗22,977
  • drduh/macos-security-and-privacy-guidedrduh का अवतार

    drduh/macOS-Security-and-Privacy-Guide

    22,449GitHub पर देखें↗

    This project is a security hardening guide and privacy configuration manual for macOS. It provides a comprehensive set of instructions for configuring system settings to improve privacy, reduce the attack surface, and implement a malware defense framework. The guide covers technical methods for validating software notarization, verifying application sandboxing, and auditing system activity. It distinguishes itself by providing detailed workflows for restricting high-risk features and applying advanced security configurations to protect the operating system. The documentation covers several k

    Provides instructions for applying security-specific configuration profiles to enforce a consistent system security posture.

    appledisk-encryptiondnscrypt-proxy
    GitHub पर देखें↗22,449
  • systemd/systemdsystemd का अवतार

    systemd/systemd

    15,324GitHub पर देखें↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    Restricts service access to host resources by applying custom security configurations during the service attachment process.

    Ccinitlinux
    GitHub पर देखें↗15,324
  • cisofy/lynisCISOfy का अवतार

    CISOfy/lynis

    15,284GitHub पर देखें↗

    Lynis is an automated security auditing and system hardening framework designed for UNIX-based operating systems. It functions as a command-line utility that inspects local system configurations to identify security vulnerabilities, configuration weaknesses, and compliance gaps. By executing a series of modular tests, the tool generates actionable reports and remediation suggestions to assist in strengthening system defenses. The project distinguishes itself through a highly modular architecture that relies on shell-script-based execution and native system inspection. Users can define custom

    Defines audit behavior and security policies through external text files to standardize scan parameters across diverse environments.

    Shellauditingcompliancedevops
    GitHub पर देखें↗15,284
  • waydroid/waydroidwaydroid का अवतार

    waydroid/waydroid

    11,549GitHub पर देखें↗

    Waydroid is a containerized mobile runtime that executes a full Android operating system directly on Linux desktop environments. By utilizing Linux kernel namespaces, it isolates the mobile environment while sharing the host kernel to provide native-like performance and hardware access for mobile applications. The project distinguishes itself through deep integration with the host system, bridging mobile display buffers to native desktop windows and translating host input events into mobile gestures. It enables multi-window management, allowing mobile applications to run alongside native desk

    Adjusts security policies to grant a containerized environment necessary access to network and system resources for proper operation.

    Pythonandroidlinux
    GitHub पर देखें↗11,549
  • siderolabs/talossiderolabs का अवतार

    siderolabs/talos

    10,659GitHub पर देखें↗

    Talos is a minimal, immutable Linux distribution designed specifically for deploying and managing Kubernetes clusters. It functions as an API-driven infrastructure manager that replaces traditional shell access with a declarative gRPC interface to control operating system state and configuration. The system is distinguished by its use of a read-only root filesystem and a security-hardened kernel, which removes standard GNU utilities to reduce the attack surface. It ensures environment consistency by distributing the operating system as versioned, signed images and utilizes TPM-backed verified

    Assigns custom security profiles to restrict the system calls available to processes.

    Gocloud-nativecontainerdgo
    GitHub पर देखें↗10,659
  • trimstray/the-practical-linux-hardening-guidetrimstray का अवतार

    trimstray/the-practical-linux-hardening-guide

    10,545GitHub पर देखें↗

    This project is a comprehensive Linux server hardening guide and infrastructure documentation resource. It provides a set of validated security baselines and step-by-step instructions for implementing security controls and configuration best practices to protect production environments. The guide focuses on aligning systems with industry-standard security benchmarks, specifically those provided by the Center for Internet Security and Security Technical Implementation Guides. It includes a framework for using OpenSCAP to scan system configurations, verify compliance against reference profiles,

    Compares the current system state against predefined security baselines to verify the effectiveness of implemented controls.

    GitHub पर देखें↗10,545
  • kata-containers/kata-containerskata-containers का अवतार

    kata-containers/kata-containers

    8,106GitHub पर देखें↗

    Kata Containers is an OCI container runtime that launches containers inside lightweight virtual machines to combine hardware-level isolation with container operational speed. It functions as a hardware-isolated container engine and lightweight VM hypervisor, providing a virtual machine monitor interface that abstracts multiple hypervisors to optimize for performance or specific hardware emulation. The project distinguishes itself through a confidential computing runtime that leverages hardware-backed trusted execution environments, such as Intel TDX and AMD SEV-SNP, to protect data in use. It

    Applies seccomp security profiles to restrict available system calls within the guest agent.

    Rustacrncontainerscri
    GitHub पर देखें↗8,106
  • henrypp/simplewallhenrypp का अवतार

    henrypp/simplewall

    8,044GitHub पर देखें↗

    Simplewall is an application firewall manager and network traffic filter that provides a graphical interface for the Windows Filtering Platform. It controls inbound and outbound network access for individual programs and services by intercepting and filtering traffic at the kernel level. The project identifies specific binaries using file hashes to prevent spoofing and allows users to define custom firewall rules based on IP addresses, CIDR ranges, and port numbers. It includes a system for blocking operating system telemetry and managing blocklists of known malicious IP addresses. The tool

    Allows saving and restoring sets of network rules as distinct security profiles.

    Carm64firewallfoss
    GitHub पर देखें↗8,044
  • netblue30/firejailnetblue30 का अवतार

    netblue30/firejail

    7,069GitHub पर देखें↗

    Firejail is a Linux application sandbox and kernel security wrapper that isolates untrusted applications from the host system. It uses kernel namespaces and seccomp filters to restrict filesystem access, drop kernel capabilities, and limit the system attack surface. The project is distinguished by its use of predefined security profiles to automatically apply filesystem restrictions and syscall limits based on the executable being launched. It provides specialized isolation for portable packages such as AppImages and implements X11 display isolation via proxy servers to prevent keyboard loggi

    Uses predefined configuration files to automatically set up filesystem containers and security filters.

    C
    GitHub पर देखें↗7,069
  • owasp/nettackerOWASP का अवतार

    OWASP/Nettacker

    5,258GitHub पर देखें↗

    Nettacker is an automated penetration testing framework designed to orchestrate reconnaissance, port scanning, and vulnerability detection. It functions as a network reconnaissance tool and vulnerability scanner that identifies open ports, fingerprints services, and checks systems against databases of known security flaws. The framework distinguishes itself by combining a web application crawler for discovering hidden paths via fuzzing with a vulnerability management system that persists scan results in a database to track historical assessments. It also includes specialized capabilities for

    Provides a system for grouping scanning modules into reusable profiles for standardized security audits.

    Pythonautomationbruteforcecve
    GitHub पर देखें↗5,258
  • andresriancho/w3afandresriancho का अवतार

    andresriancho/w3af

    4,850GitHub पर देखें↗

    w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities in web applications. It functions as a vulnerability scanner that crawls targets to find injection points and a fuzzer used to discover hidden endpoints and test input validation. The project distinguishes itself by providing an intercepting HTTP proxy for capturing and modifying traffic, combined with a knowledge-base driven exploitation system. It enables the execution of security exploits to gain remote shell access and supports post-exploitation activities, such as routing

    Standardizes repeated security scans by defining target URLs and plugin configurations via a wizard or manual setup.

    Pythonappseccross-site-scriptingscanner
    GitHub पर देखें↗4,850
  • kanidm/kanidmkanidm का अवतार

    kanidm/kanidm

    4,595GitHub पर देखें↗

    Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory services across distributed infrastructure. It provides a comprehensive framework for managing human and service accounts, utilizing a schema-driven database to store identity records, group memberships, and system attributes. The platform supports a wide range of authentication methods, including passkeys, passwords, and standard protocols like OAuth2, OIDC, LDAP, and RADIUS. The system distinguishes itself through a granular access control engine that enforces security policies

    Defines security profiles that enforce restrictive access rules on database records.

    Rustauthenticationiamidentity
    GitHub पर देखें↗4,595
  • panva/node-oidc-providerpanva का अवतार

    panva/node-oidc-provider

    3,756GitHub पर देखें↗

    node-oidc-provider is a framework for building OpenID Certified authorization servers and identity providers within Node.js environments. It provides a comprehensive suite of tools for managing the full lifecycle of OAuth 2.0 and OpenID Connect services, including user authentication, client registration, and the issuance and validation of identity and access tokens. The project distinguishes itself through a highly modular architecture that allows developers to integrate authentication services directly into existing web application stacks. It supports advanced customization through a middle

    Implements specialized security standards to protect sensitive transactions and ensure high-assurance communication.

    JavaScriptauthorizationauthorization-serverconnect
    GitHub पर देखें↗3,756
  • jasonxtn/argusjasonxtn का अवतार

    jasonxtn/Argus

    3,254GitHub पर देखें↗

    Argus is a modular network reconnaissance framework designed for gathering network intelligence, mapping infrastructure, and assessing security postures through automated discovery tasks. It operates as a containerized security toolset that allows for the consistent execution of specialized information-gathering modules across different operating systems. The system functions as an infrastructure audit tool and a web application security scanner, performing tasks such as DNS lookups, port scanning, and the inspection of HTTP headers to detect vulnerabilities. It also serves as a threat intell

    Uses pre-defined configuration profiles to standardize concurrency limits and request timeouts across scanning modules.

    Pythoncms-detectiondirectory-finderdns-lookup
    GitHub पर देखें↗3,254
  1. Home
  2. DevOps & Infrastructure
  3. System Configuration Profiles
  4. Security Profiles

सब-टैग एक्सप्लोर करें

  • High-AssurancePredefined security configurations for protecting sensitive transactions and high-assurance communication. **Distinct from Security Profiles:** Distinct from Security Profiles: focuses on high-assurance protocol standards rather than general system resource access policies.
  • Reference Profile ValidationsComparing current system state against defined security profile baselines. **Distinct from Security Profiles:** Focuses on the act of validation against a profile rather than the profile definition itself
  • Scan Configuration ProfilesReusable sets of target URLs and plugin configurations used to standardize repeated security audits. **Distinct from Security Profiles:** Focuses on auditing configurations for a scanner rather than system-level access policies or OS hardening.
  • System Call ProfilersTools that synthesize restrictive system call policies based on observed application runtime behavior. **Distinct from Security Profiles:** Focuses on automated generation of security profiles from runtime behavior, distinct from static security configuration.