OVERDRIVEQA Security Assessment Report
REPORT   b0bf6c05-f38f-4051-93c8-1cde1d0a573a
ISSUED   2026-05-24 22:29 UTC
CONFIDENTIAL
External Web & Network Assessment

Vulnerability findings for the public-facing infrastructure of overdriveqa.co.za

Target: https://overdriveqa.co.za/  ·  197.221.14.40

01   Executive overview Severity distribution across 153 findings

Critical
0
High
0
Medium
3
Low
7
Informational
143
Targethttps://overdriveqa.co.za/
Resolved IP197.221.14.40
Scan window2026-05-24 · 22:29:30 UTC
Toolshttpx · nmap · subfinder · zap

02   Top findings Ranked by severity

Highest-impact issues identified during the assessment (non-informational), ordered by severity.

# Severity Finding Affected Instances
01 Medium Content Security Policy (CSP) Header Not Set overdriveqa.co.za 2
02 Medium Missing Anti-clickjacking Header overdriveqa.co.za 1
03 Medium Sub Resource Integrity Attribute Missing overdriveqa.co.za 1
04 Low Cross-Domain JavaScript Source File Inclusion overdriveqa.co.za 1
05 Low Cross-Origin-Embedder-Policy Header Missing or Invalid overdriveqa.co.za 1
06 Low Cross-Origin-Opener-Policy Header Missing or Invalid overdriveqa.co.za 1
07 Low Cross-Origin-Resource-Policy Header Missing or Invalid overdriveqa.co.za 2
08 Low Permissions Policy Header Not Set overdriveqa.co.za 2
09 Low Strict-Transport-Security Header Not Set overdriveqa.co.za 3
10 Low X-Content-Type-Options Header Missing overdriveqa.co.za 2
11 Informational Modern Web Application overdriveqa.co.za 1
12 Informational Re-examine Cache-control Directives overdriveqa.co.za 2
13 Informational Storable and Cacheable Content overdriveqa.co.za 2

03   Findings Detailed observations, ordered by severity

Each finding records what was observed, where it was observed, and supporting evidence from the scanning toolchain.

M-01

Content Security Policy (CSP) Header Not Set

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
What was found

Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.

Evidence
https://overdriveqa.co.za/
https://overdriveqa.co.za/sitemap.xml
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP
  • https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
  • https://www.w3.org/TR/CSP/
  • https://w3c.github.io/webappsec-csp/
  • https://web.dev/articles/csp
  • https://caniuse.com/#feat=contentsecuritypolicy
  • https://content-security-policy.com/
M-02

Missing Anti-clickjacking Header

Medium Easy fix zap CWE-1021
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
Parameter
x-frame-options
What was found

The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.

Evidence
https://overdriveqa.co.za/x-frame-options
Suggested remediation

Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.

If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive.

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options
M-03

Sub Resource Integrity Attribute Missing

Medium Moderate fix zap CWE-345
CONFIDENCE   High
INSTANCES   1
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
What was found

The integrity attribute is missing on a script or link tag served by an external server. The integrity tag prevents an attacker who have gained access to this server from injecting a malicious content.

Evidence
https://overdriveqa.co.za/<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js"></script>
Suggested remediation

Provide a valid integrity attribute to the tag.

References
  • https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
L-01

Cross-Domain JavaScript Source File Inclusion

Low Moderate fix zap CWE-829
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
Parameter
https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js
What was found

The page includes one or more script files from a third-party domain.

Evidence
https://overdriveqa.co.za/<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js"></script>
Suggested remediation

Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.

L-02

Cross-Origin-Embedder-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
Parameter
Cross-Origin-Embedder-Policy
What was found

Cross-Origin-Embedder-Policy header is a response header that prevents a document from loading any cross-origin resources that don't explicitly grant the document permission (using CORP or CORS).

Evidence
https://overdriveqa.co.za/Cross-Origin-Embedder-Policy
Suggested remediation

Ensure that the application/web server sets the Cross-Origin-Embedder-Policy header appropriately, and that it sets the Cross-Origin-Embedder-Policy header to 'require-corp' for documents.

If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Embedder-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-embedder-policy).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy
L-03

