42 lines
842 B
YAML
42 lines
842 B
YAML
id: symantec-phishing-panel
|
|
|
|
info:
|
|
name: Symantec Phishing Readiness Platform Console
|
|
author: andreluna
|
|
severity: info
|
|
description: Management Console for Symantec Phishing Readiness Platform
|
|
reference:
|
|
- https://www.broadcom.com/products/cybersecurity/email/phishing-readiness
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
|
|
tags: symantec,panel,login
|
|
|
|
self-contained: true
|
|
variables:
|
|
company: "{{company}}"
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /users/sign_in HTTP/1.1
|
|
Host: {{company}}.securitytraining.io
|
|
|
|
redirects: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Symantec Phishing Readiness Platform</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: dsl
|
|
dsl:
|
|
- company
|