Skip to main content

PlexTrac

PlexTrac is pentest reporting platform that scans your assets and generates pentest findings from those assets. You can bring asset, assessment, client, and other security data from PlexTrac into Brinqa to construct a unified view of your attack surface and strengthen your cybersecurity posture.

This document details the information you must provide for the connector to authenticate with PlexTrac and how to obtain that information from PlexTrac. See create a data integration for step-by-step instructions on setting up the integration.

Required connection settings

When setting up a data integration, select PlexTrac from the Connector drop-down. If you cannot find the connector in the drop-down, make sure that you have installed it first. You must provide the following information to authenticate PlexTrac with Brinqa:

  • API URL: The PlexTrac API URL. The default format is https://<ServerName>/.

  • Username and Password: The username and password associated with the PlexTrac user, which must have permissions to log in to the API server and return data.

    info

    The PlexTrac user must have at least the Analyst or Standard User role assigned to them in order to retrieve data from the PlexTrac API. For additional information on roles and users, see PlexTrac documentation.

Additional settings

The PlexTrac connector contains additional options for specific configuration:

  • Page size: The maximum number of records to get per API request. The default setting is 100. It is not recommended to go over 100.

  • Parallel requests: The maximum number of parallel API requests. The default setting is 4.

Types of data to retrieve

The PlexTrac connector can retrieve the following types of data from the PlexTrac API:

Table 1: Data retrieved from PlexTrac

Connector ObjectRequiredMaps to Data Model
AssetYesHost
AssessmentYesAssessment
ClientNoNot Mapped
FindingYesPentest Finding,
Pentest Finding Definition
info

For detailed steps on how to view the data retrieved from PlexTrac in the Brinqa Platform, see How to view your data.

Attribute mappings

Expand the sections below to view the mappings between the source and the Brinqa data model attributes.

Asset

Table 2: Asset attribute mappings

Source Field NameMaps to Attribute
assetname
assetCriticalityLocal variable
clientIdLocal variable
createdAtLocal variable
cuidLocal variable
data_ownerLocal variable
descriptiondescription
dns_namednsNames
findings.infoLocal variable
hostnamehostnames
host_fqdnLocal variable
host_rdnsLocal variable
idUid
knownIpsipAddresses
mac_addressmacAddresses
netbios_nameLocal variable
notesLocal variable
operatingSystemsLocal variable
parentLocal variable
pciStatusLocal variable
physical_locationlocation
portsLocal variable
system_ownerowner
tagstags
total_cvesLocal variable
typecategories
updatedAtLocal variable
info

Local variable indicates that the field is processed within a specific context, such as a particular workflow or calculation. Unlike other attributes, local variables aren't mapped to the unified data models. They only exist on the source data model.

Assessment

Table 3: Assessment attribute mappings

Source Field NameMaps to Attribute
all_approvedLocal variable
assess_iduid
assessment_datelastAssessed
assessment_titlename
client_idLocal variable
client_nameLocal variable
doc_typeLocal variable
framework.categoriesLocal variable
framework.idLocal variable
framework.labelLocal variable
framework.titleLocal variable
framework.versionLocal variable
has_reviewersLocal variable
last_updated_by.createdAtlocal variable
last_updated_by.emaillocal variable
last_updated_by.updatedAtlocal variable
questionnaire_idLocal variable
reviewers.emailLocal variable
saved_atLocal variable
tenant_idLocal variable
info

Local variable indicates that the field is processed within a specific context, such as a particular workflow or calculation. Unlike other attributes, local variables aren't mapped to the unified data models. They only exist on the source data model.

Finding

Table 4: Finding attribute mappings

Source Field NameMaps to Attribute
affected_assets.cuidtargets
affected_assets.knownIpsLocal variable
assignedToLocal variable
calculated_severityLocal variable
client_idLocal variable
client_nameLocal variable
closedAtlastFixed
code_samplesLocal variable
createdAtsourceCreatedDate
cuiduid
descriptiondescription
doc_typeLocal variable
doc_versionLocal variable
exhibitsLocal variable
finding_idLocal variable
flaw_idtype, uid
jiraIssueLocal variable
last_updatesourceLastModified
recommendationsrecommendation
reopenedAtLocal variable
report_idLocal variable
reportedAtpublishedDate, local variable
report_nameLocal variable
referencesreferences
risk_scoreVector (Calculate)
sevLocal variable
selectedScoreLocal variable
serviceNowTicketLocal variable
severityseverity, severityScore, sourceSeverity
severity_keyLocal variable
sourceLocal variable
statussourceStatus, status, statusCategory
subStatusLocal variable
tagstags
tenant_idLocal variable
titlename, Local variable
visibilityLocal variable
info

Local variable indicates that the field is processed within a specific context, such as a particular workflow or calculation. Unlike other attributes, local variables aren't mapped to the unified data models. They only exist on the source data model.

Operation options

The PlexTrac connector supports the following operation options. See connector operation options for information about how to apply them.

Table 5: PlexTrac connector operation options

Connector ObjectOptionAll Possible ValuesDescriptionExample
AssettagAny PlexTrac asset tagsA comma-separated list of asset tags. Return only the assets with the specified tag(s).Key: tag Value: ac.1.002,ac.2.007. This key and value combination only retrieves assets with the ac.1.002 or ac.2.007 tags.
typeApplication, General, Network Device, Server, WorkstationA comma-separated list of asset types. Return only the assets of the specified type(s).Key: type Value: Application,Workstation. This key and value combination only retrieves assets of the application or workstation asset type.
ClienttagAny PlexTrac client tagA comma-separated list of client tags. Return only the clients with the specified tag(s).Key: tag Value: clientTag1,clientTag2. This key and value combination only retrieves clients with the clientTag1 and clientTag2 tags.
FindingfindingTagsAny PlexTrac finding tagA comma-separated list of finding tags. Return only the findings with the specified tag(s).Key: findingTags Value: test_tag1,test_tag2. This key and value combination only retrieves findings with the test_tag1 and test_tag2 tags.
severityInformational, Low, Medium, High, CriticalA comma-separated list of finding severity levels. Return only the findings with the specified severities.Key: severity Value: High,Critical. This key and value combination only retrieves high and critical findings.
sourceAny PlexTrac finding sourceA comma-separated list of finding sources. Return only findings from the specified source(s). See PlexTrac documentation on how to identify the source of a finding.Key: source Value: Nessus,Veracode. This key and value combination only retrieves findings that originate from Nessus and Veracode scans into PlexTrac.
statusclosed, in process, openA comma-separated list of finding status levels. Return only the findings with the specified status.Key: status Value: open. This key and value combination only retrieves open findings.
visibilitydraft, publishedReturn only the findings with the specified state. For additional information, see PlexTrac documentation.Key: visibility Value: published. This key and value combination only retrieves published findings.
note

The option keys and values are case-sensitive as they are shown in this documentation.

APIs

The PlexTrac connector uses the PlexTrac API v2. Specifically, it uses the following endpoints:

Table 6: PlexTrac API Endpoints

Connector ObjectAPI Endpoints
AssetPOST /api/v2/tenant/assets
AssessmentGET /api/v2/tenants/{tenantId}/assessments
ClientPOST /api/v2/clients
FindingGET /api/v2/clients/{clientId}/reports/{reportId}/findings
GET /api/v2/reports

Changelog

The PlexTrac connector has undergone the following changes:

3.0.0