diff --git a/packages/go/analysis/ad/post.go b/packages/go/analysis/ad/post.go index d25b48f695..ebf1cf24ab 100644 --- a/packages/go/analysis/ad/post.go +++ b/packages/go/analysis/ad/post.go @@ -54,6 +54,7 @@ func PostProcessedRelationships() []graph.Kind { ad.ADCSESC4, ad.ADCSESC5, ad.ADCSESC6a, + ad.ADCSESC6b, ad.ADCSESC7, ad.ADCSESC10a, ad.ADCSESC10b, diff --git a/packages/javascript/bh-shared-ui/src/components/HelpTexts/ADCSESC10a/ADCSESC10a.tsx b/packages/javascript/bh-shared-ui/src/components/HelpTexts/ADCSESC10a/ADCSESC10a.tsx index 5504cbf739..fb7727bdb1 100644 --- a/packages/javascript/bh-shared-ui/src/components/HelpTexts/ADCSESC10a/ADCSESC10a.tsx +++ b/packages/javascript/bh-shared-ui/src/components/HelpTexts/ADCSESC10a/ADCSESC10a.tsx @@ -19,7 +19,7 @@ import WindowsAbuse from './WindowsAbuse'; import LinuxAbuse from './LinuxAbuse'; import Opsec from './Opsec'; import References from './References'; -import Composition from "./Composition"; +import Composition from './Composition'; const ADCSESC10a = { general: General, @@ -27,7 +27,7 @@ const ADCSESC10a = { linuxAbuse: LinuxAbuse, opsec: Opsec, references: References, - composition: Composition + composition: Composition, }; export default ADCSESC10a; diff --git a/packages/javascript/bh-shared-ui/src/views/Explore/ExploreSearch/edgeTypes.tsx b/packages/javascript/bh-shared-ui/src/views/Explore/ExploreSearch/edgeTypes.tsx index dfd0a9f049..2b933fb6dc 100644 --- a/packages/javascript/bh-shared-ui/src/views/Explore/ExploreSearch/edgeTypes.tsx +++ b/packages/javascript/bh-shared-ui/src/views/Explore/ExploreSearch/edgeTypes.tsx @@ -93,6 +93,7 @@ export const AllEdgeTypes: Category[] = [ ActiveDirectoryRelationshipKind.ADCSESC1, ActiveDirectoryRelationshipKind.ADCSESC3, ActiveDirectoryRelationshipKind.ADCSESC6a, + ActiveDirectoryRelationshipKind.ADCSESC6b, ActiveDirectoryRelationshipKind.ADCSESC9a, ActiveDirectoryRelationshipKind.ADCSESC9b, ActiveDirectoryRelationshipKind.ADCSESC10a,