Creating Kibana Dashboard based on Malware - kibana

I am thinking of creating a Kibana Dashboard to detect malware by the use of graphs/visualizations. Anyone have any ideas on how I can implement a dashboard based on different visualizations of network traffic to create this dashboard?

Related

Kibana dashboard ideas

Anyone has any ideas of Kibana dashboards I can create from Syslogs/eventlogs? Help much appreciated. I thought of creating a dashboard that detects malware but im not sure what I can do with the different event logs or how to visualise and detect malware/
MachineLearning feature in kibana would detect the malware in syslog/eventlogs.
Go to kibana -> in search bar (search for detections) or go to security -> overview -> in that page you could see a tab called "detections" --> in that detections page now click "Manage detection rules" which would provide you the prebuilt malware detection rules which might help you.
Also there are no default kibana dashboard thus it should be create on our own.
I hope this answer would help you
Keep Posted!!! Thanks !!!

Creating Kibana Dashboard using WinLogBeat

I would like to create a Kibana Dashboard using Winlogbeat, to detect malicious processes that may be running. I am unsure how to start or what fields I would need to create the dashboard. Anyone has any tips or suggestions?

Wordpress authentication for a custom page with access to plugin data

First, I am a Wordpress Noob. My company builds custom data dashboards. Our client wants to integrate our dashboard into Wordpress. They use plugins, mainly Gravity forms and WooCommerce, from which the dashboard needs to retrieve data.
The dashboard will be build as a custom page (HTML/JS/CSS) and we plan to served it as a Wordpress static item (like: https://qodeinteractive.com/magazine/add-custom-html-page-to-wordpress/).
Ideally, it would work like this:
the clients' user logs in into Wordpress.
Within the Wordpress environment the user can click a button to open our dashboard.
The dashboard fetches the data from Wordpress / a Wordpress API and displays it.
The complexity starts with the last step, how can we access the data from Wordpress/Gravity forms/WooCommerce. I would prefer it, if the user does not have to login separately into our dashboard, but that the credentials provided in Wordpress can be used.
There are API's available for Wordpress/Ggravity forms/WooCommerce, but I am unsure about the authentication part.
I found something about cookie authentication (https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/#cookie-authentication), but I am not sure if this would work or how this works. The information is related to PHP, while we will be using HTML/JS.
Are there other options available?
I know it is a broad question, but I hope to get some pointers to how to deal with this.

Create user in Kibana that maintains same dashboards configuration than admin

Dear Stackoverflow community,
Working with Opendistro ELK, I made several configs for index patterns, dashboards, etc. even I modified the "/home" button to link to a main dashboard with navigation buttons.
But now I need to add more users and cannot find the way to keep the configuration accessible for new created users by default.
Any idea about it?
Thanks
7.8.0

is a possible to integrate other tabs in Kibana like website?

I want to use Kibana to visualize all values which are stored in Elasticsearch and I want to extend the Kibana Dashboard with other tabs such as reports and others.
Is it possible to do this with Kibana or should I use another platform like meteor or Wordpress to create tabs and implement Kibana in one of the tabs.
Thanks for any help
Are you using iframe to embed the exported kibana dashboard on to meteor? If so, then it will hide the left side dashboard of kibana. If you observe the query string of the iframe, you will see <kibana_host>?embed=true. Remove the embed=true part to enable kibana's sidebar on the embedded page.

Resources