Live data from Hacker News

Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

secalerts.co

41–50 of 50 posts

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#41
post #23

This is a nice addendum to the "Let Us Identify Your Stack" style web services tho I guess some of them might already provide this. It does have the somewhat negative effect of making potentially vulnerable websites more visible to lower order hackers (I'm assuming more proficient ones have automated discovery tools like this anyway).

There are browser extensions that do this same thing. It's pretty trivial to do.

https://www.whatruns.com/ not so precise must say

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#43
post #25
post #17

Earlier quoted context omitted.

Why do you think this is any easier than just scraping urls off the internet

I'm always surprised by the mindset of the person you're replying to. I learned a few years ago from some DEFCON video[0] that someone had figured out a way to do a (basic) port scan of the whole internet in ~1 day (or something like that). Thing is... it really shouldn't have been that surprising. Although network latency isn't getting that much better year by year (c = c), the amount of data you can process in bulk…

Port scanning is a real and established thing that anyone who is even thinking of security has known about normally for decades, but port scans don't tell everyone what your whole stack consists of. Maybe you'd like to share why sharing your stack with everyone is a good idea? I'd really like to know. Thank you.

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#44

Finally, a place that can gather IP addresses and associate them to specific security products to have them hacked later. Just what I've been waiting for.

Wait until you hear about shodan...

I've used Shodan. But seriously, please give me a list of real resources if you think you're up to the task.

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#45

Finally, a place that can gather IP addresses and associate them to specific security products to have them hacked later. Just what I've been waiting for.

Alternatively, secure your stack and don’t have it hacked later.

Part of securing your stack is not sharing with everyone exactly what you have, or do you not study security at all?

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#46

Finally, a place that can gather IP addresses and associate them to specific security products to have them hacked later. Just what I've been waiting for.

We don't store anyones IP address and the results are only in memory cached.

It's not you, but the implicit idea of trust. How are three people I know nothing about going to give me better results than a known name? Best of luck establishing yourselves though.

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#47

Finally, a place that can gather IP addresses and associate them to specific security products to have them hacked later. Just what I've been waiting for.

Don't shoot the messenger.

Or...interrogate the messenger when he tells you something that not even he is supposed to know.

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#48
post #25

Earlier quoted context omitted.

I'm always surprised by the mindset of the person you're replying to. I learned a few years ago from some DEFCON video[0] that someone had figured out a way to do a (basic) port scan of the whole internet in ~1 day (or something like that). Thing is... it really shouldn't have been that surprising. Although network latency isn't getting that much better year by year (c = c), the amount of data you can process in bulk…

In fact, there's a tool that claims to scan the internet in 6 minutes: https://github.com/robertdavidgraham/masscan

To be fair anything that is sending like this is probably getting you network blocks:

"This program spews out packets very fast. On Windows, or from VMs, it can do 300,000 packets/second. On Linux (no virtualization) it'll do 1.6 million packets-per-second. That's fast enough to melt most networks."

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#49
post #25

Earlier quoted context omitted.

I'm always surprised by the mindset of the person you're replying to. I learned a few years ago from some DEFCON video[0] that someone had figured out a way to do a (basic) port scan of the whole internet in ~1 day (or something like that). Thing is... it really shouldn't have been that surprising. Although network latency isn't getting that much better year by year (c = c), the amount of data you can process in bulk…

In fact, there's a tool that claims to scan the internet in 6 minutes: https://github.com/robertdavidgraham/masscan

That's probably the DEFCON talk the parent poster is talking about:

Massscanning the Internet - Defcon 22 (2014)

https://www.youtube.com/watch?v=UOWexFaRylM

Re: Show HN: Enter your URL and view CVEs affecting your stack over last 6 months

#50
post #25

Earlier quoted context omitted.

I'm always surprised by the mindset of the person you're replying to. I learned a few years ago from some DEFCON video[0] that someone had figured out a way to do a (basic) port scan of the whole internet in ~1 day (or something like that). Thing is... it really shouldn't have been that surprising. Although network latency isn't getting that much better year by year (c = c), the amount of data you can process in bulk…

Port scanning is a real and established thing that anyone who is even thinking of security has known about normally for decades, but port scans don't tell everyone what your whole stack consists of. Maybe you'd like to share why sharing your stack with everyone is a good idea? I'd really like to know. Thank you.

Do you think that fingerprinting is quantitatively different from port scanning? My main point was just that a port scan can immediately identify the 0.1% (or whatever) of the Internet that you're interested in and then try more "invasive" probing.

(I should add that I forgot to mention that IpV6 does make the whole "PortScan the Internet" business a tad more complicated, so that's than argument against me.)

Post reply on HN