Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

table config

Rob edited this page May 7, 2015 · 1 revision

Home

Database Overview

####config table


key | type | value

fido.application.teststartup | bool | false |

Boolean value for whether to run in test mode (default:false).


fido.application.sqltimeout | int | 60000 |

Interger value in milliseconds for how long FIDO SQL calls will wait before timing out (default: 60000).


fido.application.sleepiteration | int | 15000 |

Integer value in milliseconds for how long FIDO will pause between iterations (default: 15000).


fido.application.fidodb | string | \data\fido.db |

Location of the local FIDO Sqlite database.


fido.application.fidodocumentation | string | %insert URL here% |

URL location of internal help documentation, i.e., Sharepoint, Confluence, etc.


fido.director.hostdetection | bool | false |

Whether to run host detection.


fido.email.vendor | string | %type% |

Type of email backend to use for processing of alerts (imap, exchange, or outlook).


fido.email.imapserver | string | %imapserver% |

If imap, the name of the imap server.


fido.email.imapport | int | %imap_port% |

If imap, the port of the imap server.


fido.email.smtpsvr | string | %internal_smtp% |

The servername of the smtp server for sending email.


fido.email.fidopwd | string | %password% |

The password used to access the email server.


fido.email.fidoacek | string | %pin% |

Pin used to encrypt password (legacy).


fido.email.fidoemail | string | %[email protected]% |

Email address to use for emails sent by FIDO.


fido.email.primaryemail | string | %[email protected]% |

The primary email address(es) to send FIDO alerts.


fido.email.secondaryemail | string | %[email protected]% |

A secondary email address(es) to send FIDO alerts.


fido.email.erroremail | string | %[email protected]% |

An email address to send an errors generated by FIDO.


fido.email.runerroremail | bool | true |

True/false value on whether to send errors generated by FIDO to the erroremail address (default: true).


fido.ldap.basedn | string | LDAP://%domain% |

The baseDN of the LDAP source to use for employee lookups.


fido.ldap.userid | string | fido@%domain% |

UserID used for LDAP bind for connecting to retrieve user information.


fido.ldap.pwd | string | %password% |

Password for LDAP bind.


fido.ldap.acek | string | %pin% |

PIN used to encrypt password (legacy).


fido.securityfeed.virustotal.apikey | string | %apikey% |

API key to use with VirusTotal.


fido.securityfeed.virustotal.trojanscore | int | 3 |

Total # of positive Trojan returns coming from VirusTotal before FIDO will process return into scoring.


fido.securityfeed.virustotal.trojanweight | int | 30 |

If fido.securityfeed.virustotal.trojanscore is >= then threatscore is equal to weight.


fido.securityfeed.virustotal.regularscore | int | 3 |

Total # of positive non-Trojan returns coming from VirusTotal before FIDO will process return into scoring.


fido.securityfeed.virustotal.regularweight | int | 15 |

If fido.securityfeed.virustotal.regularscore is >= then threatscore is equal to weight.


Clone this wiki locally