mirror of https://github.com/MISP/misp-book
added sightings types to automation page
parent
9f31dd791b
commit
0c7fe3a092
|
@ -662,6 +662,14 @@ curl --header "Authorization: a4PLf8QICdDdOmFjwdtSYqkCqn9CvN0VQt7mpUUf " --heade
|
||||||
- attribute_id
|
- attribute_id
|
||||||
- attribute_uuid
|
- attribute_uuid
|
||||||
|
|
||||||
|
The different sightings types are:
|
||||||
|
|
||||||
|
~~~~php
|
||||||
|
0 => 'sighting',
|
||||||
|
1 => 'false-positive',
|
||||||
|
2 => 'expiration'
|
||||||
|
~~~~
|
||||||
|
|
||||||
|
|
||||||
## User management
|
## User management
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue