Added OpenIOC mapping for DnsEntryItem/RecordName fixes #210

pull/217/head
iglocska 2014-02-17 16:20:16 +01:00
parent f5c717f067
commit da8b62d3f8
1 changed files with 2 additions and 1 deletions

View File

@ -279,8 +279,9 @@ class IOCImportComponent extends Component {
break;
case 'CookieHistoryItem/HostName':
case 'FormHistoryItem/HostName':
case 'SystemInfoItem/hostname':
case 'SystemInfoItem/Hostname':
case 'UrlHistoryItem/HostName':
case 'DnsEntryItem/RecordName':
return array('Network Activity', 'hostname');
break;
case 'RegistryItem/Text':