Skip to content

iCloud phishing Detection

ID: iCloud-phish

Severity: info

Author: rxerium

Tags: phishing,icloud,osint

A iCloud phishing website was detected

id: iCloud-phish
info:
name: iCloud phishing Detection
author: rxerium
severity: info
description: |
A iCloud phishing website was detected
reference:
- https://icloud.com
metadata:
max-request: 1
tags: phishing,icloud,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Log in to iCloud to access your photos, mail, notes, documents and more. Sign in with your Apple ID or create a new account to start using Apple services.'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"icloud.com")'
- '!contains(host,"apple.com")'
condition: and
# digest: 4a0a0047304502210086091a803ff07ad6b86bc10955d9f475f56bfafb3d89ffc908697ddcb120329202204d0e791a512dc049f81363f02eb2304014fa784014757465e8fda1e522e0a859:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/icloud-phish.yaml"

View on Github