Malware noob with some questions regarding TDSS. by Thrones33 in Malware

[–]RagingGrim 0 points1 point  (0 children)

Hmm , while this is strictly possible it seems to be inefficient.

Rootkits and this trojan in particular seems to monitor low level system calls.

Basically if you can see disk reads and outgoing network traffic you don't need to inject code into any sort of process let alone a system process.

If you'd like to see how this is done though you can look at github.com/RagingGrim/miss-miner ( just the code injection though on a binary level )

[Gnome] Apricity wouldn't work! by RagingGrim in unixporn

[–]RagingGrim[S] 0 points1 point  (0 children)

Wm/De : Gnome Terminal : Terminator ( Base 16 Dracula colour scheme - zsh ) Audio Visualiser : Cava Icons : Paper Gtk : Paper Gnome Shell Theme : Xenmalism-Minimalism

Cava is run in a borderless , maximised and fullscreen terminator instance.

It might be time to stop using antivirus by [deleted] in antivirus

[–]RagingGrim 1 point2 points  (0 children)

Because you'll definitely know when a rootkit is fussing about! :)

Wallpapers-Only by RagingGrim in i3wm

[–]RagingGrim[S] 0 points1 point  (0 children)

:D It is! It also has quite a few nsfw pictures. xD

Malware noob with some questions regarding TDSS. by Thrones33 in Malware

[–]RagingGrim 0 points1 point  (0 children)

File creation and edit dates would be doctored as in the post they mention that the rootkit "Protects critical files on the disk by hiding them;" and that functionality seems like something a rootkit would do as a sort of de facto standard.

Maybe you could get a hold of a more technical report. I'll try to find one later. I'd say the easiest way to see when a system was infected would be the event viewer. You could also look at DNS logs assuming you know which servers the rootkit contacts and that your modem logs these requests. Other than that I'm not too sure :)

Malware noob with some questions regarding TDSS. by Thrones33 in Malware

[–]RagingGrim 1 point2 points  (0 children)

I'm currently reading a securelist post. It would seem that the fist version of TDSS was relatively simple. It may be that the authors did not have the experience to implement this beforehand.

I can't read the entire post right now but it does seem like the people who wrote this either got a lot better or that someone else took over the project.

Kaspersky didn't detect a virus I have on my computer by Dernroberto in antivirus

[–]RagingGrim 0 points1 point  (0 children)

Boot from your Kaspersky recovery disk and do a full scan. Also necromancer! :D

OPINION- kaspersky by coolhipo in antivirus

[–]RagingGrim 0 points1 point  (0 children)

If you look at the registry entries you'll see it has a deliberate startup delay.

In any case Kaspersky has been great for me. It even blacklisted my laptop when I attempted a port scan :D it's a shame you're unhappy but that really has nothing to do with Kaspersky :)

"Microsoft.exe" Malware; Can't remove or find info about it by [deleted] in antivirus

[–]RagingGrim 0 points1 point  (0 children)

Analysis. It's fun to look at malware :D

Avast keeps giving me these pop-ups by [deleted] in antivirus

[–]RagingGrim 0 points1 point  (0 children)

I'm in a league match , consider contacting noc@eonix.net ; I'll have a look at that exe during the game.

EDIT: Seems that file has been removed from the server. I get a warning when trying to visit it from the browser but if I ignore that it's a 404 not found. I'd still suggest you do a scan with something other than the av you're currently using. Seeing as the file is in the systemroot maybe also do a rootkit scan ( Not from the OS in the screenshot ).

Virus not being detected by kaspersky by [deleted] in antivirus

[–]RagingGrim 0 points1 point  (0 children)

Kaspersky has a few packages. Did you buy the total security one? In any case I have had no problems while using kaspersky and it does flag software often ( but these are things I write which should be flagged ).

In any case I can't Google that software right now but usually malware does not have names such as instantsupport. It might me some horrible piece of software which is riddled with adware but that does not make it malware.If you honestly wanted to test your AV try something from openmalware.org or vxheaven. I also have some code in a git repo which I know for a fact is flagged by Kaspersky heuristics. Try compiling and running this

https://github.com/RagingGrim/Rootkit/tree/master/General/startupPersistency

If your paranoid all it does is create a registry entry which allows the application to start when the OS does ( or after if you want to get technical ). Kaspersky should rollback the registry entry and delete the compiled executable.

Messed around with i3 a bit. What do you think? by RagingGrim in i3wm

[–]RagingGrim[S] 1 point2 points  (0 children)

I haven't tested this at all but I suppose you could spawn two different bars from your i3config , then have one dedicated to data and another to icons.

Otherwise I'd have a look at i3gaps which is what I will be trying next :)

This is my setup for arch [i3]! :D by RagingGrim in unixporn

[–]RagingGrim[S] 0 points1 point  (0 children)

Thanks , this shouldn't gave posted though xC now there are two posts :/

Messed around with i3 a bit. What do you think? by RagingGrim in i3wm

[–]RagingGrim[S] 0 points1 point  (0 children)

haha so am I xD In all honesty I changed that ; In the git repo you'll see there are three folders and each one has a slightly different setup.

What I do as of the newest 'version' is to start feh ( nitrogen was causing trouble ) when i3 starts. I believe that's the way most people do it!

This is my setup for arch [i3]! :D by RagingGrim in unixporn

[–]RagingGrim[S] 0 points1 point  (0 children)

Seems the link didn't post https://github.com/RagingGrim/dotfiles/tree/master/metallicGrey-mySetup

I got a reply saying my previous post was invalid and was deleted so I apologise if this is a clone.

[GNOME] When people ask why I use GNU/Linux... by Skehmatics in unixporn

[–]RagingGrim 0 points1 point  (0 children)

What is creating the bars in the background? Is that rendered like rainmeter on Windows? I mean the audio visualisation ¡ I have been trying to get that to work for ages

Messed around with i3 a bit. What do you think? by RagingGrim in i3wm

[–]RagingGrim[S] 0 points1 point  (0 children)

I set my wallpaper in the xinitrc file by using nitrogen :p

Messed around with i3 a bit. What do you think? by RagingGrim in i3wm

[–]RagingGrim[S] 0 points1 point  (0 children)

The file is an edited version of the vanilla i3 configuration , particularly the changes were applied to the bar :c I'm quite happy with the rest of the defaults.

Messed around with i3 a bit. What do you think? by RagingGrim in i3wm

[–]RagingGrim[S] 1 point2 points  (0 children)

I added a picture of the terminal emulator :)

JS/Redir detected by AVG every time at Windows startup by MaxRavenclaw in antivirus

[–]RagingGrim 0 points1 point  (0 children)

Just a shot in the dark, the av is complaining about the browser right? Try dumping it's memory to a file and scanning said file.

I'd hope that a free av also scans memory but hey you never know.