False positive on delegated inbox detection
See original GitHub issueHi, I have detected a problem with the gmail.get.delegated_to_email()
function which is defined as follow:
Returns the email address of the user the account is currently delegated to (if the inbox is used by the owner, this function returns null)
It is working as described in the doc on one of my G Suite domain where delegation is enabled, but not on an other one where email delegation is disabled at a domain level:
On the 2nd domain (mail delegation off), gmail.get.delegated_to_email()
always returns the mailbox owner email address instead of null
.
It appears that api.helper.get.is_delegated_inbox
is always returning true in that case.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Signs of Business Email Compromise (BEC) Phishing ...
If you've integrated O365 with your SIEM, modify the query or rule set to alert and filter out known false positives. 6. New...
Read more >Report False Positives or Missed Spam
A false negative, or missed spam, email message is a spam message that spamBlocker does not correctly identify as spam.
Read more >(False Positives) How to handle legitimate emails getting ...
How to handle Legitimate emails getting blocked (False Positive), using Microsoft Defender for Office 365.
Read more >FalconFriday — Password Spraying with(out) MDI— 0xFF10
This is obviously a false positive. Another case of a false positive might be an incorrectly configured application, trying to authenticate with ...
Read more >False Positive overview
A false positive is a condition wherein the scanner reports that a vulnerability exists in the system, but in reality there is no...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@josteink My bad, I totally forgot it!
As discussed, we will deal with this problem in #447