Skip to content

Commit

Permalink
work in progress for mandiant threat intel integration, cisagov#358
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 8, 2024
1 parent b07504f commit 7810d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bin/zeek_threat_feed_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def map_mandiant_indicator_to_zeek(
for hashish in hashes:
if hashVal := hashish.get('value', None):
tmpItem = copy.deepcopy(zeekItem)
tmpItem[ZEEK_INTEL_INDICATOR] = hashish
tmpItem[ZEEK_INTEL_INDICATOR] = hashVal
if newId := hashish.get('id', None):
tmpItem[ZEEK_INTEL_META_URL] = f'https://advantage.mandiant.com/indicator/{newId}'
results.append(tmpItem)
Expand Down

0 comments on commit 7810d02

Please sign in to comment.