A computer security question: Too many 'date modified folders'?

  • Thread starter Thread starter mech-eng
  • Start date Start date
  • Tags Tags
    Computer Security
AI Thread Summary
A user reported that 26,263 folders on their system had their 'date modified' attribute changed within eight minutes, raising concerns about the cause. The user speculated that an antivirus scan might have triggered this change, but others pointed out that antivirus software typically reads files without modifying folder dates. The discussion explored potential explanations, including the possibility of an automated process, such as a backup or accidental drag-and-drop operation. Concerns were raised about the potential for malware, especially if certain file types, like text files, were modified. Users advised checking the contents of modified files to ensure no malicious changes had been made. Overall, the conversation focused on understanding the rapid modification of folder dates and the implications for system security.
mech-eng
Messages
825
Reaction score
13
TL;DR Summary
I want to learn the reason for too many 'date modified folders'.
Hello. I need to ask about my folders. My 26,263 folders became 'date modified' in 8 minutes. I created those folders and I am aware they stood there. I think any human being can't be so quick.

It seems that this is a good news bad news scenerio, and the only good reason I can think of for that happened is that my antivirus scanned my folders so they became 'date modified'. But what could be bad news for me when there is no clear problem?

How can they become 'date modified' so quickly?
 
Last edited:
Technology news on Phys.org
mech-eng said:
Summary: I want to learn the reason for too many 'date modified folders'.

the only good reason I can think of for that happened is that my antivirus scanned my folders so they became 'date modified'. But what could be bad news for me when there is no clear problem?

How can they become 'date modified' so quickly?
I don't think your logic is correct. To the best of my knowledge, an AV scanner is just reading the files, but not modifying them, so shouldn't be changing the dates of the folders the files are in.
 
Mark44 said:
I don't think your logic is correct. To the best of my knowledge, an AV scanner is just reading the files, but not modifying them, so shouldn't be changing the dates of the folders the files are in.
90% or more of them have not been including files since created, but they generally include another empty folder. So even if that is an attack, what can it be? Why would any malware, virus or whatever it is want to change empty folders? This is really very confusing to me. Can it be anything other than attack?
 
Last edited:
mech-eng said:
Summary: I want to learn the reason for too many 'date modified folders'.

Hello. I need to ask about my folders. My 26,263 folders became 'date modified' in 8 minutes. I created those folders and I am aware they stood there. I think any human being can't be so quick.

It seems that this is a good news bad news scenerio, and the only good reason I can think of for that happened is that my antivirus scanned my folders so they became 'date modified'. But what could be bad news for me when there is no clear problem?

How can they become 'date modified' so quickly?
Certainly the modifications occurred through an automated process.
My first thought is that the directory structure was simply copied - perhaps you were baking them up or perhaps you made an inadvertent drag/drop operation.

It is also possible that a virus was attached to each file. If any of them were text files (*.txt), you verify that they were also modified. If so, you could open one of them with notepad or you favorite text editing tool using the "open with" option (in this case using the default would be dangerous) and check that nothing has been inserted or appended. If only certain file types have been modified, that would be very worrisome.
 
If you're usig Windows, look at your File Explorer and order them by "Date Modified" .
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top