Find transactions known as address poisoning attack according to the following criteria:

Edmund, thank you for that scheme.
token_account_address with owner_address, since the owner address shown in the UI can be mimicked in a poisoning attack.block_time >= TRY_CAST('2025-05-01 12:00:00' AS TIMESTAMP)
AND block_time < TRY_CAST('2025-05-01 12:30:00' AS TIMESTAMP)
Your table output format should have the following columns:
owner_to_original
owner_from_poisoning
tx_signature_original
tx_signature_poisoning
block_time_original
block_time_poisoning
amount_usd_original
amount_usd_poisoning
Solana data:
Relevant data is in tokens_solana.transfers
Correctness criteria:
The score would depend on how many transaction pairs (tx_signature_original, tx_signature_poisoning) you detected correctly.
