diff --git a/indicators/wordpress-cc.yml b/indicators/wordpress-cc.yml new file mode 100644 index 00000000..c0fffc27 --- /dev/null +++ b/indicators/wordpress-cc.yml @@ -0,0 +1,27 @@ +title: Fake Wordpress domain renewal +description: | + This site is fake Wordpress Credit Card harvester via domain renewal Phish theme. +level: likely_malicious +references: + - https://x.com/Malwarehunterr/status/2006354116902084687?s=20 + - https://urlscan.io/result/019b7899-5075-739f-b954-20e28fabf08a/#summary + +detection: + hotlinkedAsset: + requests|startswith: "https://soyfix.com/log/log/scrip.js" + requests|startswith: "https://soyfix.com/log/log/" + wordPressTitle: + title: + - "WordPress.com - Secure order validation" + wordpressHTMLFragments: + html|contains|all: + - '
'
+ realDomain:
+ hostname:
+ - wordpress.com
+
+ condition: hotlinkedAsset and wordpressHTMLFragments and realDomain and wordPressTitle
+tag: |
+ - "Wordpress", "Wordpress domain renewal"
+