Security at Stake

Me-Myself-I

Search

Projects-

Email Contacts.

Linkedin Network..

Previous Posts

IS Research Author

Conferences.

EuSecWest
Troopers
XFocus Xcon
Xfocus XKungfoo
Owasp
Clubhack
CERT-IN

Archives

Links

Infosecwriters Feature EndPoint Malfeasance Article

Infosecwriters feature End Point Malfeasance Article.

Link:
http://www.infosecwriters.com/texts.php?op=display&id=544

[Zknk]

Posted on 2/28/2007 09:26:00 AM by 0kn0ck | 0 Comments

End Points Malfeasance

The new article End Point Malfesance Released.

Link:
http://zeroknock.metaeye.org/mlabs/endpointmal.html

[Zknk]

Posted on 2/27/2007 07:50:00 AM by 0kn0ck | 0 Comments

Inverse Mapping Via Packet Crafting Through Scapy

View
This method is quiet useful for inverse mapping the targets for host alive checks.The point will be proved through the scapy via packet crafting.In this we will discuss about inverse mapping with or without padding to compare the results.We know with some tools the response like host unreachable or no response with tool like hping.

Some Considerations:

0xa] First of all the inverse mapping , acc to standard is a technique to check the host is alive or running services.This is accomplished by sending a Reset flag to the destination.The reset flag relates to almost connection closed stats.This means if the host is alive or having services , the host repond with nothing or error message.The nothing tells us the host is alive and some services are running.Error message says the host is down.This is overall layout.

0xb] When we get to scapy the port, i used is open at the target. So i checked against it with reset packet , the scapy works it in different way.If you look i used "sr" command instead of send which means i am going after , send and receive at same time.

Look at this:
send()
ans,unans=srloop()
ans.summary() --> get to you to the answer of the packet sent.
unans.summary() --> get to you to the unanswe response.

Since the sending of packet is going from the sender and its failing because no "RA" or Another response is generated.The packet is totally failed or getting rejected.This gives us an intimation regarding the host alive and running services.The packet should fail in most of cases.

0xc] The question of padding is ,I used it in just a raw data to be attached and to check it has some implications or not or whether it is changing the output stats.

Example:- For syn scan if u set "S" packet with same stats you will get "SA".If you try "F" , the closed port will reset it and open port will not respond.

Lets check:

Inverse Mapping:
This technique describe the packet crafting with some padding bits.we will analyse whether the response have some effect or not.I will prove this by srloop command of scapy and craft the packet.Acc to our stat and the technique the result should fail the packet.Lets look at snapshot below.

















If you look clearly you will see the packet from our machine is continuously going to the destination but there is a skip in packet from the other side.This indicates according to the concept about the packet should failed.Thats what happening.

Thats the concept.
[Zknk]

Posted on 2/26/2007 12:00:00 PM by 0kn0ck | 0 Comments

Abstract Tracing : Hardware Based Keylogging

Analytical View

The hardware based key logging is some what different in it working specification. This type of keylogging is independent in its context because there will be no cross linkage functioning of software based keyloggers.The fact lies in the case that this hardware keylogging is PRE dynamic in its working which means keystrokes get captured before where as the software keyloggers are POST dynamic which captures key after the system orientation.

Moreover these type of hardware loggers are Operating system independent where as software type depend on the system internals.The working of hardware specific is external which is vice versa in other type. The USB loggers store the keystrokes in transparent way before these are passed to the system , it’s a kind of ABSTRACT TRACING the periphereals through which all information is captured without the intervention of any system related activity.

The keystrokes that get logged can be stored in encrypted way or not that depends on the user specific need.The best part about the hardware key logging is that it can even log the BIOS passwords which is not possible in software type.This is the most profound functioning of hardware specific keyloggers.These can be called as converters for those who don’t know anything of core but in reality it is a logger that logs the keystrokes even acting as a converter.

The major drawback of this kind is that it requires physical access to the system since a hardware is to be plugged as an external device for system. No notifications are being received by the hardware key loggers which relates to system change or internal activity or sysetm crash.It work like a hidden tracer.

[Zknk]

Posted on 2/26/2007 11:13:00 AM by 0kn0ck | 0 Comments

Ambiguity In Ajax Lockdown Framework : Contradictions And Complexities

Abstract:
Recently I am reading a news at cgisecurity about thelatest Ajax lockdown framework proposed by someone.The framework is based on the concept of fusing ajax applications with direct web remoting.The stress is laid on the client server communication and the main point of talk is encrypting the client data and decrypting on the server side.The algorithm blowfish is used and the security is defined on that part.The main point that kept in mind is the traffic intruding ,the support for protocol like HTTP/HTTPS is also there with TLS.The security mechanism is bit elaborated on the basis of user data privacy.The concept that is undertaken is the encryption towards the user defined data in the web form mainly where user data privacy is concerned.The data which is incorporated in the web application is encrypted and is stored on the server with the back end defined as the database.I have found some contradictions against this definitive framework which i am going to list in front of the community.

For more reading get on to:
http://zeroknock.metaeye.org/mlabs/ajaxlock.html

[Zknk]

Posted on 2/10/2007 10:04:00 PM by 0kn0ck | 0 Comments

Linux Security Portal Feature XML Specification Article In Security Tips

The rogue XML specification article gets featured at Linux security - security tips section.

Link
http://www.linuxsecurity.com/content/blogcategory/108/177/

[Zknk]

Posted on 2/05/2007 01:11:00 AM by 0kn0ck | 0 Comments

Infection Through Extension Functions : Attack Realm Of Embedding XML/XSLT with PHP

The new article has been released at the metaeye portal.
Link
http://www.metaeye.org/articles/38#more-38

[Zknk]

Posted on 2/03/2007 10:21:00 AM by 0kn0ck | 0 Comments