This topic provides instructions for creating a custom feed and meta required for the Lateral Movement content (rule, report, etc.).
Context
You need to index the meta, and then create a custom feed, before you can take advantage of the Lateral Movement Content (available in Live).
Index Meta in the Concentrator
You need to index the meta in the Concentrator.
-
Depending on your version:
- For NetWitness 11.x: Go to ADMIN > Services, and select a Concentrator.
- For Security Analytics 10.x: From the Security Analytics menu, select Administration > Services, and select a Concentrator.
- Select View > Config from the Actions menu.
- Select the Files tab, then select the index-concentrator-custom.xml file.
-
Add the following lines:
<key description="HVA Escalation Contact" level="IndexValues" name="fd.escalate" format="Text"/>
<key description="High Value Asset Group" level="IndexValues" name="fd.hva.group" format="Text"/><key description="High Value Asset Type" level="IndexValues" name="fd.hva.type" format="Text"/>
<key description="HVA Product Line" level="IndexValues" name="fd.prod.line" format="Text"/>
<key description="High Value Asset Description" level="IndexValues" name="fd.hva.desc" format="Text"/>Note: The first two lines (in bold) are required: the others are optional.
Create the Feed
The feed data file (.csv) must be available on the local file system.
To create the custom feed:
-
Create a file, HighValue.csv, with the following format:
feedname,event.computer,fd.hva.type,fd.hva.desc,fd.hva.group,fd.prod.line,fd.escalate
These are the column names.
Note: Only the fd.hva.group (High Value Asset Group) and fd.escalate (HVA Escalation Contact) columns are required. These fields are used in the Lateral Movement Indicators report.
-
Depending on your version:
- For NetWitness 11.x: In the NetWitness menu, select CONFIGURE > Custom Feeds.
- For Security Analytics 10.x: In the Security Analytics menu, select Live > Feeds.
-
In the toolbar, click .
The Setup Feed dialog is displayed.
-
To select the feed type, click Custom Feed and Next.
The Configure a Custom Feed wizard is displayed, with the Define Feed form open.
-
Fill in the following values:
- For the Name, enter HighValue.
- For the file, navigate to your HighValue.csv file, using the Browse button.
-
Click Next.
The Select Services form is displayed.
-
To identify services on which to deploy the feed, select one or more Decoders, and click Next.
The Define Columns form is displayed. -
To map columns in the Define Columns form:
- Select Non IP for the Index type, and select 1 for the index column.
- From the Callback Key drop-down list, select event.computer.
-
Click Next, then review the feed information, and if correct, click Finish.
If you created the feed with all of the optional columns listed in step 1, your Review form would look similar to the following: