Faster windows uploads to Cloud Hosted Reporting service
search cancel

Faster windows uploads to Cloud Hosted Reporting service

book

Article ID: 165763

calendar_today

Updated On:

Products

CDP Integration Server

Issue/Introduction

When using PSCP, users may find themselves bound by the restrictive 16k window size, resulting in unsatisfactory performance from their log file uploads.

Using Cygwin and the OpenSSH package, we can benefit from the larger window size OpenSSH uses. This FAQ is here to provide a basic, generic guide to installing and using cygwin for this purpose.

Download and run the Cygwin setup file, hit [ Next > ], leave the top radio option selected and hit [ Next > ] again.

Choose A Download Source

 

Choose a suitable path for your cygwin installation, and select the most suitable "Install For" setting for your deployment.

Select Root Install Directory

 

The directory specified on the subsequent page is just a temporary directory for downloading the install packages prior to installation, hit [ Next > ]

Select Local Package Directory

 

Apply the necessary settings to help the Cygwin installer to get to the internet, and hit [ Next > ]:

Select Your Internet Connection

Cygwin will retrieve a list of mirrors, and on the subsequent screen allow you to choose between them

The mirrors will vary in speed, find one that performs well according to your own testing and hit [ Next > ]

Choose A Download Site

Cygwin will download a list of packages from your chosen mirror:

Type "open" in the search dialogue at the top, expand the "Net" section and click the "skip" text next to OpenSSH, this will come up with a version number. The most recent visible is fine. Ensure the tick box under the "B" (cut off in the screenshot, this is the "Bin?" field, and means you'll be downloading the executable, not the source code). With the version and Bin set for OpenSSH.

If you're familiar with Linux, you may also like to do the same for "Bash" The Bourne Again SHell, or whichever your preference is under the "Shell" category.

When you've chosen your packages click [ Next > ]

Select Packages

You'll be presented by a "resolving dependencies" page, ensure the "Select required packages (RECOMMENDED) " field is ticked:

Resolving Dependencies

 and [ Next > ]

Progress - Installation page

 Your chosen (and some required) packages will be downloaded and installed.

 

Create Icons

Hit [ Finish ] and use your cygwin icon to load up.

Change directory to your log directory with the "cd" command. Your disk can be referenced from within cygwin using /cygdrive/<driveletter>/path/to/your/logs.

cd to /cygdrive/<mydisk>/<mylogdirectory>

 

And use the scp command to upload those files, referencing your key file and username as documented on the hosted reporting page.

use the SCP command described in the hosted reporting page of the threatpulse portal

 

This functionality can be scheduled using the DOS Batch file attached to this article using windows Task Scheduler, you will need to edit the four variables at the top, and ensure you're moving to the cygwin disk (defaults to C:).

Resolution

Log upload