summaryrefslogtreecommitdiffstats
path: root/rules/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:39:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:39:49 +0000
commita0aa2307322cd47bbf416810ac0292925e03be87 (patch)
tree37076262a026c4b48c8a0e84f44ff9187556ca35 /rules/README.md
parentInitial commit. (diff)
downloadsuricata-a0aa2307322cd47bbf416810ac0292925e03be87.tar.xz
suricata-a0aa2307322cd47bbf416810ac0292925e03be87.zip
Adding upstream version 1:7.0.3.upstream/1%7.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rules/README.md')
-rw-r--r--rules/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/rules/README.md b/rules/README.md
new file mode 100644
index 0000000..a2c47f1
--- /dev/null
+++ b/rules/README.md
@@ -0,0 +1,34 @@
+# Suricata Reserved SID Allocations
+
+Unless otherwise noted, each component or protocol is allocated 1000
+signature IDs.
+
+## Components
+
+| Component | Start | End |
+| ----------------- | ------- | ------- |
+| Decoder | 2200000 | 2200999 |
+| Stream | 2210000 | 2210999 |
+| Generic App-Layer | 2260000 | 2260999 |
+
+## App-Layer Protocols
+
+| Protocol | Start | End |
+| -------- | ------- | ------- |
+| SMTP | 2220000 | 2220999 |
+| HTTP | 2221000 | 2221999 |
+| NTP | 2222000 | 2222999 |
+| NFS | 2223000 | 2223999 |
+| IPsec | 2224000 | 2224999 |
+| SMB | 2225000 | 2225999 |
+| Kerberos | 2226000 | 2226999 |
+| DHCP | 2227000 | 2227999 |
+| SSH | 2228000 | 2228999 |
+| MQTT | 2229000 | 2229999 |
+| TLS | 2230000 | 2230999 |
+| QUIC | 2231000 | 2231999 |
+| FTP | 2232000 | 2232999 |
+| DNS | 2240000 | 2240999 |
+| MODBUS | 2250000 | 2250999 |
+| DNP3 | 2270000 | 2270999 |
+| HTTP2 | 2290000 | 2290999 |