Closed philbooth closed 5 years ago
@philbooth the events are from the DataFlow fraud detection pipeline. We are already consuming most of the events and checking whether we expect them or not, but we do not act on them, i.e., we don't add any additional blocks when DataFlow says we should.
The code is here: https://github.com/mozilla/fxa/blob/0ec1e3fc2e53092bb00a4a82da9239c9628376fa/packages/fxa-customs-server/lib/dataflow.js#L54
Where we check for expected blocks, we should instead be adding blocks.
cc @ameihm0912
@philbooth philbooth closed this in #2445 3 hours ago
\o/
Related to #2012.
Secops are going to start publishing actionable events for the customs server to consume, e.g. to block a given IP address. We should handle them but we should also put that handling behind config on a per-event basis, so we can turn things off if there are any teething problems.