Skip to content

en0io/maka-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Project Maka API

Agent Administration

Create Agent

Useful for bulk creating new agents in deployment scripts.

Content Type: application/x-www-form-urlencoded

URL: POST https://s.en0.io/api/createReporter

Required fields:

  • key - your account API key
  • hostname - the hostname of the agent

Delete Agent

Unavailable via API at this time, must be done from UI or directly via database.


Report Endpoints

UFW-formatted log submission

Content Type: application/x-www-form-urlencoded

URL: POST https://s.en0.io/api/v2/logevent/ufw

Required fields:

  • key - your agent API key
  • log - the line from the ufw.log file, encoded in base64

filterlog-formatted log submission

WIP

fail2ban sshd log submission

Content Type: application/x-www-form-urlencoded

URL: POST https://s.en0.io/api/v2/logevent/sshd

Required fields:

  • key - your agent API key
  • log - the line from the fail2ban.log file, encoded in base64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors