janrakshak-ml-api / scripts /demo_graph_payload.json
Archit
Deploy FastAPI Backend to HF Space
96ac3c1
Raw
History Blame Contribute Delete
1.06 kB
[
{
"source": "Victim_A",
"target": "Mule_Account_1",
"weight": 50000.0,
"timestamp": "2023-10-01T10:00:00"
},
{
"source": "Victim_B",
"target": "Mule_Account_1",
"weight": 75000.0,
"timestamp": "2023-10-01T11:30:00"
},
{
"source": "Victim_C",
"target": "Mule_Account_1",
"weight": 120000.0,
"timestamp": "2023-10-02T09:15:00"
},
{
"source": "Mule_Account_1",
"target": "Master_Wallet_X",
"weight": 240000.0,
"timestamp": "2023-10-02T12:00:00"
},
{
"source": "Victim_D",
"target": "Mule_Account_2",
"weight": 15000.0,
"timestamp": "2023-10-03T14:20:00"
},
{
"source": "Victim_E",
"target": "Mule_Account_2",
"weight": 25000.0,
"timestamp": "2023-10-03T16:45:00"
},
{
"source": "Mule_Account_2",
"target": "Master_Wallet_X",
"weight": 38000.0,
"timestamp": "2023-10-04T10:00:00"
}
]