diff --git a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/columns.tsx b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/columns.tsx
index 2f5f347b0e8f6..78feb911ee082 100644
--- a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/columns.tsx
+++ b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/columns.tsx
@@ -148,7 +148,7 @@ export const getAllExceptionListsColumns = (
namespaceType,
})}
aria-label="Export exception list"
- iconType="exportAction"
+ iconType="download"
data-test-subj="exceptionsTableExportButton"
/>
),
diff --git a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.tsx b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.tsx
index 7c8b2ddf636c0..de9da5c293fc1 100644
--- a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.tsx
+++ b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.tsx
@@ -14,6 +14,8 @@ import {
EuiProgress,
EuiSearchBarProps,
EuiSpacer,
+ EuiPageHeader,
+ EuiHorizontalRule,
} from '@elastic/eui';
import type { NamespaceType, ExceptionListFilter } from '@kbn/securitysolution-io-ts-list-types';
@@ -24,8 +26,6 @@ import { useKibana } from '../../../../../../common/lib/kibana';
import { useFormatUrl } from '../../../../../../common/components/link_to';
import { Loader } from '../../../../../../common/components/loader';
-import { DetectionEngineHeaderPage } from '../../../../../components/detection_engine_header_page';
-
import * as i18n from './translations';
import { AllRulesUtilityBar } from '../utility_bar';
import { AllExceptionListsColumns, getAllExceptionListsColumns } from './columns';
@@ -341,13 +341,14 @@ export const ExceptionListsTable = React.memo(() => {
return (
<>
-