new: [feed] APTtrail - APT indicators with MITRE ATT&CK attribution - #10918
Open
trilwu wants to merge 1 commit into
Open
new: [feed] APTtrail - APT indicators with MITRE ATT&CK attribution#10918trilwu wants to merge 1 commit into
trilwu wants to merge 1 commit into
Conversation
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.
Generic requirements in order to contribute to MISP:
What does it do?
Adds APTtrail to the default feed list: a MISP feed of ~167,000 APT indicators
derived from Maltrail, published as one event per actor rather than one
event with 167,000 attributes — so a correlation hit pivots straight to that
actor's full infrastructure rather than into a single undifferentiated event.
ATT&CK intrusion sets and carry the
misp-galaxy:mitre-intrusion-settag,so an event links to the actor cluster.
namespace), so re-fetching updates events in place rather than duplicating
them.
to_ids; events carrytlp:clearandapt:<group>.report that published it (167,134 of 167,135 name a source report).
generator is in the repository. Feed URL is a static GitHub Pages path — no
key, no account, no rate limit.
Feed: https://trilwu.github.io/apttrail/misp-feed/manifest.json
Source and generator: https://github.com/trilwu/apttrail
enabledis set tofalseso instances opt in rather than having a newthird-party feed switch itself on; happy to flip it if you would prefer.
Scope, stated plainly: attribution is inherited from Maltrail and the MISP
galaxy rather than independently assessed, and these are historical indicators
— a hit is a lead to triage, not proof of compromise. 216 of the 340 groups are
Mandiant UNC designations, malware names or catch-all buckets that ATT&CK does
not track; those ship with their upstream name and no
Gxxxxid rather than aguess.
The change is a single 26-line addition to
app/files/feed-metadata/defaults.json; no existing entry is touched and thefile still parses.
Questions