-
Recent Posts
Recent Comments
Archives
- May 2022
- April 2022
- December 2021
- November 2021
- July 2021
- May 2021
- March 2021
- August 2020
- July 2020
- March 2020
- February 2020
- January 2020
- October 2019
- September 2019
- July 2019
- May 2019
- April 2019
- March 2019
- January 2019
- November 2018
- October 2018
- August 2018
- July 2018
- May 2018
- April 2018
- December 2017
- November 2017
- October 2017
- August 2017
- April 2017
- February 2017
- November 2016
- September 2016
- August 2016
- July 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- November 2015
- April 2014
- December 2013
- September 2013
- July 2013
- June 2013
- April 2013
- December 2012
- August 2012
- July 2012
- June 2012
- May 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- August 2011
- December 2009
Categories
Meta
Category Archives: System Tools
Trouble shooting HxD hex editor hang.
Recently while working on the malware-traffic-analysis.net exercise “2016-02-06 – TRAFFIC ANALYSIS EXERCISE – NETWORK ALERTS AT CUPID’S ARROW ONLINE” I ran into a problem where when you loaded any file into the hex editor or just open it on its … Continue reading
Posted in Malware, System Tools, System Trouble Shooting
Tagged Hex editor
Comments Off on Trouble shooting HxD hex editor hang.
A little more on Wireshark and Pcap time stamps
In my last post I talked about getting a unique list of User-Agent strings and as a bonus I discovered that you can travel back and forth from Wireshark to a hex editor and back using the time stamps. In … Continue reading
Posted in Networking, security, System Tools
Tagged Hex editor, Networking, Pcap, Wireshark
1 Comment
Wireshark , Pcap files, User-Agent strings and Malware
Recently I have been going thru the malware traffic exercises created by Brad Duncan of “malware-traffic-analysis.net”. In my last post on a exercise I started wondering about the User-Agent strings used with malware as a way to possibly narrow in … Continue reading
Converting a SID in Array of bytes to String version in VB.Net
This is a program that converts SID’s with 1 – 5 sub Authorities , from Array of bytes to the String Format In my last post I was looking for a way to convert the array of bytes , (SID: … Continue reading
Converting VB Script To VB.Net
My Last Post Titled “Event 10 Mystery Solved” (found here.), Left me with a Question about the binary version of the SID, A returned value of CreatorSID: 1,5,0,0,0,0,0,5,21,0,0,0,190,118,173,34,87,198,105,19,239,226,7,24,244,1,0,0 I started searching the net to see if anyone has posted a … Continue reading
Posted in CodeProject, Programming Tools, System Tools, VB.net, VBScript
Tagged SID, VB, VB.Net, VBScript
Comments Off on Converting VB Script To VB.Net
Event 10 Mystery Solved
Using various methods I was able to back track the elusive event 10 to the source. Here is what you see when you open the event viewer on a Windows Vista system. There are A LOT of post all over … Continue reading
Posted in Computer, System Tools, System Trouble Shooting
Tagged Error 0x80041003, Error 10, Event 10
6 Comments
Account Unknown
Recently while looking at the the security tab on a file I found there was a user that was an unknown account. It wasn’t registered with the Windows Vista System. Looking around the system I found several more files, so … Continue reading
Posted in CodeProject, Computer, security, System Tools, VB.net
Tagged Account Unknown, security tab, User Account Tools, VB
1 Comment