Cross-Origin-Opener-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
Parameter
Cross-Origin-Opener-Policy
What was found

Cross-Origin-Opener-Policy header is a response header that allows a site to control if others included documents share the same browsing context. Sharing the same browsing context with untrusted documents might lead to data leak.

Evidence
https://overdriveqa.co.za/Cross-Origin-Opener-Policy
Suggested remediation

Ensure that the application/web server sets the Cross-Origin-Opener-Policy header appropriately, and that it sets the Cross-Origin-Opener-Policy header to 'same-origin' for documents.

'same-origin-allow-popups' is considered as less secured and should be avoided.

If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Opener-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-opener-policy).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Opener-Policy
L-04

Cross-Origin-Resource-Policy Header Missing or Invalid

Low Easy fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
Parameter
Cross-Origin-Resource-Policy
What was found

Cross-Origin-Resource-Policy header is an opt-in header designed to counter side-channels attacks like Spectre. Resource should be specifically set as shareable amongst different origins.

Evidence
https://overdriveqa.co.za/Cross-Origin-Resource-Policy
https://overdriveqa.co.za/robots.txtCross-Origin-Resource-Policy
Suggested remediation

Ensure that the application/web server sets the Cross-Origin-Resource-Policy header appropriately, and that it sets the Cross-Origin-Resource-Policy header to 'same-origin' for all web pages.

'same-site' is considered as less secured and should be avoided.

If resources must be shared, set the header to 'cross-origin'.

If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Resource-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-resource-policy).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy
L-05

Permissions Policy Header Not Set

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
What was found

Permissions Policy Header is an added layer of security that helps to restrict from unauthorized access or usage of browser/client features by web resources. This policy ensures the user privacy by limiting or specifying the features of the browsers can be used by the web resources. Permissions Policy provides a set of standard HTTP headers that allow website owners to limit which features of browsers can be used by the page such as camera, microphone, location, full screen etc.

Evidence
https://overdriveqa.co.za/
https://overdriveqa.co.za/sitemap.xml
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Permissions-Policy
  • https://developer.chrome.com/blog/feature-policy/
  • https://scotthelme.co.uk/a-new-security-header-feature-policy/
  • https://w3c.github.io/webappsec-feature-policy/
  • https://www.smashingmagazine.com/2018/12/feature-policy/
L-06

Strict-Transport-Security Header Not Set

Low Moderate fix zap CWE-319
CONFIDENCE   High
INSTANCES   3
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
What was found

HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.

Evidence
https://overdriveqa.co.za/
https://overdriveqa.co.za/robots.txt
https://overdriveqa.co.za/sitemap.xml
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.

References
  • https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html
  • https://owasp.org/www-community/Security_Headers
  • https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
  • https://caniuse.com/stricttransportsecurity
  • https://datatracker.ietf.org/doc/html/rfc6797
L-07

X-Content-Type-Options Header Missing

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
Parameter
x-content-type-options
What was found

The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.

Evidence
https://overdriveqa.co.za/x-content-type-options
https://overdriveqa.co.za/robots.txtx-content-type-options
Suggested remediation

Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.

If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.

References
  • https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
  • https://owasp.org/www-community/Security_Headers
X-01

Modern Web Application

Informational Moderate fix zap CWE--1
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
What was found

The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.

Evidence
https://overdriveqa.co.za/<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js"></script>
Suggested remediation

This is an informational alert and so no changes are required.

X-02

Re-examine Cache-control Directives

Informational Moderate fix zap CWE-525
CONFIDENCE   Low
INSTANCES   2
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
Parameter
cache-control
What was found

The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.

Evidence
https://overdriveqa.co.za/cache-control
https://overdriveqa.co.za/robots.txtcache-control
Suggested remediation

For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public, max-age, immutable".

References
  • https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
  • https://grayduck.mn/2021/09/13/cache-control-recommendations/
X-03

Storable and Cacheable Content

Informational Moderate fix zap CWE-524
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://overdriveqa.co.za/
What was found

The response contents are storable by caching components such as proxy servers, and may be retrieved directly from the cache, rather than from the origin server by the caching servers, in response to similar requests from other users. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where "shared" caching servers such as "proxy" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.

