NethermindEth/Forta-Agents

FP issue - Native ice phishing (targets interacting more than once with the hacker)

Closed this issue · 3 comments

Vxatz commented

Hi Ivan, although there is a check for every transaction that this is the first interaction between the "victim" and the "attacker", one possible solution is to repeat the check (that this was still the only interaction) just before firing the alert. This can catch a few FPs, although not the ones in which the 2nd interaction happens after the alert is triggered.

could we apply a similar approach to what Tayfun does in the private key compromise. Emit a low severity alert, wait for some time, and if the condition still holds emit another high severity alert?

Vxatz commented

@christian-forta, I added an alert of Critical Severity which is fired a week after the first (NIP-7)