-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detecting malicious attack transactions #119
Comments
hi, @TheMajical |
Thank you |
Hi
I'm trying to analyze USDT transactions on TRON network so I store them as a document in my local database.
There are type of transactions that their value is so much big and unbelievable, so I checked some of them in explorers like TronScan and I've noticed that they mark these transactions as "suspected malicious attack " and set their value to 0.
Here is an example:
** TRON Scan detail **
https://tronscan.org/#/transaction/1ebe3d234ecf467d5d046a3aa95b6574e607a614273ad1e852bd0699fd0311a7
** My local database detail **
as you can see there is tokenValue field which has a fake value
Since I've received this value from my full node server
Is there any way that I can detect this type of fake transactions and avoid storing their large value?
The text was updated successfully, but these errors were encountered: