mirror of https://github.com/MISP/misp-objects
registry-key and email objects added
parent
284c4e4084
commit
4f40e2e497
|
@ -61,9 +61,11 @@ shall be set to true if multiple elements of the same key can be used in the obj
|
||||||
## Existing MISP objects
|
## Existing MISP objects
|
||||||
|
|
||||||
* [objects/domain-ip](objects/domain-ip/definition.json) - A domain and IP address seen as a tuple in a specific time frame.
|
* [objects/domain-ip](objects/domain-ip/definition.json) - A domain and IP address seen as a tuple in a specific time frame.
|
||||||
|
* [objects/email](objects/email/definition.json) - An email object.
|
||||||
* [objects/file](objects/file/definition.json) - File object describing a file with meta-information.
|
* [objects/file](objects/file/definition.json) - File object describing a file with meta-information.
|
||||||
* [objects/ip-port](objects/ip-port/definition.json) - An IP address and a port seen as a tuple (or as a triple) in a specific time frame.
|
* [objects/ip-port](objects/ip-port/definition.json) - An IP address and a port seen as a tuple (or as a triple) in a specific time frame.
|
||||||
* [objects/passive-dns](objects/passive-dns/definition.json) - Passive DNS records as expressed in [draft-dulaunoy-dnsop-passive-dns-cof-01](https://tools.ietf.org/html/draft-dulaunoy-dnsop-passive-dns-cof-01).
|
* [objects/passive-dns](objects/passive-dns/definition.json) - Passive DNS records as expressed in [draft-dulaunoy-dnsop-passive-dns-cof-01](https://tools.ietf.org/html/draft-dulaunoy-dnsop-passive-dns-cof-01).
|
||||||
|
* [objects/registry-key](objects/registry-key/definition.json) - A registry-key object.
|
||||||
* [objects/vulnerability](objects/vulnerability/definition.json) - Vulnerability object to describe software or hardware vulnerability as described in a CVE.
|
* [objects/vulnerability](objects/vulnerability/definition.json) - Vulnerability object to describe software or hardware vulnerability as described in a CVE.
|
||||||
* [objects/whois](objects/whois/definition.json) - Whois records information for a domain name.
|
* [objects/whois](objects/whois/definition.json) - Whois records information for a domain name.
|
||||||
* [objects/x509](objects/x509/definition.json) - x509 object describing a X.509 certificate.
|
* [objects/x509](objects/x509/definition.json) - x509 object describing a X.509 certificate.
|
||||||
|
|
Loading…
Reference in New Issue