Report MisclassificationWe recommend to report all false positives to xorlab via Reporting a Misclassification, where possible. This helps improving the detection in a sustainable way.
Primary measures
1️⃣Let the system handle it
xorlab learns whenever an email is released from the quarantine. It will reduce the chance that the next email from the same sender will be quarantined again.Auto-learningFor a specific sender: The more emails are released, the less aggressive the detection is for that sender. However, it will never fully disable all checks.
- The sender needs to have authentication (
#auth). - The false positives must come from the same sender address.
- Release the email from quarantine.
2️⃣Add sender to the low trusted sender list
This is the go-to action for most situations that do not resolve on its own. It will reduce the phishing and spam detection for that sender to a minimum, but keeps malware and BEC rules still active. For the full list of trust levels and what each one changes, see Trusted Senders and Infrastructure. Requirements:- The sender needs to have authentication (
#auth). - You do not expect to receive malicious emails from there.
- It is not a BEC or malware false positive. (1)
- Some of the more aggressive malware rules will also be deactivated by the Low trusted sender list. Therefore in some cases the list also works for malware verdicts.
- Open the email in the detail view.
- Press W, or click on the three dots in the upper right and choose Whitelist.
- Select Low trusted sender addresses and save.
3️⃣ Create a campaign
Campaign are used when the requirements for the Low trusted sender list are not fulfilled. It allows you to let through very specific emails by creating a search that matches only the desired emails. The full guide about campaigns can be found here: Campaigns. Requirements:- None. Campaigns can always be used, but they require a bit more effort for creation and life-cycling.
- Find aspects of the email that are present in all of the false positives. Examples are: subject keywords, display name, sender address, etc.
- Create a search query that is as specific as possible and only matches the false positives. Examples:
from:sender@example.com AND subject:*Notification*. - Create a campaign for that search query and set the action to Deliver.
- Tip: You can still exclude certain verdicts from the Deliver campaign, for example to exclude malware:
from:sender@example.com AND subject:*Notification* AND NOT #malware.
- Tip: You can still exclude certain verdicts from the Deliver campaign, for example to exclude malware:
Special cases
Malware false positives with #networkactivity
If an attachment makes suspicious DNS requests in the Sandbox, the email might be quarantined even though it is legitimate. In such cases, you can allow specific domains for DNS requests. Requirements:- The malware false positive needs to have the tag
#networkactivity.
- For the affected email, open the Attachments tab and click on the attachment with the red Sandbox symbol.
- In the new dialog, copy the domain marked as
SUSPICIOUSin the Network tab. - Go to Settings → Lists → Whitelists and add the domain to the Dynamic DNS request whitelist, see Whitelists.