mirror of https://github.com/MISP/misp-objects
Documentation links added
parent
140b55254a
commit
81d242cf36
|
@ -83,7 +83,7 @@ for a specific attribute.
|
|||
* [objects/phone](objects/phone/definition.json) - A phone or mobile phone object.
|
||||
* [objects/registry-key](objects/registry-key/definition.json) - A registry-key object.
|
||||
* [objects/r2graphity](objects/r2graphity/definition.json) - Indicators extracted from binary files using radare2 and graphml.
|
||||
* [objects/tor-node](objects/tor-node/definition.json) - Tor node description which are part of the Tor network at a time.
|
||||
* [objects/tor-node](objects/tor-node/definition.json) - Tor node description which are part of the Tor network at a time.
|
||||
* [objects/vulnerability](objects/vulnerability/definition.json) - Vulnerability object to describe software or hardware vulnerability as described in a CVE.
|
||||
* [objects/url](objects/url/definition.json) - url object describes an url along with its normalized field (e.g. using faup parsing library) and its metadata.
|
||||
* [objects/victim](objects/victim/definition.json) - a victim object to describe the organisation being targeted or abused.
|
||||
|
@ -107,6 +107,12 @@ If the unparsed object can be included, a **raw-base64** attribute can be used i
|
|||
|
||||
When the object is created, pull a request on this project. We usually merge the objects if it fits existing use-cases.
|
||||
|
||||
## MISP objects documentation
|
||||
|
||||
The MISP objects are documented at the following location in [HTML](https://www.misp-project.org/objects.html) and [PDF](https://www.misp-project.org/objects.pdf).
|
||||
|
||||
The documentation is automatically generated from the MISP objects template expressed in JSON.
|
||||
|
||||
## What are the advantages of MISP objects versus existing standards?
|
||||
|
||||
MISP objects are dynamically used objects that are contributed by users of MISP (the threat sharing platform) or other information sharing platforms.
|
||||
|
|
Loading…
Reference in New Issue