This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

AppSensor Cheat Sheet

From OWASP
Revision as of 20:27, 23 May 2012 by Clerkendweller (talk | contribs) (New draft page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

Purpose

Pre-requisities

What to detect

The most commonly implemented detection points are:


How to respond

Thresholds:

Typical responses, that the application may already support in some manner, are:

  • Change monitoring of the user (e.g. increase logging level)
  • Raise an alert
  • Add time delays
  • Log a user out (and possibly lock the account)

More advanced responses could include

  • Changing a function (adding a CAPTCHA, ??? )
  • Disabling a function (for the user, for a group of users, for all users)
  • Affecting behaviour of another systems (e.g. goods despatch held, firewall blocks IP address)
  • Altering user properties (changing their credit level)


How to

Software acquisition

In your own code

No code available

Related articles

Other Year of Security for Java Week 18 - Perform Application Layer Intrusion Detection


Authors and primary contributors

Colin Watson - colin.watson[at]owasp.org



OWASP Cheat Sheets Project Homepage