praetorian-inc / chariot-ui

Chariot Offensive Security Platform
https://preview.chariot.praetorian.com
MIT License
21 stars 7 forks source link

Ability to distinguish assets imported manually vs discovered automatically #261

Closed josephwhenry closed 1 month ago

josephwhenry commented 1 month ago

Feature Description For each asset, Chariot would indicate if the asset was added by the user or discovered automatically. Users would also have the ability to export all assets discovered by Chariot, although perhaps implementing the first part of this description will imply the second.

Problem We need to be able to show the customer what exactly Chariot found. The current UI makes it hard to hunt through discovered assets, which is ideal when looking for shadow IT, unknown VMs, etc.

Preferred Solution Add a new attribute to each asset indicating if it was added manually or discovered automatically.

storbeck commented 1 month ago

we have a solution for this already in progress, it's using the new Source field.

If the asset is added manually the source will be the email of the user that added it. If it is discovered from another asset, the other asset name will be the Source value.

We intend to show this in the new drawers at the top directly underneath the asset name. - https://github.com/praetorian-inc/chariot-ui/issues/254

privateducky commented 1 month ago

@josephwhenry this should be complete now, with the new filter on the assets page.