Skip to content

Commit ec65d17

Browse files
authored
Merge pull request #8 from redBorder/development
Release 0.1.4
2 parents 578792f + eda1303 commit ec65d17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This service is part of the RedBorder Incident Response. Its task is to us an AI
77

88
## Installation
99

10-
1. Install the redborder repo following the steps described in [https://repo.redborder.com](https://repo.redborder.com)
10+
1. Install the redborder repo following the steps described in [https://packages.redborder.com/](https://packages.redborder.com/)
1111
2. yum install redborder-ai
1212

1313
## Model Execution
@@ -47,7 +47,7 @@ curl http://<ip>:50505/v1/chat/completions \
4747
},
4848
{
4949
"role": "user",
50-
"content": "I have a program that analyze the network requests. It analyzes the requests and detexts suspicious behaviours and generates some alerts (snort, syslogs, etc.). When a group of rules are detected, a incident is created. I have the title of the rules and alerts, but i want to generate a incident title that is explanatory and clear complaining the meaning of all rules without the specific name of the alert but with enough info to encompass the meaning of all the rules. Im sending you the alert titles and you will generate the title. Important: Send me just the title without any other context or feedback. Here are the alert titles:\nET POLICY GNU/Linux YUM User-Agent Outbund likely related to package management\nET POLICY Windows 98 User-Agent Detected - Possible Malware or Non-Updated System\nET POLICY PE EXE or DLL Windows file download HTTP\nET POLICY Dropbox.com Offsite File Backup in Use\nET CHAT Skype User-Agent detected\nET POLICY possible Xiaomi phone data leakage DNS\nSERVER WEBAPP TP-Ling Archer Router command injection attempt\nsmtp: Attempted command buffer overflow\n"
50+
"content": "Explain me this snort rules:\nSERVER WEBAPP TP-Ling Archer Router command injection attempt\nsmtp: Attempted command buffer overflow\n"
5151
}
5252
]
5353
}'

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3
1+
0.1.4

resources/systemd/redborder-ai.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Requires=network.target
44
After=network.target
55

66
[Service]
7-
ExecStart=/usr/lib/redborder/bin/rb_ai.sh --fast --nobrowser --port 50505 --host 0.0.0.0
7+
ExecStart=/usr/lib/redborder/bin/rb_ai.sh --fast --port 50505 --host 0.0.0.0
88
Restart=always
99
User=root
1010
Group=root

0 commit comments

Comments
 (0)