Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdraven committed Apr 2, 2024
1 parent f158505 commit 167a97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/feeds/public/otx_alienvault.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def analyze(self, item):

t = list(r)[0]
ind_obj = indicator.Indicator(
name=f"{t.identifer}",
name=f"{t.identifier}",
pattern=otx_indic["content"],
type=indicator.IndicatorType.yara,
location="OTX",
Expand Down

0 comments on commit 167a97b

Please sign in to comment.