mirror of https://github.com/MISP/misp-website
new: [attributes] chrome-extension-id added
parent
269c3e6652
commit
20d19370b4
|
@ -34,6 +34,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|campaign-name| | | X | | | |
|
|campaign-name| | | X | | | |
|
||||||
|cc-number| | | | | X | |
|
|cc-number| | | | | X | |
|
||||||
|cdhash| | X | | | | |
|
|cdhash| | X | | | | |
|
||||||
|
|chrome-extension-id| | | | | | |
|
||||||
|comment| X | X | X | X | X | X |
|
|comment| X | X | X | X | X | X |
|
||||||
|community-id| | | | X | | |
|
|community-id| | | | X | | |
|
||||||
|cookie| | X | | | | |
|
|cookie| | X | | | | |
|
||||||
|
@ -200,6 +201,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|campaign-name| | | | | | |
|
|campaign-name| | | | | | |
|
||||||
|cc-number| | | | | | |
|
|cc-number| | | | | | |
|
||||||
|cdhash| | | X | X | | |
|
|cdhash| | | X | X | | |
|
||||||
|
|chrome-extension-id| | | X | X | | |
|
||||||
|comment| X | X | X | X | X | X |
|
|comment| X | X | X | X | X | X |
|
||||||
|community-id| X | | | | | |
|
|community-id| X | | | | | |
|
||||||
|cookie| X | | | | | |
|
|cookie| X | | | | | |
|
||||||
|
@ -366,6 +368,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|campaign-name| | | | |
|
|campaign-name| | | | |
|
||||||
|cc-number| | | | |
|
|cc-number| | | | |
|
||||||
|cdhash| | | | |
|
|cdhash| | | | |
|
||||||
|
|chrome-extension-id| | | | |
|
||||||
|comment| X | X | X | X |
|
|comment| X | X | X | X |
|
||||||
|community-id| | | | |
|
|community-id| | | | |
|
||||||
|cookie| | | | |
|
|cookie| | | | |
|
||||||
|
@ -552,6 +555,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **campaign-name**: Associated campaign name
|
* **campaign-name**: Associated campaign name
|
||||||
* **cc-number**: Credit-Card Number
|
* **cc-number**: Credit-Card Number
|
||||||
* **cdhash**: An Apple Code Directory Hash, identifying a code-signed Mach-O executable file
|
* **cdhash**: An Apple Code Directory Hash, identifying a code-signed Mach-O executable file
|
||||||
|
* **chrome-extension-id**: Chrome extension id
|
||||||
* **comment**: Comment or description in a human language
|
* **comment**: Comment or description in a human language
|
||||||
* **community-id**: a community ID flow hashing algorithm to map multiple traffic monitors into common flow id
|
* **community-id**: a community ID flow hashing algorithm to map multiple traffic monitors into common flow id
|
||||||
* **cookie**: HTTP cookie as often stored on the user web client. This can include authentication cookie or session cookie.
|
* **cookie**: HTTP cookie as often stored on the user web client. This can include authentication cookie or session cookie.
|
||||||
|
|
Loading…
Reference in New Issue