What other than ping tools might be suitable for overwhelming a server that has disabled its functionality of being pinged? [closed]

The following code:
#!/usr/bin/bash

TARGETS=("nalog.gov.ru" "www.nalog.gov.ru"
"customs.gov.ru" "www.customs.gov.ru"
"ffs.ru" "www.ffs.ru"
"crimea-post.ru" "www.c… Continue reading What other than ping tools might be suitable for overwhelming a server that has disabled its functionality of being pinged? [closed]

[SANS ISC] Alternative Ways To Perform Basic Tasks

I published the following diary on isc.sans.edu: “Alternative Ways To Perform Basic Tasks“: I like to spot techniques used by malware developers to perform basic tasks. We know the LOLBins that are pre-installed tools used to perform malicious activities. Many LOLBins are used, for example, to download some content from

The post [SANS ISC] Alternative Ways To Perform Basic Tasks appeared first on /dev/random.

Continue reading [SANS ISC] Alternative Ways To Perform Basic Tasks