Skip to content

Commit

Permalink
Merge pull request #8 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.1.4
  • Loading branch information
rgomezborder authored Jan 17, 2025
2 parents 578792f + eda1303 commit ec65d17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This service is part of the RedBorder Incident Response. Its task is to us an AI

## Installation

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

## Model Execution
Expand Down Expand Up @@ -47,7 +47,7 @@ curl http://<ip>:50505/v1/chat/completions \
},
{
"role": "user",
"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"
"content": "Explain me this snort rules:\nSERVER WEBAPP TP-Ling Archer Router command injection attempt\nsmtp: Attempted command buffer overflow\n"
}
]
}'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
2 changes: 1 addition & 1 deletion resources/systemd/redborder-ai.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Requires=network.target
After=network.target

[Service]
ExecStart=/usr/lib/redborder/bin/rb_ai.sh --fast --nobrowser --port 50505 --host 0.0.0.0
ExecStart=/usr/lib/redborder/bin/rb_ai.sh --fast --port 50505 --host 0.0.0.0
Restart=always
User=root
Group=root
Expand Down

0 comments on commit ec65d17

Please sign in to comment.