Sign inSign up

synapsa/platform

By synapsa

Updated about 1 month ago

Tool for interconnection your infrastructure with Firewalls, SIEM, Cloud services and any API

Image
1

2.7K

synapsa/platform repository overview

SYNAPSA is automation tool for interconnecting your infrastructure, sensors, support system, etc.. with your security devices

Module Inter-connector

  • Allows you to transform detected threats from IDS system into a real security policy on your firewall. You can use fully automatic approach or on-click policy deployment, which allows mitigation of the threat also for admin non familiar with particular firewall vendor
  • Integrate your support or ticketing portal with automatic security policy management on your firewall
  • Integrate your support or ticketing portal with any API action towards Palo Alto Networks devices

Module Auditor

  • Security policy checks
    real-time audit for your security ruleset to detect, alert and fix faulty policies which can be critical for threat infiltration. Administrator can exactly configure, what auditor is looking for and what action to take in case of match
  • Configuration intergrity
    real-time audit for any part of configuration, make sure you have configured what you are supposed to have and limit the user mistake or malicious activity by immediate reporting and fixing
  • CVE check
    comprehensive overview for all your managed firewalls and their matching CVEs.

Module Data Feeds
is a real-time collection of infected or malicious IP addresses, exported into external dynamic address lists, which can be included in security polices. This allows automatic policy update without commit, which speed up the mitigation process. Module is also useful for services with dynamic IP addresses, CDN address space, public cloud etc..

External scripts integration
Leverage the platform for own scripts integration to the GUI, use API key storage, export saving, etc..

For more information visit www.synapsa.tech

How to install

  • docker network create --driver bridge synapsanetwork
  • docker run --name synapsaredis --network=synapsanetwork -p 6379:6379 -d --restart always redis
  • docker run --name synapsaweb --network=synapsanetwork --dns=8.8.8.8 --cap-add=NET_ADMIN -e PARTNER=partnername -p 514:514/udp -p 514:514/tcp -p 80:80 -p 443:443 -d --restart always synapsa/platform:latest
-nameYour container name
--cap-add=NET_ADMIN Add Linux capability
-e PARTNER=partnernameYour oranization name, which license is generated for
-p 514:514/udp UDP 514 port forwarding from host to docker
-p 514:514/tcp TCP 514 port forwarding from host to docker
-p 80:80 Port 80 port forwarding from host to docker
-p 443:443 Port 443 port forwarding from host to docker
-d synapsa/platform:latestImage name from Docker Hub, version versionnumber
--dnsDefault DNS server for container

When the docker start, please wait 2 minutes and then connect to your host http://YOUR_HOST_IP
Application will ask you to enter your license key, follow the instructions in the application

Tag summary

Content type

Image

Digest

sha256:0e990924b

Size

406.8 MB

Last updated

about 1 month ago

docker pull synapsa/platform