SigmaHQ/sigma

Adding new hosting sites to downloading rules

omaramin17 opened this issue · 3 comments

Description of the Idea of the Rule:

It has been observed from the recently published Microsoft blog, the usage of multiple hosting sites such as onrender.com, glitch.me, and supabase.co for malware delivery, where they create a unique subdomain, such as test-project.onrender.com, and connect the project to their GitHub Pages to host malicious files, making these accessible from such subdomains

image -> an example from onrender dashboard where i created a project called threat-test.onrender.com and connected it to my github page repository .

Adding these sites :

  • onrender.com
  • glitch.me
  • supabase.co

to the following rules :

Public References

https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/

Welcome @omaramin17 👋

It looks like this is your first issue on the Sigma rules repository!

The following repository accepts issues related to false positives or 'rule ideas'.

If you're reporting an issue related to the pySigma library please consider submitting it here

If you're reporting an issue related to the deprecated sigmac library please consider submitting it here

Thanks for taking the time to open this issue, and welcome to the Sigma community! 😃

Thanks @omaramin17

I will get the rules updated as soon as I can.

Resolved in #4702