API Reference
Functions listed in the order they should be used

  1. startupSNF() - Initializes the SNF engine and loads the rulebase  
  2. startupSNFAuthenticated() - Initializes SNF with license info 
  3. setThrottle() - Sets a concurrent thread limit (if desired) 
  4. testIP() - Returns the GBUdb reputation range for an IP
  5. getIPReputation() - Returns IP Reputation Figure for an IP
  6. scanBuffer() - Scans a message buffer
  7. scanFile() - Scans a message file
  8. getScanXHeaders() - Returns the scan result and XHeaders
  9. getScanXMLLog() - Returns the scan result and XML Log data
  10. getScanClassicLog() - Returns the scan result and Classic Log Data
  11. getScanResult() - Returns the scan result (nothing else)
  12. closeScan() - Closes the scan and releases resources
  13. shutdownSNF() - Shuts down the SNF engine