AppDefender 0.4.3

dotnet add package AppDefender --version 0.4.3
NuGet\Install-Package AppDefender -Version 0.4.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AppDefender" Version="0.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AppDefender --version 0.4.3
#r "nuget: AppDefender, 0.4.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AppDefender as a Cake Addin
#addin nuget:?package=AppDefender&version=0.4.3

// Install AppDefender as a Cake Tool
#tool nuget:?package=AppDefender&version=0.4.3

Runtime application self-protection platform for .Net.

// set required environment variables ES_POLICY_GROUP_NAME and ES_LICENSE_KEY as provided or configured in your app, e.g.
// export ES_POLICY_GROUP_NAME='observeAll.ability'
// export ES_LICENSE_KEY=<your unique license key>

// load the appdefender module
using AppDefenderSDK;
AppDefender.enable();

Installation

AppDefender is released to the Nuget Gallery. Just add the dependency to your project configuration file.

    <PackageReference Include="AppDefender" Version="latest">
      <IncludeAssets>all</IncludeAssets>
    </PackageReference>

It is recommended that you register an account on https://app.extrinsec.com/ and configure your own policy rules for the best protection.

Features

  • Quick and simple setup
  • Observe, Deny or Grant any combination of the following
    • outbound network data
    • read/write tmp or app directories
    • create/spawn child processes
  • Option to terminate process for policy violations
  • Ability to whitelist domains
  • Fast & Reliable, no wrapping or monkey-patching of your code
  • Easy collaboration between dev and ops teams with role based access
  • View all events centrally in the web application

Docs & Community

License

© Copyright 2023 Extrinsec LLC, all rights reserved.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.3 175 4/24/2023
0.4.2 142 4/19/2023
0.4.1 188 3/9/2023
0.4.0 203 2/8/2023