mirror of https://github.com/MISP/misp-website
chg: [datamodels] telfhash added
parent
2c8d95009a
commit
10c0dd0dfe
|
@ -171,6 +171,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|target-machine| | | | | | |
|
|target-machine| | | | | | |
|
||||||
|target-org| | | | | | |
|
|target-org| | | | | | |
|
||||||
|target-user| | | | | | |
|
|target-user| | | | | | |
|
||||||
|
|telfhash| | X | | | | |
|
||||||
|text| X | X | X | X | X | X |
|
|text| X | X | X | X | X | X |
|
||||||
|threat-actor| | | X | | | |
|
|threat-actor| | | X | | | |
|
||||||
|tlsh| | | | | | |
|
|tlsh| | | | | | |
|
||||||
|
@ -353,6 +354,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|target-machine| | | | | | |
|
|target-machine| | | | | | |
|
||||||
|target-org| | | | | | |
|
|target-org| | | | | | |
|
||||||
|target-user| | | | | | |
|
|target-user| | | | | | |
|
||||||
|
|telfhash| | | X | X | | |
|
||||||
|text| X | X | X | X | X | X |
|
|text| X | X | X | X | X | X |
|
||||||
|threat-actor| | | | | | |
|
|threat-actor| | | | | | |
|
||||||
|tlsh| | | X | X | | |
|
|tlsh| | | X | X | | |
|
||||||
|
@ -535,6 +537,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|target-machine| | | | X |
|
|target-machine| | | | X |
|
||||||
|target-org| | | | X |
|
|target-org| | | | X |
|
||||||
|target-user| | | | X |
|
|target-user| | | | X |
|
||||||
|
|telfhash| | | | |
|
||||||
|text| X | X | X | |
|
|text| X | X | X | |
|
||||||
|threat-actor| | | | |
|
|threat-actor| | | | |
|
||||||
|tlsh| | | | |
|
|tlsh| | | | |
|
||||||
|
@ -737,6 +740,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **target-machine**: Attack Targets Machine Name(s)
|
* **target-machine**: Attack Targets Machine Name(s)
|
||||||
* **target-org**: Attack Targets Department or Organization(s)
|
* **target-org**: Attack Targets Department or Organization(s)
|
||||||
* **target-user**: Attack Targets Username(s)
|
* **target-user**: Attack Targets Username(s)
|
||||||
|
* **telfhash**: telfhash is symbol hash for ELF files, just like imphash is imports hash for PE files.
|
||||||
* **text**: Name, ID or a reference
|
* **text**: Name, ID or a reference
|
||||||
* **threat-actor**: A string identifying the threat actor
|
* **threat-actor**: A string identifying the threat actor
|
||||||
* **tlsh**: A checksum in the Trend Micro Locality Sensitive Hash format
|
* **tlsh**: A checksum in the Trend Micro Locality Sensitive Hash format
|
||||||
|
|
Loading…
Reference in New Issue