319. Adversaries Abuse JSON Storage Services for Malware Delivery
Hello everyone!
Let's keep digging into how adversaries misuse legitimate web-services, and this time we'll look at JSON storage services.
According to this report, adversaries started to use JSON storage services like JSON Keeper, JSONsilo, and npoint.io to host and deliver malware from trojanized code projects.
This knowledge provides us a hunting opportunity:
event_type: "dnsreq"
AND
dns_rname: ("jsonkeeper.com" OR "jsonsilo.com" OR "npoint.io")
See you tomorrow!

Comments
Post a Comment