AppDefender 0.4.3
.NET 6.0
.NET Core 3.1
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Additional computed target framework(s)
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.