Skip to content

Commit

Permalink
Recorded Future bug fix (demisto#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itay4 authored Jul 22, 2018
1 parent 4d88613 commit 8798911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Integrations/integration-Recorded_Future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ script:
'RelatedEntities': related_entities_ec
}
}
elif entity_type == 'file':
elif entity_type == 'hash':
ec[outputPaths['file']] = {
determine_hash(entity_value): entity_value,
'RecordedFuture': {
Expand Down Expand Up @@ -829,3 +829,4 @@ script:
type: string
description: Look up threat intel context for an indicator in Recorded Future.
runonce: false
releaseNotes: "-"

0 comments on commit 8798911

Please sign in to comment.