mirror of https://github.com/MISP/misp-website
chg: [blog] TAXII preview added
parent
e162492c15
commit
d8e034c99e
|
@ -2,7 +2,7 @@
|
|||
title: MISP 2.4.172 released with new TOTP/HTOP authentication, many improvements and bugs fixed
|
||||
date: 2023-06-13
|
||||
layout: post
|
||||
banner: /img/blog/dashboard-new.png
|
||||
banner: /img/blog/hotp.png
|
||||
---
|
||||
|
||||
We are pleased to announce the immediate availability of [MISP v2.4.172](https://github.com/MISP/MISP/releases/tag/v2.4.172) with new TOTP/HTOP authentication, many improvements and bugs fixed.
|
||||
|
@ -46,26 +46,43 @@ Requires 2 additional PHP libraries to be installed through composer:
|
|||
- "spomky-labs/otphp"
|
||||
- "bacon/bacon-qr-code"
|
||||
|
||||
# Other updates and changes in the MISP project
|
||||
# TAXII preview
|
||||
|
||||
## Roles and permission
|
||||
TAXII integration is still in its infancy in MISP, but with the current release we aim to make the process of interacting with a TAXII server more in-depth. Prior to the current release, you could add a taxii server connection, pointing to a collection and initiate a filtered push of your MISP data - however, there was no way to view the contents of the collection nor to see your data reflected after a push.
|
||||
|
||||
- [role permission] updated for viewing feed correlations
|
||||
- added additional role permission
|
||||
- allows hiding feed correlations from users
|
||||
- main purpose is with very large instances, to reduce the load on redis
|
||||
The current release aims to complete the work on the initial TAXII push functionalities, with a TAXII browser built into the tool along with various fixes to bugs and issues that were reported to the prior implementation.
|
||||
|
||||
## TAXII preview
|
||||
## Adding a TAXII connection
|
||||
|
||||
- [taxii preview] Browse a taxii server and view the data it contains.
|
||||
[iglocska]
|
||||
- browse collections
|
||||
- browse contents of the individual collections and paginate through the data
|
||||
Simply add a TAXII server via the the TAXII connections interface (sync actions -> List TAXII servers)
|
||||
|
||||

|
||||
|
||||
Make sure that you configure the filters used to decide which of your events should be pushed to the given server. Creating a local tag such as "taxii_push" allows you to manually control and label events to be pushed as in the example above.
|
||||
|
||||
Once the basic server information has been encoded, use the wrench button on top of the `API root` field to populate the dropdown with the valid options found on the TAXII server and once you've selected a root, click the wrench on top of the `collection` field to populate it and select the target colleciton for the connection.
|
||||
|
||||

|
||||
|
||||
## Viewing the connection and browsing the contents
|
||||
|
||||
Once a connection is established, you can view the connection object and list its collections and the objects in the configured collection on the taxii_servers/view/[id] endpoint, as follows:
|
||||
|
||||

|
||||
|
||||
|
||||
You can view individual collections and browse their contents, paginating through all STIX objects (the default collection is shown at the bottom of the page). By clicking view on a STIX object, you can view the STIX 2.1 JSON object in full:
|
||||
|
||||

|
||||
|
||||
Simply use the push button on the TAXII server index to initiate a push to the selected collection with the pre-defined filters.
|
||||
|
||||
## Dashboard
|
||||
|
||||
- [usage data widget] added a global caching for attribute counts.
|
||||
|
||||
# Other updates and changes in the MISP project
|
||||
|
||||
## Bugs/performance
|
||||
|
||||
- [performance] fix for events with large numbers of attributes and
|
||||
|
@ -82,6 +99,14 @@ Requires 2 additional PHP libraries to be installed through composer:
|
|||
- still using the old approach when dealing with multiple small events
|
||||
- thanks to @github-germ for flagging the issue
|
||||
|
||||
## Roles and permission
|
||||
|
||||
- [role permission] updated for viewing feed correlations
|
||||
- added additional role permission
|
||||
- allows hiding feed correlations from users
|
||||
- main purpose is with very large instances, to reduce the load on redis
|
||||
|
||||
|
||||
## MISP Objects and Relationships
|
||||
|
||||
- New object for [scanning result](https://www.misp-project.org/objects.html#_scan_result) (network and local).
|
||||
|
|
Loading…
Reference in New Issue