cudeso / misp-tip-of-the-week

A collection of tips for using MISP.
74 stars 8 forks source link

[TIP] Upload large malware samples #20

Closed cudeso closed 2 years ago

cudeso commented 2 years ago

Category

Select one: Threatintel

Tags

malware

Tip

If you store (large) malware samples in MISP and run into a "500: Internal Server Error" then it's time to increase the file upload limits in PHP. Change upload_max_filesize and post_max_size and restart Apache.

cudeso commented 2 years ago

1