mirror of https://github.com/MISP/misp-modules
Merge pull request #443 from trustar/main
fixed typo causing firstSeen and lastSeen to not be pulled from enric…pull/447/head
commit
a9900a6fe9
misp_modules/modules/expansion
|
@ -39,7 +39,7 @@ class TruSTARParser:
|
|||
|
||||
# Relevant fields from each TruSTAR endpoint
|
||||
SUMMARY_FIELDS = ["severityLevel", "source", "score", "attributes"]
|
||||
METADATA_FIELDS = ["sightings", "first_seen", "last_seen", "tags"]
|
||||
METADATA_FIELDS = ["sightings", "firstSeen", "lastSeen", "tags"]
|
||||
|
||||
REPORT_BASE_URL = "https://station.trustar.co/constellation/reports/{}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue