Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new data source feature on MITRE ATT&CK module #6482

Merged
merged 60 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
c8ba62f
Moved mitre intelligence to a subfolder
JuanGarriuz Mar 6, 2024
d48ec8e
fix imports
JuanGarriuz Mar 6, 2024
1eed82b
moved mitre framework
JuanGarriuz Mar 6, 2024
2a96e1a
fix framework imports
JuanGarriuz Mar 6, 2024
16a25bd
Changed dashboard
JuanGarriuz Mar 7, 2024
2ae86ea
updated snapshots
JuanGarriuz Mar 7, 2024
796b3a8
Fixed typo
JuanGarriuz Mar 7, 2024
b03f72d
Added pinned agent mode
JuanGarriuz Mar 8, 2024
5cea5b5
Changed mitre dashboard
JuanGarriuz Mar 13, 2024
7936ad4
Merge branch '4.9.0' into feat/6480-implement-embeddable-dashboard-on…
JuanGarriuz Mar 19, 2024
e3b19f1
Merge branch '4.9.0' into feat/6480-implement-embeddable-dashboard-on…
Machi3mfl Apr 8, 2024
5a6373e
Fix framework tab
Machi3mfl Apr 9, 2024
86f6fab
Add mitre data source
Machi3mfl Apr 9, 2024
487336b
Change framework tab class components to functional components
Machi3mfl Apr 10, 2024
7f3dc51
Added date picker in search bar
Machi3mfl Apr 16, 2024
22232e0
Add aggregattions to search
Machi3mfl Apr 16, 2024
119a2cc
Add columns definition in data grid
Machi3mfl Apr 16, 2024
a966574
Fix cluster disabled error on filter
Machi3mfl Apr 16, 2024
6a760f9
Add receive filter manager like prop
Machi3mfl Apr 16, 2024
feac61b
Create generic components to reuse in discover
Machi3mfl Apr 16, 2024
24d1367
Add mitre attack data source
Machi3mfl Apr 16, 2024
e94b701
Create flyout discover
Machi3mfl Apr 16, 2024
181041a
Refactor mitre with data source
Machi3mfl Apr 16, 2024
c20e39d
Merge branch '4.9.0' into feat/6480-implement-embeddable-dashboard-on…
Machi3mfl Apr 17, 2024
2da247a
Add default fetch filters
Machi3mfl Apr 17, 2024
e35dfc2
Linter in wz-discover
Machi3mfl Apr 17, 2024
79e3d87
Create component to reuse in discover
Machi3mfl Apr 17, 2024
a99d388
Add expanded techniques row inner component
Machi3mfl Apr 17, 2024
dfc43c3
Apply initial fetch filters on flyout
Machi3mfl Apr 17, 2024
4c23c7a
Linter on mitre module
Machi3mfl Apr 17, 2024
8742099
Fix cluster filter
Machi3mfl Apr 18, 2024
e471fe1
Fix UI styles
Machi3mfl Apr 18, 2024
ffaeb92
Add redirect links and apply filters links
Machi3mfl Apr 18, 2024
5b79e1d
Update CHANGELOG
Machi3mfl Apr 18, 2024
85e0392
Remove unused code and imports
Machi3mfl Apr 18, 2024
4553269
Fix table headers and cell links
Machi3mfl Apr 19, 2024
2293b1d
Move mitre lib to react-services
Machi3mfl Apr 19, 2024
0c7bd50
Merge branch '4.9.0' into feat/6480-implement-embeddable-dashboard-on…
Machi3mfl Apr 22, 2024
affc8e5
Fix files with prettier
Machi3mfl Apr 22, 2024
b8c42b2
Signed commit
Machi3mfl Apr 22, 2024
a9292f0
[Remove discover] Implement embeddable dashboard on server management…
jbiset Apr 22, 2024
cc949f7
Remove discover - Implement embeddable dashboard on statistics module…
jbiset Apr 22, 2024
08cd54c
Fix changelog entries (#6612)
Desvelao Apr 23, 2024
3e0328d
Remove AngularJS component click-action.js (#6613)
JuanGarriuz Apr 23, 2024
006dea6
Refactor settings angularJS controller (#6580)
asteriscos Apr 23, 2024
9c47963
Fix mitre columns error in techniques on hover
Machi3mfl Apr 23, 2024
eb5b681
Hide remove filters on search bar
Machi3mfl Apr 23, 2024
0004e1b
Use not global time filter and query in search bar
Machi3mfl Apr 23, 2024
2b19e1d
Fix filters in visualizations
Machi3mfl Apr 23, 2024
7c5271b
Implement journald log collection feature (#6572)
JuanGarriuz Apr 24, 2024
788431b
Remove global filter manager from common-data
Machi3mfl Apr 24, 2024
1645496
Fix date range parser on requests
Machi3mfl Apr 24, 2024
8d7169a
Fix error when remove query saved
Machi3mfl Apr 24, 2024
e1cc885
Add timestamp formatted in events data grid
Machi3mfl Apr 24, 2024
693d949
[Remove discover] Implement embeddable dashboard on Virustotal module…
jbiset Apr 25, 2024
8c8eb1b
[Remove discover] Implement embeddable dashboard on Threat Hunting mo…
jbiset Apr 25, 2024
d07e7b1
Renamed virus total data source
Machi3mfl Apr 25, 2024
d8ac420
Change order fixed filters virus total
Machi3mfl Apr 25, 2024
c12a59d
Clean dashboard code
Machi3mfl Apr 25, 2024
b833acf
Merge branch '4.9.0' into feat/6480-implement-embeddable-dashboard-on…
Machi3mfl Apr 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Enhance the validation for `enrollment.dns` on App Settings application [#6573](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6573)
- Remove AngularJS controller for manage groups [#6543](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6543)
- Remove some branding references across the application. [#6155](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6155)
- Implement new data source feature on MITRE ATT&CK module [#6482](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6482)

### Fixed

Expand Down
5 changes: 4 additions & 1 deletion plugins/main/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,12 @@ export const DATA_SOURCE_FILTER_CONTROLLED_PINNED_AGENT = 'pinned-agent';
export const DATA_SOURCE_FILTER_CONTROLLED_CLUSTER_MANAGER = 'cluster-manager';
export const DATA_SOURCE_FILTER_CONTROLLED_VULNERABILITIES_RULE_GROUP =
'vulnerabilities-rule-group';
export const DATA_SOURCE_FILTER_CONTROLLED_MITRE_ATTACK_RULE =
'mitre-attack-rule';
export const DATA_SOURCE_FILTER_CONTROLLED_MITRE_ATTACK_RULE_ID =
'hidden-mitre-attack-rule-id';
export const DATA_SOURCE_FILTER_CONTROLLED_VIRUSTOTAL_RULE_GROUP =
'virustotal-rule-group';

// Wazuh links
export const WAZUH_LINK_GITHUB = 'https://github.com/wazuh';
export const WAZUH_LINK_GOOGLE_GROUPS =
Expand Down
Loading
Loading