You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,7 +142,7 @@ generate pools of identifiers like **Emails**, **SSNs**, and **Phone
142
142
Numbers** that they remix into different (ideally unique) combinations
143
143
when creating a client in our network. Then at some time in the
144
144
future, they drain those accounts via an intermediary (a **mule**) and
145
-
conduct a `CashOut` to exflitrate the money from our network.
145
+
conduct a `CashOut` to exfiltrate the money from our network.
146
146
147
147
Our methodology for finding these fraudulent accounts will be as
148
148
follows:
@@ -173,7 +173,7 @@ directionality of relationships.
173
173
> algorithm. They're great for understanding the structure of a
174
174
> graph.
175
175
176
-
<aid="orga2d73a2"></a>
176
+
<aid="orgf6c38d9"></a>
177
177
178
178
{{< figure src="/img/3rdparty/Pseudoforest.svg" caption="Figure 3: \"A graph with three components\" by David Eppstein (Public Domain, Wikipedia, 2007)" >}}
179
179
@@ -194,7 +194,7 @@ load it into memory.[^fn:2]
194
194
195
195
Recall our data model we built out in [part 1]({{< relref "paysim" >}}):
196
196
197
-
<aid="org6aa35d9"></a>
197
+
<aid="org74926fe"></a>
198
198
199
199
{{< figure src="/img/paysim-2.1.0.png" caption="Figure 4: The PaySim 2.1 Data Model" >}}
{{< figure src="/img/paysim-part3-external-transactions.svg" caption="Figure 11: External Transactions with our Large Fraud Groups" >}}
404
404
@@ -426,7 +426,7 @@ UNWIND labels(txn) AS txnType
426
426
RETURN distinct(txnType), count(txnType)
427
427
```
428
428
429
-
<aid="org3ae8d10"></a>
429
+
<aid="orgbc83ea1"></a>
430
430
431
431
{{< figure src="/img/paysim-part3-external-transactions-analysis.png" caption="Figure 12: An Analysis of Transactions between our Fraud Groups and Others" >}}
432
432
@@ -439,9 +439,9 @@ groups are **all Transfers.** Kinda fishy!
439
439
We've now identified four potential fraud rings. Let's tag them and
440
440
relate them to one another to make further analysis easier.
441
441
442
-
We'll simplify how our suspect Clients relat to one another connecting
443
-
them via direct `TRANSACTED_WITH` relationships if they've performed a
444
-
Transaction with one another:
442
+
We'll simplify how our suspect Clients relate to one another
443
+
connecting them via direct `TRANSACTED_WITH` relationships if they've
444
+
performed a Transaction with one another:
445
445
446
446
```cypher
447
447
// Recall our tagged Clients and group them by group size
0 commit comments