Evidence
https://overdriveqa.co.za/
https://overdriveqa.co.za/robots.txt
Suggested remediation

Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:

Cache-Control: no-cache, no-store, must-revalidate, private

Pragma: no-cache

Expires: 0

This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.

References
  • https://datatracker.ietf.org/doc/html/rfc7234
  • https://datatracker.ietf.org/doc/html/rfc7231
  • https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html

04   Network & transport 140 observations

#EndpointServiceDetailSeverity
N-01 197.221.14.40:110 pop3 Service pop3 on 197.221.14.40:110/tcp Info
N-02 197.221.14.40:143 imap Service imap on 197.221.14.40:143/tcp Info
N-03 197.221.14.40:21 ftp Service ftp on 197.221.14.40:21/tcp Info
N-04 197.221.14.40:22 ssh Service ssh on 197.221.14.40:22/tcp Info
N-05 197.221.14.40:443 https Service https on 197.221.14.40:443/tcp Info
N-06 197.221.14.40:465 smtps Service smtps on 197.221.14.40:465/tcp Info
N-07 197.221.14.40:587 submission Service submission on 197.221.14.40:587/tcp Info
N-08 197.221.14.40:80 http Service http on 197.221.14.40:80/tcp Info
N-09 197.221.14.40:993 imaps Service imaps on 197.221.14.40:993/tcp Info
N-10 197.221.14.40:995 pop3s Service pop3s on 197.221.14.40:995/tcp Info
N-11 https://overdriveqa.co.za/ Status 200 Apache HTTP Server, Cloudflare, cdnjs Info
N-12 indawo.overdriveqa.co.za subfinder source: crtsh Info
N-13 caredirect.overdriveqa.co.za subfinder source: crtsh Info
N-14 www.caredirect.overdriveqa.co.za subfinder source: crtsh Info
N-15 www.indawo.overdriveqa.co.za subfinder source: crtsh Info
N-16 imap.sabullion-staging.overdriveqa.co.za subfinder source: submd Info
N-17 pop.sabullion-staging.overdriveqa.co.za subfinder source: submd Info
N-18 www.simpleflow.overdriveqa.co.za subfinder source: submd Info
N-19 www.timesheet.overdriveqa.co.za subfinder source: submd Info
N-20 mail.sabullion-staging.overdriveqa.co.za subfinder source: submd Info
N-21 mail.saruefiling.overdriveqa.co.za subfinder source: submd Info
N-22 pop.simpleflow.overdriveqa.co.za subfinder source: submd Info
N-23 smtp.saruefiling.overdriveqa.co.za subfinder source: submd Info
N-24 mail.timesheet.overdriveqa.co.za subfinder source: submd Info
N-25 timesheet.overdriveqa.co.za subfinder source: submd Info
N-26 smtp.timesheet.overdriveqa.co.za subfinder source: submd Info
N-27 imap.saruefiling.overdriveqa.co.za subfinder source: submd Info
N-28 pop.timesheet.overdriveqa.co.za subfinder source: submd Info
N-29 www.sabullion-staging.overdriveqa.co.za subfinder source: submd Info
N-30 sabullion-staging.overdriveqa.co.za subfinder source: submd Info
N-31 pop.saruefiling.overdriveqa.co.za subfinder source: submd Info
N-32 imap.simpleflow.overdriveqa.co.za subfinder source: submd Info
N-33 smtp.sabullion-staging.overdriveqa.co.za subfinder source: submd Info
N-34 www.saruefiling.overdriveqa.co.za subfinder source: submd Info
N-35 imap.timesheet.overdriveqa.co.za subfinder source: submd Info
N-36 smtp.overdriveqa.co.za subfinder source: submd Info
N-37 simpleflow.overdriveqa.co.za subfinder source: submd Info
N-38 smtp.simpleflow.overdriveqa.co.za subfinder source: submd Info
N-39 mail.simpleflow.overdriveqa.co.za subfinder source: submd Info
N-40 saruefiling.overdriveqa.co.za subfinder source: submd Info
N-41 www.overdriveqa.co.za subfinder source: submd Info
N-42 mail.bcb.overdriveqa.co.za subfinder source: thc Info
N-43 pop.bcb-kibana.overdriveqa.co.za subfinder source: thc Info
N-44 ccid.overdriveqa.co.za subfinder source: thc Info
N-45 bcb-kibana.overdriveqa.co.za subfinder source: thc Info
N-46 pop.eit.overdriveqa.co.za subfinder source: thc Info
N-47 mail.overdriveqa.co.za subfinder source: thc Info
N-48 imap.bcb-kibana.overdriveqa.co.za subfinder source: thc Info
N-49 smtp.bcb-kibana.overdriveqa.co.za subfinder source: thc Info
N-50 mail.bcb-kibana.overdriveqa.co.za subfinder source: thc Info
N-51 www.kaiseredp.overdriveqa.co.za subfinder source: thc Info
N-52 smtp.prsa.overdriveqa.co.za subfinder source: thc Info
N-53 pop.rgbc.overdriveqa.co.za subfinder source: thc Info
N-54 imap.cruiseoptions.overdriveqa.co.za subfinder source: thc Info
N-55 smtp.cruiseoptions.overdriveqa.co.za subfinder source: thc Info
N-56 eit.overdriveqa.co.za subfinder source: thc Info
N-57 pop.prsa.overdriveqa.co.za subfinder source: thc Info
N-58 pop.bcb.overdriveqa.co.za subfinder source: thc Info
N-59 pop.cruiseoptions.overdriveqa.co.za subfinder source: thc Info
N-60 imap.eit.overdriveqa.co.za subfinder source: thc Info
N-61 smtp.bcb.overdriveqa.co.za subfinder source: thc Info
N-62 www.bcb.overdriveqa.co.za subfinder source: thc Info
N-63 prsa.overdriveqa.co.za subfinder source: thc Info
N-64 smtp.sabullion.overdriveqa.co.za subfinder source: thc Info
N-65 pop.admin.overdriveqa.co.za subfinder source: thc Info
N-66 smtp.ccid.overdriveqa.co.za subfinder source: thc Info
N-67 www.pestelite.overdriveqa.co.za subfinder source: thc Info
N-68 admin.overdriveqa.co.za subfinder source: thc Info
N-69 smtp.admin.overdriveqa.co.za subfinder source: thc Info
N-70 smtp.americanshutters.overdriveqa.co.za subfinder source: thc Info
N-71 mail.eit.overdriveqa.co.za subfinder source: thc Info
N-72 mail.pestelite.overdriveqa.co.za subfinder source: thc Info
N-73 imap.rgbc.overdriveqa.co.za subfinder source: thc Info
N-74 pop.americanshutters.overdriveqa.co.za subfinder source: thc Info
N-75 pop.bcb-webapp.overdriveqa.co.za subfinder source: thc Info
N-76 mail.ccid.overdriveqa.co.za subfinder source: thc Info
N-77 mail.cruiseoptions.overdriveqa.co.za subfinder source: thc Info
N-78 smtp.eit.overdriveqa.co.za subfinder source: thc Info
N-79 smtp.bcb-sftp.overdriveqa.co.za subfinder source: thc Info
N-80 bcb-webapp.overdriveqa.co.za subfinder source: thc Info
N-81 imap.ccid.overdriveqa.co.za subfinder source: thc Info
N-82 mail.knowmore.overdriveqa.co.za subfinder source: thc Info
N-83 www.knowmore.overdriveqa.co.za subfinder source: thc Info
N-84 imap.admin.overdriveqa.co.za subfinder source: thc Info
N-85 americanshutters.overdriveqa.co.za subfinder source: thc Info
N-86 smtp.knowmore.overdriveqa.co.za subfinder source: thc Info
N-87 imap.prsa.overdriveqa.co.za subfinder source: thc Info
N-88 smtp.bcb-webapp.overdriveqa.co.za subfinder source: thc Info
N-89 mail.edi.overdriveqa.co.za subfinder source: thc Info
N-90 mail.americanshutters.overdriveqa.co.za subfinder source: thc Info
N-91 imap.pestelite.overdriveqa.co.za subfinder source: thc Info
N-92 bcb-sftp.overdriveqa.co.za subfinder source: thc Info
N-93 www.prsa.overdriveqa.co.za subfinder source: thc Info
N-94 imap.sabullion.overdriveqa.co.za subfinder source: thc Info
N-95 edi.overdriveqa.co.za subfinder source: thc Info
N-96 mail.sabullion.overdriveqa.co.za subfinder source: thc Info
N-97 imap.overdriveqa.co.za subfinder source: thc Info
N-98 smtp.rgbc.overdriveqa.co.za subfinder source: thc Info
N-99 sabullion.overdriveqa.co.za subfinder source: thc Info
N-100 mail.bcb-sftp.overdriveqa.co.za subfinder source: thc Info
N-101 pop.edi.overdriveqa.co.za subfinder source: thc Info
N-102 pop.kaiseredp.overdriveqa.co.za subfinder source: thc Info
N-103 imap.americanshutters.overdriveqa.co.za subfinder source: thc Info
N-104 imap.bcb-webapp.overdriveqa.co.za subfinder source: thc Info
N-105 www.ccid.overdriveqa.co.za subfinder source: thc Info
N-106 www.sabullion.overdriveqa.co.za subfinder source: thc Info
N-107 pop.bcb-sftp.overdriveqa.co.za subfinder source: thc Info
N-108 smtp.edi.overdriveqa.co.za subfinder source: thc Info
N-109 www.americanshutters.overdriveqa.co.za subfinder source: thc Info
N-110 pop.ccid.overdriveqa.co.za subfinder source: thc Info
N-111 mail.prsa.overdriveqa.co.za subfinder source: thc Info
N-112 pop.sabullion.overdriveqa.co.za subfinder source: thc Info
N-113 mail.admin.overdriveqa.co.za subfinder source: thc Info
N-114 www.bcb-sftp.overdriveqa.co.za subfinder source: thc Info
N-115 www.eit.overdriveqa.co.za subfinder source: thc Info
N-116 bcb.overdriveqa.co.za subfinder source: thc Info
N-117 www.admin.overdriveqa.co.za subfinder source: thc Info
N-118 imap.bcb-sftp.overdriveqa.co.za subfinder source: thc Info
N-119 cruiseoptions.overdriveqa.co.za subfinder source: thc Info
N-120 www.edi.overdriveqa.co.za subfinder source: thc Info
N-121 pop.pestelite.overdriveqa.co.za subfinder source: thc Info
N-122 pop.overdriveqa.co.za subfinder source: thc Info
N-123 rgbc.overdriveqa.co.za subfinder source: thc Info
N-124 www.rgbc.overdriveqa.co.za subfinder source: thc Info
N-125 imap.bcb.overdriveqa.co.za subfinder source: thc Info
N-126 www.bcb-kibana.overdriveqa.co.za subfinder source: thc Info
N-127 mail.bcb-webapp.overdriveqa.co.za subfinder source: thc Info
N-128 imap.knowmore.overdriveqa.co.za subfinder source: thc Info
N-129 pestelite.overdriveqa.co.za subfinder source: thc Info
N-130 mail.rgbc.overdriveqa.co.za subfinder source: thc Info
N-131 www.cruiseoptions.overdriveqa.co.za subfinder source: thc Info
N-132 mail.kaiseredp.overdriveqa.co.za subfinder source: thc Info
N-133 smtp.pestelite.overdriveqa.co.za subfinder source: thc Info
N-134 www.bcb-webapp.overdriveqa.co.za subfinder source: thc Info
N-135 kaiseredp.overdriveqa.co.za subfinder source: thc Info
N-136 imap.kaiseredp.overdriveqa.co.za subfinder source: thc Info
N-137 smtp.kaiseredp.overdriveqa.co.za subfinder source: thc Info
N-138 knowmore.overdriveqa.co.za subfinder source: thc Info
N-139 imap.edi.overdriveqa.co.za subfinder source: thc Info
N-140 pop.knowmore.overdriveqa.co.za subfinder source: thc Info

05   Additional informational findings 0 items

#FindingAffectedInstances