Xathrya Sabertooth |
- Taxonomy of DDoS Attacks and Defense Mechanisms
- Turn Android Smartphone to IP Web Camera
- Android Application Development using Windows
Taxonomy of DDoS Attacks and Defense Mechanisms Posted: 14 Sep 2013 06:02 AM PDT This article will serve as summary of DDoS attack & defense mechanism and divide the topic into several categories based on several things. The taxonomy is based on [1] and has support by other materials (if any). This article won’t tell the subject in detail. Instead, it try to summarize what the essential of [1] is. [ Attacks Mechanism ]Classification By Degree of AutomationDuring the attack preparation, the attacker needs to locate prospective agent and infect them with the attack code.
Classification By Communication MechanismThe division to following category is based on semi-automatic attack. On semi-automatic attack, attacker need to connect his machine to slave in order to launch an attack.
Classification By Scanning StrategyBoth automatic and semi-automatic recruit the agent machine by deploying automatic scanning and propagation techniques. The scanning is method used by compromised agent (slave) and probe IP to attack.
Classification By Propagation MechanismThis mechanism describe how the attack code is sent to agent machine.
Classification By Exploitated VulnerabilityBased on the vulnerability that is targeted during an attack.
Classification By Attack Rates DynamicsThis depend on the dynamic of an attack.
Classification By ImpactDepend on the impact of a DDoS attack cause on victim.
[ Defense Mechanism ]Classification By Activity Level
Classification By Deployment Location
Reference
|
Turn Android Smartphone to IP Web Camera Posted: 14 Sep 2013 05:00 AM PDT Android Operating System is one of popular operating system for mobile device (smartphone, tablets, etc) beside Windows Phone, Apple iOS, etc. This article will discuss about how to use our android smartphone as a IP Webcam (web camera). There are many reasons to do so, for example: you don’t have much budget to install complex CCTV system but need to have a simple one at home. You just need an android smartphone with camera (well, it would be rare if we see smartphone without camera) and connect it to the internet. For a summary, this is what I use in this article:
Remember that the list above is the one I have used. Base TheoryIn this method, we turn our smartphone into an IP Camera. Our phone will act as a camera and connect to internet. As any device connected to internet, it has some IP assigned. Using that IP, we can open and see the display given by phone remotely. Summary, your phone will do a video streaming through net. WATCH OUT THE DATA TRAFFIC !! PreparationYou phone and your PC should be at the same network, otherwise it won’t work. You can connect both device using same wifi router. Make sure your network has IP address between 10.0.0.1 to 10.255.255.255 as the application will likely bound to that range IP address. On Phone SideDownload IP Webcam on Google Play. Make sure your phone ins connected to internet There are lot of configuration available on IP Webcam. You can configure the video resolution, orientation, connection settings, etc. For simplicity, we use default configuration. Start the Server once you have done configuring. You will got your phone camera and a IP address at the bottom. Write down this IP address. On PC SideMake sure your computer is connected to internet. Using IP address you got from your phone, open a web browser and enter following address: http://IP:8080/videofeed Where IP is the IP you got and 8080 is port opened at your phone. Useful NoteBetter resolution means better quality. However this also means bigger data transferred from your phone. If data traffic is expensive for you, you can always decrease the quality in configuration. |
Android Application Development using Windows Posted: 14 Sep 2013 03:52 AM PDT There are also version of this article for Linux Ubuntu and Linux Slackware64. Android Operating System is one of popular operating system for mobile device beside Windows mobile, Apple iOS, etc. This article main focus would be concentrated on installation of development tools, which is Eclipse IDE, Android SDK, and Android Developer Tool on Windows 8 64-bit. Why Eclipse? Eclipse is an open source Integrated Development Environment and has full support for Android. It’s also quite simple. In the time i write this article, I use Windows 8 64-bit.This article will focus on Windows 8, though you can use this method and apply it to other Windows version. You must also have active internet connection to do installation and fetching required packages. You can skip some part if you are confident enough that you have done it before. Well, but nothing wrong by read a whole article, right? Now let’s we go! PreparationWe need to install JAVA and Eclipse. But running Eclipse need JAVA so we will install JAVA first. When using 64-bit machine, make sure you have JAVA and Eclipse for same architecture. It means, you cannot have Eclipse 64-bit and using JAVA 32-bit. It goes same for 32-bit Eclipse and 32-bit JAVA. At this point, I assume you have install JAVA and Eclipse. InstallationAndroid Developer Tool PluginNow let’s moving to installation of Androit Developer Tool (ADT). It is a special Eclipse plugin contains integrated android environment for building Android application using eclipse. Start eclipse. Now navigate to: Help - Install New Software - Add enter the following information: Name: ADT Plugin Location: https://dl-ssl.google.com/android/eclipse/ Click on OK. Now select “Developer Tools” and/or “NDK Plugins”. Click Next to begin installation. Wait for installation to finish its work. Install the SDKNext we will install Android SDK. Downlad Android SDK starter pack from this link Download the latest SDK. By the time I write this article, the latest version is 22.0.5. It is an installer with filename installer_r22.0.5-windows.exe. Run the installer file and choose a path for installing SDK. In my case I will leave the SDK on C:\Program Files (x86)\Android\android-sdk Install SDK PlatformsNow we need to install platforms and optional additional plugins or sample codes. Start SDK manager (If you just do install the Android SDK, you will be asked to start the SDK): C:\Program Files (x86)\Android\android-sdk\SDK Manager.exe Seleck SDK Platforms you want. I choose Android 2.3.3 API 10 as my smartphone Sony Xperia U use this one. When you have selected all packages you want, click Install Selected. You will be prompted to Accept License. Click Accept All and then Install. Create Android Virtual DeviceNow we have to join Eclipse IDE with Android SDK and create and Android Virtual Device (AVD). Android Virtual Device is an emulator to run your application on top of your computer. In Eclipse, navigate to: Window - Preferences - Android Enter location of your Android SDK installation. In my case it is in C:\Program Files (x86)\Android\android-sdk. Press OK. Now navigate to: Window - Android Virtual Device Manager - New Insert following information into: AVD Name: AndroidVirtualDevice Device: <your preferred device> Target: <chose any desired Android version and API level available> Click OK. The new Android Virtual Device will be created in the directory: C:\Users\<your username>\.android\avd Congratulations! Now you can develop android apps on Windows! |
You are subscribed to email updates from Xathrya Sabertooth To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Tidak ada komentar:
Posting Komentar