https://github.com/cybercentrecanada/howler-ui
Howler's UI. Howler is an application that allows analysts to triage hits and alerts. It provides a way for analysts to efficiently review and analyze alerts generated by different analytics and detections.
https://github.com/cybercentrecanada/howler-ui
Last synced: 6 months ago
JSON representation
Howler's UI. Howler is an application that allows analysts to triage hits and alerts. It provides a way for analysts to efficiently review and analyze alerts generated by different analytics and detections.
- Host: GitHub
- URL: https://github.com/cybercentrecanada/howler-ui
- Owner: CybercentreCanada
- License: mit
- Created: 2023-11-17T19:46:05.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-13T14:19:32.000Z (8 months ago)
- Last Synced: 2025-04-04T18:38:41.014Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.16 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.fr.md
- License: LICENSE
Awesome Lists containing this project
README
# Howler UI
## Développement
Vous devez également exécuter l'[API Howler](https://github.com/CybercentreCanada/howler-api) afin d'exécuter howler.
```bash
git clone git@github.com:CybercentreCanada/howler-ui.git
cd howler-ui
yarn install
yarn start
```