All Projects → kaiiyer → UBA

kaiiyer / UBA

Licence: GPL-3.0 license
UEBA Solution for Insider Security. This repo is archived. Thanks!

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to UBA

leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-63.89%)
Mutual labels:  hadoop, d3js
Object-Detection-And-Tracking
Target detection in the first frame and Tracking target by SiamRPN.
Stars: ✭ 33 (-8.33%)
Mutual labels:  detection
uLogMe
📊 📈 Automatically collect and visualize usage statistics on Ubuntu, with 🎹 key frequencies and 💻 window titles →
Stars: ✭ 61 (+69.44%)
Mutual labels:  d3js
AXI PCB defect detection
This repo contains data pre-processing, classification and defect detection methodologies for images from Advance XRay Inspection from multi-layer PCB boards. Proprietary AXI image dataset is not included in this repo. Users can use their own datasets on top of the OOP data extraction layer and neural network models implemented here.
Stars: ✭ 31 (-13.89%)
Mutual labels:  detection
bar-chart-race
Bar chart race using D3js
Stars: ✭ 32 (-11.11%)
Mutual labels:  d3js
cflow-ad
Official PyTorch code for WACV 2022 paper "CFLOW-AD: Real-Time Unsupervised Anomaly Detection with Localization via Conditional Normalizing Flows"
Stars: ✭ 138 (+283.33%)
Mutual labels:  detection
CarND-VehicleDetection
vehicle detection with deep learning
Stars: ✭ 34 (-5.56%)
Mutual labels:  detection
hive-jdbc-driver
An alternative to the "hive standalone" jar for connecting Java applications to Apache Hive via JDBC
Stars: ✭ 31 (-13.89%)
Mutual labels:  hadoop
hadoop-crypto
Library for per-file client-side encyption in Hadoop FileSystems such as HDFS or S3.
Stars: ✭ 38 (+5.56%)
Mutual labels:  hadoop
datasqueeze
Hadoop utility to compact small files
Stars: ✭ 18 (-50%)
Mutual labels:  hadoop
DecisionAmbiguityRecognition
Deep learning AI, that recognizes when are people uncertain
Stars: ✭ 16 (-55.56%)
Mutual labels:  detection
chord-transitions
Transitioning Chord Diagram Demo with Angular/D3
Stars: ✭ 38 (+5.56%)
Mutual labels:  d3js
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (+75%)
Mutual labels:  detection
survey-computer-vision-2021
2021年计算机视觉技术综述分类汇总
Stars: ✭ 54 (+50%)
Mutual labels:  detection
implyr
SQL backend to dplyr for Impala
Stars: ✭ 74 (+105.56%)
Mutual labels:  hadoop
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+88.89%)
Mutual labels:  detection
detect-gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 749 (+1980.56%)
Mutual labels:  detection
Scanr
Detect x86 shellcode in files and traffic.
Stars: ✭ 16 (-55.56%)
Mutual labels:  detection
image-ndd-lsh
Near-duplicate image detection using Locality Sensitive Hashing
Stars: ✭ 42 (+16.67%)
Mutual labels:  detection
SpatiallyAdaptiveInference-Detection
Spatially Adaptive Inference with Stochastic Feature Sampling and Interpolation, ECCV 2020 Oral
Stars: ✭ 55 (+52.78%)
Mutual labels:  detection

User Behaviour Analytics

Build Status Codacy Badge

Python NPM HTML CSS JS

GitHub issues GitHub forks GitHub license

Get the updated code & documentation on XS code here

Our main development, and documentation branches are first pushed to our sponsorship repository, and then eventually pushed to our public free repository. To obtain the most updated code, and documentation for OpenUBA, subscribe to our XS Code repository.

https://cp.xscode.com/Tormorrow-SOC/OpenUB

Goals

To Build a lightweight, SIEM Agnostic, UEBA Framework focused on providing:

  • Model Management
  • Community-driven Model Library
  • Model Versioning
  • Dashboard
  • Rule Storage/Management
  • Case Management
  • Peer-oriented/community intel
  • Lightweight, SIEM-agnostic infrastructure
  • Flexible/open dataset support

Components

  • Model Client (optional)
  • Model Server (Remote or Local)
  • Transport Client
  • User Inferface

Installation

Fork this repository (Click the Fork button in the top right of this page, click your Profile Image) Clone your fork down to your local machine

git clone https://github.com/your-username/UBA.git
  1. Install pip3 if you don't have it already
    curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
    python3 get-pip.py     
    sudo python3 get-pip.py
  1. Install the python dependencies
pip3 install requirements.txt
  1. Install HADOOP and JDK
  2. Configure Spark environment by running spark_env.sh
bash spark_env.sh 
OR
./spark_env.sh
  1. Run the make file
make
  1. Point your browser to localhost:3000 to view the UI and localhost:5000 for viewing the Flask app running
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].