MISP/app/Controller
iglocska 861b5d3ddd First version of the api search
- requires the auth key of a user and the user has to have auth key permission

- user can specify what should be returned (event / attribute) - currently only event is implemented

- user can specify 4 filters (value, type, category, org)

- all these fields can have several values separated by &&

- Values can be negated by putting "!" infront of them
2013-09-16 17:22:44 +02:00
..
Component
AppController.php Upgrade script for 2.1.8 2013-08-21 11:33:30 +02:00
AttributesController.php Deleting attributes deletes associated shadow attributes 2013-09-04 08:52:30 +02:00
EventsController.php First version of the api search 2013-09-16 17:22:44 +02:00
LogsController.php
PagesController.php
RegexpController.php
RolesController.php
ServersController.php Fixes to the Shadow attribute e-mailing 2013-09-03 15:29:44 +02:00
ShadowAttributesController.php Accidental debug removed 2013-09-11 10:41:51 +02:00
UsersController.php Users weren't able to change the contactalert field 2013-08-20 11:26:24 +02:00
WhitelistsController.php