Add Indicators of compromise for the BTMOB Android RAT - #45
Open
nimrod-a wants to merge 9 commits into
Open
Conversation
besendorf
reviewed
Jul 17, 2026
besendorf
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for the contribution — the bundle and catalog entry look good overall.
One minor data-quality issue: sha256.txt contains the same SHA-256 twice, once uppercase and once lowercase (lines 63–64). The generator treats these as distinct strings, so the STIX bundle also carries duplicate semantic indicators. Please remove one and update the stated count to 162 unique IOCs.
added 2 commits
July 20, 2026 18:13
Author
|
Thank you for the review. Removed the duplicate hash! |
Author
|
Since indicators.yaml was updated via #46 it needs to be adjusted to avoid merge conflict |
Author
|
@besendorf is anything missing from the IoCs? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Indicators of compromise for the BTMOB Android RAT.
A total of 163 indicators:
Sources
Since some of the samples are available online, it might be useful to check for recurring patterns (paths, assets etc.) that would enable more general IoCs, since infrastructure and sample indicators frequently change.
Closes #44