Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Eppert committed Aug 25, 2015
2 parents b258ac3 + 3d1e6e0 commit 6cbc68e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# bro_intel_linter
Bro Intel Feed Linter
The bro_intel_linter was built to verify all the appropriate tab separation, naming and verification of the single character fields ('-', 'T', 'F').

## Usage
intel_linter.py --file=<file.intel>

## Example

### Example File

Test File:
~~~
#fields indicator indicator_type meta.source meta.url meta.do_notice meta.if_in meta.whitelist meta.desc
192.168.1.1 Intel::ADDR Some kind of intelligent system - F - - Router
192.168.1.2 Intel::ADDR Some kind of intelligent system - F _ - Firewall
192.168.1.3 Intel::ADDR Some kind of intelligent system - F - - You don't want to know
~~~

Result:
~~~
WARNING: Line 3 - Invalid single character field entry, offset [5]
~~~

A clean execution means the intelligence file supplied passed all lint testing.

0 comments on commit 6cbc68e

Please sign in to comment.