Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---

<p align="center" >
<a href="https://www.fibratus.io" >
<img src="logo.png" alt="Fibratus">
Expand Down Expand Up @@ -41,7 +39,7 @@ In a nutshell, the Fibratus mantra is defined by the pillars of **realtime behav
alternatively install via `msiexec` in silent mode

```
$ msiexec /i fibratus-2.3.0-amd64.msi /qn
$ msiexec /i fibratus-2.4.0-amd64.msi /qn
```

### Quick start
Expand All @@ -55,7 +53,7 @@ $ msiexec /i fibratus-2.3.0-amd64.msi /qn
$ VaultCmd.exe /listcreds:"Windows Credentials" /all
```

`Credential discovery via VaultCmd.exe` rule should trigger and emit the alert to the [Eventlog](https://www.fibratus.io/#/alerts/senders/eventlog). Check the short demo [here](https://www.fibratus.io/alerts/senders/images/eventlog.gif).
`Credential discovery via VaultCmd tool` rule should trigger and emit the alert to the [Eventlog](https://www.fibratus.io/#/alerts/senders/eventlog). Check the short demo [here](https://www.fibratus.io/alerts/senders/images/eventlog.gif).

### Documentation

Expand Down Expand Up @@ -86,6 +84,3 @@ Free code signing provided by [SignPath.io], certificate by
<p align="center">
Developed with ❤️ by <strong>Nedim Šabić Šabić</strong>
</p>
<p align="center">
Logo designed with ❤️ by <strong><a name="logo" target="_blank" href="https://github.com/karinkasweet/">Karina Slizova</a></strong>
</p>
4 changes: 2 additions & 2 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- _coverpage.md -->

<div>
<img src='logo.png'></img>
<div style='margin-top: 150px'>
<img src='logo.png' height="800px" width="800px"></img>
</div>

# fibratus <small>2.3.0</small>
Expand Down
Binary file removed docs/favicon.ico
Binary file not shown.
Binary file modified docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/themes/fibratus.css
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ section.cover {

section.cover.show {
display: flex;
background: linear-gradient(#6da9e2,#c7def4) !important;
background: linear-gradient(#1180e0,#c7def4) !important;
}

section.cover.has-mask .mask {
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading