diff --git a/website/components/home.tsx b/website/components/home.tsx
index 5070676a..c1d8b1df 100644
--- a/website/components/home.tsx
+++ b/website/components/home.tsx
@@ -5,6 +5,7 @@ import {
EuiSpacer,
EuiTitle,
EuiToast,
+ EuiImage,
} from "@elastic/eui";
import "@elastic/eui/dist/eui_theme_dark.css";
import { RMMTable } from "./tools";
@@ -25,32 +26,41 @@ function Contents() {
issue
- , or suggest new RMM tools to be added.
- >
- }
- color="warning"
- iconType="iInCircle"
- />
-
- You can also access the RMM tools list via API using{" "}
+ , or suggest new RMM tools to be added. You can also access the RMM tools list via API using{" "}
CSV or{" "}
JSON. For users of
security monitoring tools, check out the pre-built{" "}
-
- configurations
-
- . We also provide{" "}
- Sigma rules{" "}
+
+ Sigma rules
- for SIEMs.
>
}
color="primary"
iconType="iInCircle"
/>
+
+ Interested in learning how to block these remote management tools natively on Windows?
+
+
+
+ Explore MagicSword Premium
+
+ >
+ }
+ color="warning"
+ iconType="lock"
+ />
@@ -60,8 +70,8 @@ function Contents() {
- >
- );
+ >
+ );
}
export function App() {
diff --git a/website/public/images/magicsword.png b/website/public/images/magicsword.png
new file mode 100644
index 00000000..84f24569
Binary files /dev/null and b/website/public/images/magicsword.png differ
diff --git a/website/public/images/sigma_logo.png b/website/public/images/sigma_logo.png
new file mode 100644
index 00000000..13995a10
Binary files /dev/null and b/website/public/images/sigma_logo.png differ