Skip to main content

iframe / Plugin Views

End User iFrame

Written by Will

Overview

Embeddable iframe for end user visibility, also available as a package-managed install cPanel, DirectAdmin, CWP and Plesk. Providing high level stats for on disk malware and RASP events with the ability to drill into on disk detections.

Package Managed

Available as an off-the-shelf view managed via rpm and deb packages for the panels listed above. Installation instructions outlined here.

API / iframe

Available via API call which generates an authenticated link to the plugin view. Can be embedded of opened in a modal / new tab. The id of the agent installed on that instance and the path on disk is required. The most reliable means of finding the agent id is via a GET request to this endpoint. Interactive API docs for the plugin here.

POST request to fetch link

https://api.monarx.com/v1/auth/plugin/link
--body
{
"agent_id": "string",
"home_dir": "string"
}

Dashboard

The landing page of the end user view. We display high level metrics of Antivirus / On Disk detections. Branding can be configured differently per-enterprise as either white-label (replace our logo with yours) or co-branded, logos along side.

A configurable link is also available to link out to either a landing page, help docs or shopping cart in environments where Active Protection is not enabled for the path in question. Site cleanup reports are optionally available via the iframe well

Antivirus View

Drilling in via either the Antivirus or Remediation widget displays a view similar to that of the "on disk state" view within app.monarx.com. Sateful representation of Malware discovered and remediated (if enabled). Users have the option to report false positives and view file contents of both malicious and compromised files here.

File detail drill in -

False positive reporting - (direct feedback to our threat research team to evaluate / restore)

In the case of compromised files, viewing the file via the drill in above renders a dif viewer option showing the original (compromised) file and the delta with the cleaned flavor.

FAQ's

In addition to hight level descriptions availble via tooltips throughout the plugin / iframe view there's also a more in depth description of some of the terminology and how things work. Currently translated (as is the rest of the plugin) in English, Spanish and German with Portuguese coming soon.

Did this answer your question?