DoS attack on Mobile Devices and Mimicry attack on IDS - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

DoS attack on Mobile Devices and Mimicry attack on IDS

Description:

Emergency Rescue workers, Military Personnel. Detection difficult pay attention to device performance. Mimicry Attack on Host Based IDS ... – PowerPoint PPT presentation

Number of Views:46
Avg rating:3.0/5.0
Slides: 6
Provided by: briand62
Category:

less

Transcript and Presenter's Notes

Title: DoS attack on Mobile Devices and Mimicry attack on IDS


1
DoS attack on Mobile Devices and Mimicry attack
on IDS
  • Brian Devine
  • TDC 477

2
Service Request Power Attack
  • Also known as a Sleep Deprivation Attack
  • DoS style attack targets battery powered devices
  • Repeatedly makes valid network service requests
    ssh, telnet, ftp requests
  • Device is busy authenticating/servicing requests
    and never goes into idle mode
  • Services requiring authentication most effective
    requires a database lookup that draws
    unnecessary current

3
Effects and Detection
  • Very dangerous for users that depend on devices
    for critical use
  • Emergency Rescue workers, Military Personnel
  • Detection difficult pay attention to device
    performance

4
Mimicry Attack on Host Based IDS
  • Anomaly based IDS monitors system calls sent from
    an application to the Operating System.
  • IDS maintains a database of system calls that
    represent a systems baseline behavior
  • Attacker can create a similar DB to predict how
    an IDS will react.
  • Attacker can insert no-ops into a crafted
    series of system calls to mask his attack

5
Hidden autowux.c exploit
  • read() write() close() munmap() sigprocmask()
    wait4()
  • sigprocmask() sigaction() alarm() time() stat()
    read()
  • alarm() sigprocmask() setreuid() fstat() getpid()
  • time() write() time() getpid() sigaction()
    socketcall()
  • sigaction() close() flock() getpid() lseek()
    read()
  • kill() lseek() flock() sigaction() alarm() time()
  • stat() write() open() fstat() mmap() read()
    open()
  • fstat() mmap() read() close() munmap() brk()
    fcntl()
  • setregid() open() fcntl() chroot() chdir()
    setreuid()
  • lstat() lstat() lstat() lstat() open() fcntl()
    fstat()
  • lseek() getdents() fcntl() fstat() lseek()
    getdents()
  • close() write() time() open() fstat() mmap()
    read()
  • close() munmap() brk() fcntl() setregid() open()
    fcntl()
  • chroot() chdir() setreuid() lstat() lstat()
    lstat()
  • lstat() open() fcntl() brk() fstat() lseek()
    getdents()
  • lseek() getdents() time() stat() write() time()
    open()
  • getpid() sigaction() socketcall() sigaction()
    umask()
  • sigaction() alarm() time() stat() read() alarm()
  • getrlimit() pipe() fork() fcntl() fstat() mmap()
    lseek()
Write a Comment
User Comments (0)
About PowerShow.com