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

[Feature] Mitre Att&ck Intelligence + adapt Framework #3368

Merged
merged 50 commits into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
d803adb
refactor in vulnerabilities table component
eze9252 Apr 20, 2021
9246bea
refactor code in vuls inventory and add new table component with expo…
eze9252 Apr 22, 2021
14c5dfa
adapat table
eze9252 Apr 23, 2021
7aa22cb
finished refactor table component
eze9252 Apr 26, 2021
e0aacb3
delete console logs and fix wrong version
eze9252 Apr 26, 2021
8fa3a09
add new fields in suggestions
eze9252 Apr 30, 2021
2069019
add changelog
eze9252 Apr 30, 2021
9401c0a
changes in component table and remove status and type columns
eze9252 Apr 30, 2021
750a8c3
fix columns position
eze9252 Apr 30, 2021
fb5fec7
feat(mitre): Add Mitre Att&ck intelligence section
Desvelao May 31, 2021
a280cc7
feat(mitre_intelligence): Modify the search results view and another
Desvelao Jun 1, 2021
5cfb299
feat(mitre_att&ck_intelligence): Render description as markdown
Desvelao Jun 2, 2021
7d5eadb
feat(mitre_atta&ck_intelligence): Add like operator to search resource
Desvelao Jun 4, 2021
7ea3633
change endpoint and adapt component in mitre
eze9252 Jun 1, 2021
d809f34
fix flyout
eze9252 Jun 4, 2021
ae6d69f
feat(mirte_att&ck_integillence): Add the References resource
Desvelao Jun 7, 2021
75774a1
add redirect to intelligence
eze9252 Jun 7, 2021
b63b4d5
fix merge
eze9252 Jun 1, 2021
aad3eaa
fix merge flyout
eze9252 Jun 4, 2021
5adeba6
fix package version
eze9252 Jun 7, 2021
1dcdea1
fix(mitre_att&ck_intelligence): Organize resource suggestions and rem…
Desvelao Jun 7, 2021
dc6c792
fix PR comments and add intelligence section redirect
eze9252 Jun 7, 2021
38a5d62
Created new Mitre flyout
CPAlejandro Jun 7, 2021
57cb78f
Changelog
CPAlejandro Jun 7, 2021
acec181
fix comments PR
Desvelao Jun 7, 2021
80fcf26
add redirect values in query params
eze9252 Jun 9, 2021
8c2f505
apply prettier
eze9252 Jun 9, 2021
4546afc
Resolving comments and upgrading code
CPAlejandro Jun 9, 2021
a3f5b42
Applying comments upgrades to references table
CPAlejandro Jun 9, 2021
c47e246
Applying more upgrade comments
CPAlejandro Jun 9, 2021
e217c98
fix(mitre_intelligence): Remove the Promise.reject in resource detail…
Desvelao Jun 10, 2021
8ad0be8
clear comments and imports
eze9252 Jun 10, 2021
1a0c446
fix error handler techniques
eze9252 Jun 10, 2021
f9f37fe
delete session storage
eze9252 Jun 10, 2021
57381b3
delete files and fix get techniques data
eze9252 Jun 10, 2021
22abec4
Created new Mitre flyout (#3344)
Jun 11, 2021
4897ce1
Merge branch 'feature/3291-mitre-attack-intelligence-section' of http…
Desvelao Jun 11, 2021
9a53d05
fix redirect flyout to rules
eze9252 Jun 11, 2021
b91d921
feat(frontend/mitre_att&ck_intelligence): Removed welcome intelligence
Desvelao Jun 11, 2021
34b01ff
Merge branch 'feature/3291-mitre-attack-intelligence-section' into fe…
eze9252 Jun 14, 2021
b030b2b
fix comments PR
eze9252 Jun 14, 2021
f919a27
Merge branch 'feature/change-tactis-and-techniques-resources' of http…
eze9252 Jun 14, 2021
4ef11a9
Merge pull request #3346 from wazuh/feature/change-tactis-and-techniq…
eze9252 Jun 15, 2021
6776982
fix(mitre_att&ck_intelligence): Change how to open the resource detai…
Desvelao Jun 15, 2021
c3534bb
changelog: Added PR to chengelog
Desvelao Jun 15, 2021
4f2564b
Merge branch '4.3-7.10' into feature/3291-mitre-attack-intelligence-s…
frankeros Jun 15, 2021
ffc57a3
Update CHANGELOG.md
frankeros Jun 15, 2021
305ce2b
fix(mitre_att&ck_intelligence): Fix error in table-default.tsx
Desvelao Jun 15, 2021
756cb66
fix(mitre_att&ck_intelligence): PR request changes:
Desvelao Jun 16, 2021
24086c1
fix get mitre Techniques from api
eze9252 Jun 17, 2021
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ All notable changes to the Wazuh app project will be documented in this file.
- Added `Error Boundary` HOC and Component to handle render errors. [#3321](https://github.com/wazuh/wazuh-kibana-app/pull/3321)
- Implemented `Error Boundary` HOC in each main react-component. [#3367](https://github.com/wazuh/wazuh-kibana-app/pull/3367)
- Added fields status and type in vulnerabilities table [#3196] (https://github.com/wazuh/wazuh-kibana-app/pull/3196)
- Added Intelligence tab to Mitre Att&ck module [#3368](https://github.com/wazuh/wazuh-kibana-app/pull/3368) [#3344](https://github.com/wazuh/wazuh-kibana-app/pull/3344)

### Changed

- Changed ossec to wazuh in sample-data [#3121](https://github.com/wazuh/wazuh-kibana-app/pull/3121)
- Changed empty fields in FIM tables and `syscheck.value_name` in discovery now show an empty tag for visual clarity [#3279](https://github.com/wazuh/wazuh-kibana-app/pull/3279)
- Adapted the Mitre tactics and techniques resources to use the API endpoints [#3346](https://github.com/wazuh/wazuh-kibana-app/pull/3346)

## Wazuh v4.2.0 - Kibana 7.10.2 , 7.11.2 - Revision 4201

Expand Down
Loading