Skip to content

FPGA-Research-Manchester/FPGA-VS-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPGA Virus Scanner Website

The FPGA Virus Scanner website is online right now.

The FPGA Virus Scanner web application is an online interface to the FPGA Virus Scanners written by the UoM FPGA group.

The web application is mainly driven by feeding a data store with jobs, which are picked up by the scan job runner, and then expose the reports as HTML.

The Virus Scanner:

  • Provides a simple web interface for accessing the application
  • Allows users to upload their own bitstreams for virus scanning
  • Certified bitstreams can be completely described, and their designs downloaded as JSON or FASM
  • Job processing system to manage many user jobs over a long time period
  • Manages the preperation, deployment and outputs of the various FPGA scanning tools
  • Uses a simple JSON based store for the uploaded bitstream data
  • Exposes an API to access the scanning results programmatically

FPGA Website Architecture

The fpga web application is driven by the tools it invokes, the website will load jobs into the job running engine, which will update the website when the jobs are completed.

bitman

FPGA Website Tools

Bitman

Bitman is used to unpack the FPGA configuration data from the uploaded bistreams, it can be used to unpack xilinx .bit programming files from 7Series, UltraScale and UltraScale+ FPGA series, including multi-SLR devices.

Carpetner LUT

The virus scanner uses the Carpenter LUT library to map FPGA configuration data into a set of configured primitives, and then convert the primitives back into a completed FPGA implementation graph.

FPGA Virus Scanner

The main virus scanning engine takes the implemented FPGA graphs and traverses them looking for suspicious and malicous constructions. These signatures are reported back to the service via machine readable reports to be exposed to the user on the website.

Sponsors

The UK National Cyber Security Centre through the project rFAS (grant agreement 4212204/RFA 1597)

We thank AMD/Xilinx for their generous support

About

FPGA VIrus Scanner Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published