Description
This DIM receives a product from its source, saves it as a local file, and builds an HTML index page for it. This index page is published onto MBN (the MITRE Broadcast Network).
Configuration Variables
mbnProxyHostThe hostname (x.y.z) of the machine on which an MBN proxy (a script which accepts MBN publications) residesmbnProxyPortThe port number that the MBN proxy uses.mbnRunDaysThe number of days which the published page is to be run.backWebConsolePortThe backweb console port number (default 6789)mbnChannelNameThe MBN channel on which pages will be published.Result
An HTML index page, plus any file(s) representing the product received.
How it works
1) The DIM identifies and copies files referenced from its input product. An index file is also built from the product. These files are then copied into the DIM's working directory.2) The DIM finds out the location of its working directory (relative to the root of the PAM system) and the location of the PAM system (IP address, port number, and protocol).
3)The index file is published onto MBN using an MBN proxy.
Notes