WPIntell

Source evidence

Wordfence detects PSN cache as malware

PageSpeed Ninja – Cache, Minify, Defer CSS JavaScript, Critical CSS, Optimize Images, Convert WebP · support · 2021-05-14T17:21:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
dhruvvy79 unresolved
I use PSN Pagespeed Ninja on my site “ https://dhruvrathod.com” ; and somehow Wordfence seems to notify every single day as showns below; Filename: wp-content/plugins/psn-pagespeed-ninja/cache/73/734dcfb8b0d2d91accebbee525715df3be71d800.zz File Type: Not a core, theme, or plugin file from wordpress.org. Details: This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: \xed}}wӸ\xf2\xf0\xdfp\xce\xfd\x0e\xbe\xde\x03\xb4\x17 The issue type is: IOC:BIN/hiding.cache.10143 Description: Suspicious binary files Can you please suggest, what are the steps I can take? Do I need to worry about this? This topic was modified 5 years ago by dhruvvy79 . Most likely it is Wordfence’s false-positive. *.zz files are used by PSN’s page cache (they contain page content pre-compressed with deflate encoding). To be sure, you can run something like <?php var_dump(gzinflate(file_get_contents('734dcfb8b0d2d91accebbee525715df3be71d800.zz'))); to check it contains html page sources, but it is very unlikely that someone is trying to store real malware code in PSN’s cache directory. I thought as much but was unsure about it so asked it here. @dryabov Thanks for clarifying

Comments

2 shown
Denis Ryabov 2021-05-14T17:44:00+00:00

Most likely it is Wordfence’s false-positive. *.zz files are used by PSN’s page cache (they contain page content pre-compressed with deflate encoding). To be sure, you can run something like <?php var_dump(gzinflate(file_get_contents('734dcfb8b0d2d91accebbee525715df3be71d800.zz'))); to check it contains html page sources, but it is very unlikely that someone is trying to store real malware code in PSN’s cache directory.

dhruvvy79 2021-05-15T06:22:00+00:00

I thought as much but was unsure about it so asked it here. @dryabov Thanks for clarifying