Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
tylabs committed Aug 28, 2018
1 parent 3084e2e commit ac45b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bro-pkg.meta
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
script_dir = .
description = MISP+Bro. Dovehawk is a Bro Module to import MISP indicators to the Intel Framework automatically and report sightings directly back to MISP as they happen.
tags = intel, MISP, sightings, signatures
version = 1.00.000
version = 1.00.001
4 changes: 2 additions & 2 deletions scripts/dovehawk.bro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dovehawk Bro Module V 1.00.000 2018 08 23
# Dovehawk Bro Module V 1.00.001 2018 08 28 @tylabs

module dovehawk;

Expand All @@ -13,7 +13,7 @@ module dovehawk;
redef Intel::item_expiration = 7hr;

export {
global DH_VERSION = "1.00.000";
global DH_VERSION = "1.00.001";

global dh_meta : Intel::MetaData = [
$source = "MISP",
Expand Down

0 comments on commit ac45b68

Please sign in to comment.