Build self-defending applications through real-time event detection and response
JavaScript Java HTML CSS Ruby Shell
Latest commit faf63fd Jan 17, 2017 @jtmelton committed on GitHub Merge pull request #69 from dscrobonia/master
Adding Persistence Annotations to Rule
Permalink
Failed to load latest commit information.
access-controllers/appsensor-access-control-reference Bumping to 2.3.1 Jan 5, 2017
analysis-engines Update README.md Jan 12, 2017
appsensor-core add persistence annotations to Rule Jan 17, 2017
appsensor-dot-org Bumping to 2.3.1 Jan 5, 2017
appsensor-ui
client-libs Client Libraries( Java +Python) for REST API Web Services Aug 30, 2016
configuration-modes/appsensor-configuration-stax merge with master Jan 10, 2017
documentation
execution-modes merge with master Jan 10, 2017
geolocators/appsensor-geolocation-geoip2 Bumping to 2.3.1 Jan 5, 2017
integrations
reporting-engines Bumping to 2.3.1 Jan 5, 2017
sample-apps merge with master Jan 10, 2017
storage-providers merge with master Jan 10, 2017
.gitignore add recursive "target" directories to ignored list Aug 23, 2016
.travis.yml updating to java project Sep 30, 2015
CODE_OF_CONDUCT.md Adding code of conduct Dec 14, 2015
CONTRIBUTING.md adding contribution guidelines Dec 14, 2015
LICENSE.txt update copyright to be appsensor dev team from me personally Sep 30, 2015
README.md updated version of dependency on readme Jan 11, 2017
changelog.txt merge with master Jan 10, 2017
pom.xml merge with master Jan 10, 2017

README.md

AppSensor

Build Status

AppSensor is a framework that provides real-time event detection and response. The initial goal is to provide application layer intrusion detection (self-defending applications), though many types of systems are possible using the framework.

AppSensor has a website with further documentation and is an OWASP project.

Previous releases are tracked here in the releases. The upcoming releases and milestones are tracked in the roadmap.

The AppSensor source code is released under an MIT license. See the accompanying LICENSE.txt file for license content.

Demo Quickstart

If you are just wanting to get a demo going, see the sample-apps/DemoSetup.md guide.

Building

AppSensor is a multi-module maven project. The project requires Java version 7 or higher. Building is generally handled by the following steps

  • clone the repo (or your fork)

    git clone https://github.com/jtmelton/appsensor.git
    
  • get into appsensor directory

    cd appsensor
    
  • install multi-module parent - one time requirement per version

    mvn -N install 
    
  • run the tests - done every time you make changes

    mvn test
    

Documentation

For an extensive book documenting the concepts (ideas) behind AppSensor, go to the OWASP site and download the PDF.

If you're looking for in-depth user or developer documentation, visit http://appsensor.org/

User / Developer Quick Start

We recommend you visit http://appsensor.org/ and read the "Getting Started" page.

If you prefer presentations, here is a recent slide deck

If you prefer video, here is a recent talk

Downloads

Both production and snapshot releases are available in the central maven repository

https://repo1.maven.org/maven2/org/owasp/appsensor/

An example of getting one of the dependencies is shown below:

<dependency>
    <groupId>org.owasp.appsensor</groupId>
    <artifactId>appsensor-core</artifactId>
    <version>2.3.1</version>
</dependency>

Contributing

Want to contribute? Great - we love the help! Start on the mailing list at [email protected] for help with any questions.

If you want more information about how to contribute, see the CONTRIBUTING.md