Skip to content

Core|Threat Syslog Server. Collect, parse and analyze security logs.

License

Notifications You must be signed in to change notification settings

ipcis/CoreThreatServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core|Threat Server

What is Core|Threat Server?

Core|Threat Syslog Server. Collect, parse and analyze security logs. Use the Core|Threat Agent to collect logs from your windows endpoints.

Usage

run ip:port - Run Server default

debug - Run Server in debug mode

debug - Run Server in debug mode with filter - example: debug .*lsass.* or .*event.id.3.* or .*event.id.1.*

Features

  • Runs listener and collect logs
  • Use rules to identify threats

Sysmon and Network

Sysmon only captures established network connections. To monitor other connections too, start tcpdump

tcpdump -i any -nnnn "tcp[tcpflags] & (tcp-syn) == tcp-syn" and host 10.10.10.101

VirtualBox Automation

Restore snapshot

VBoxManage.exe snapshot "WIN10CLIENT-MalwareAnalyse" restore "Analyse01"

Power-Off VM

vboxmanage.exe controlvm WIN10CLIENT-MalwareAnalyse poweroff

Power-On VM

vboxmanage.exe startvm WIN10CLIENT-MalwareAnalyse

Tips & Tricks

Tail over the log

tail -f corethreat_server.log | grep HUMANLOG

About

Core|Threat Syslog Server. Collect, parse and analyze security logs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published