There are moments every server admin dreads. Like when your security tool blocks a file that you know is safe, and when you find a suspicious file that your tool missed entirely.
False positives are frustrating disruptions that can break a site and create support tickets, while false negatives cause a nagging uncertainty that leaves you wondering what else might be lurking undetected. In both cases, you want to report it because you want the system to get smarter.
But previously, submitting a file for analysis might have felt like sending it into a black hole. You do your part, but you never find out what happens next. Was it reviewed? Was it a true threat? Could it be included in the next signature update?
Now, we’re changing that.
Here at Imunify, we see security as a partnership. Our security analysts, automated systems, and threat intelligence network are on patrol 24/7, but you, as the expert on the ground, provide us with invaluable insights when you report issues. That’s why we’re introducing an improved way to submit false positives and false negatives directly to our analysis team: a new command-line submission tool.
The new process is handled via a command-line script, designed for server administrators who want a quick and automatable way to interact directly with our systems.
Before you begin, please ensure your server meets the following requirements:
There is one quick step to get the tool ready:
The script uses environment variables to pass arguments. You can always see the latest options with the --help flag.
Use the --post (or -p) flag to submit a file. You'll need to provide the FILE_PATH, the REASON (false_positive or false_negative), and your API_TOKEN. You can also add an optional NOTE for context, like a support ticket number.
The system will respond with a unique _id for your submission, which you can use to track it.
Use the --get (or -g) flag to fetch the status of your submissions. You can filter by SUBMISSION_ID, NOTE, FILE_PATH, and other parameters.
Example of fetching results using the note from the previous submission:
The response will include a verdicts section. If the section is empty, the file is still being processed. If it contains data, you will see the final verdict from our analysts, including the date and any comments.
Example response with a verdict:
This improved process is a key step in providing you with the transparency you deserve. We look forward to your feedback as we continue to work together to make Imunify360's protection more precise and effective. Please reach out to our support team if you have any questions or feedback