Skip to content
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

Adding new link domains to shady-links #434

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

sobregosodd
Copy link
Contributor

@sobregosodd sobregosodd commented Aug 2, 2024

Added sites observed in malicious samples

closes #180

@@ -25,6 +25,7 @@ rules:
- pattern-either:
# complete domains
- pattern-regex: (http[s]?:\/\/[^\n\[\/\?#"']*?(bit\.ly|discord\.com|workers\.dev|transfer\.sh|filetransfer\.io|sendspace\.com|appdomain\.cloud|backblazeb2\.com\|paste\.ee|ngrok\.io|termbin\.com|localhost\.run|webhook\.site|oastify\.com|burpcollaborator\.me)\/)
- pattern-regex: (http[s]?:\/\/[^\n\[\/\?#"']*?(oast\.(pro|live|site|online|fun|me)|api\.telegram\.org|rentry\.co)\/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC we had api.telegram.org in the past and it triggered quite a lot of noise

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, will run it against the top 1k before merge

Copy link
Contributor Author

@sobregosodd sobregosodd Aug 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just had 1 hit in the top 1 pypi and 0 hits in top 1k npm.
(could not find telegram in the repo history)
I'll proceed

Copy link
Contributor

@ikretz ikretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sobregosodd sobregosodd merged commit a08610a into main Aug 5, 2024
10 checks passed
@sobregosodd sobregosodd deleted the s.obregoso/improve_shady_links branch August 5, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Heuristic to identify calls to Discord or Telegram webhooks
3 participants