Skip to content

[TEMPLATE CONTRIBUTION] bank-central-asia-phish #13414

@bocgoInfosec

Description

@bocgoInfosec

Is there an existing template for this?

  • I have searched the existing templates.

Nuclei Template

id: bank-central-asia-phish

info:
  name: Bank Central Asia Phishing Detection
  author: bocgoInfosec
  severity: info
  description: |
    A Bank Central Asia (BCA) phishing website was detected
  reference:
    - https://bca.co.id
  metadata:
    max-request: 1
  tags: phishing,bca,osint
http:
  - method: GET
    path:
      - "{{BaseURL}}"

    host-redirects: true
    max-redirects: 2

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "BCA - Senantiasa di sisi Anda"
          - "BCA - Always by your side"
          - "myBCA"
          - "Login"
          - "BCA"

      - type: status
        status:
          - 200

      - type: dsl
        dsl:
          - '!contains(host,"bca.co.id")'

Relevant dumped responses

Anything else?

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions