You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,30 @@ by Sublime Security
6
6
7
7
Overview
8
8
---------
9
-
An open, adaptable email security platform for writing, running, and sharing custom detection and response rules to block phishing attacks, hunt for threats, and more.
9
+
A free and open platform for detecting and preventing email attacks like BEC, malware, and credential phishing. Gain visibility and control, hunt for advanced threats, and collaborate with the community.
10
10
11
-
Why?
12
-
----------
13
-
Traditional email security is a one-size-fits-all black box.
11
+
Sublime uses Message Query Language (MQL), a domain-specific language purpose-built for describing behavior in email. MQL is email provider agnostic, enabling defenders to write, run, and share Detections-as-Code.
14
12
15
-
The Sublime Platform **gives defenders control over their email environment** and uses an intuitive, interoperable, purpose-built domain-specific language (DSL).
13
+
Learn more about MQL: [Introduction to Message Query Language](https://sublime.security/blog/introduction-to-message-query-language-mql)
16
14
17
15
Setup
18
16
----------
19
17
20
18
```console
21
-
curl -sL https://sublime.security/install.sh | sh
19
+
curl -sL https://raw.githubusercontent.com/sublime-security/sublime-platform/main/install-and-launch.sh | sh
[View other deployment methods](https://sublime.security/start)
25
+
26
26
Detection rules
27
27
----------
28
-
Open-source detection rules are maintained in the [sublime-rules repo](https://github.com/sublime-security/sublime-rules).
29
-
28
+
Open-source detection rules and links to community Feeds are maintained in the [sublime-rules repo](https://github.com/sublime-security/sublime-rules).
30
29
31
30
Learn more
32
31
----------
33
-
-[Sublime overview](https://sublime.security)
34
32
-[Docs](https://docs.sublimesecurity.com)
35
-
-[Message Query Language (MQL) reference](https://docs.sublimesecurity.com/docs/message-query-language) - Sublime's DSL purpose-built for email analysis
0 commit comments