Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.12 KB

.env.markdown

File metadata and controls

23 lines (15 loc) · 1.12 KB

Environment file info

If you're running in production, you should set these securely.

However, if you just want to experiment, set the following values

CTIBUTLER

sigma2stix requires ctibutler to lookup ATT&CK references

  • CTIBUTLER_BASE_URL: 'http://api.ctibutler.com' (recommended)
    • If you are running CTI Butler locally, be sure to set 'http://host.docker.internal:8006/api/' in the .env file otherwise you will run into networking errors.
  • CTIBUTLER_API_KEY:

VULMATCH

sigma2stix requires vulmatch to lookup CVEs references

  • VULMATCH_BASE_URL: 'http://api.vulmatch.com' (recommended)
    • If you are running Vulmatch locally, be sure to set 'http://host.docker.internal:8005/api/' in the .env file otherwise you will run into networking errors.
  • VULMATCH_API_KEY: