SPK(1)                        spritzgebaeck                     spk(1)

NAME

                          spk aka spritzgebaeck

TL;DR

    A small OSINT/Recon API to find CIDRs that belong to a specific
    organization. The API behind spk -> https://github.com/dhn/spk

GET

    spk.osint.quest/descr?v=VALUE
        find netranges  based on the given VALUE. An
        example can be found in the EXAMPLE section;

    spk.osint.quest/netname?v=VALUE
        find netranges based on the given netname

    spk.osint.quest/status
        some information about the current use sources; items
        and when the last update was deployed
    
EXAMPLES

    Find netranges that belongs to 'McDonalds' or at least contain
    'McDonalds' within the description field:

        $ curl -s "https://spk.osint.quest/descr?v=McDonalds"
        [
            {
                "inetnum": "2003:ea:b03b::/48",
                "netname": "CONCAT-KIRCHHEIM-NET",
                "descr": "McDonalds Deutschland LLC",
                "country": "DE",
                "source": "RIPE"
            },
        ...

    Let's do the same with the netname:

        $ curl -s "https://spk.osint.quest/netname?v=CONCAT-K"
        [
            {
                "inetnum": "2003:ea:b03b::/48",
                "netname": "CONCAT-KIRCHHEIM-NET",
                "descr": "McDonalds Deutschland LLC",
                "country": "DE",
                "source": "RIPE"
            },
            {
                "inetnum": "217.7.21.0 - 217.7.21.63",
                "netname": "CONCAT-KIRCHHEIM-NET",
                "descr": "McDonalds Deutschland LLC",
                "country": "DE",
                "source": "RIPE"
            }
        ]

CLIENT

    A client is maintained at https://github.com/dhn/spk

DISCLAIMER

    spk leverages multiple open data,it is developed for
    individuals to help them for research or internal work.
    If you wish to incorporate this tool into a commercial
    offering or purposes, you must agree to the Terms of the
    leveraged services:

      - RIPE NCC - https://www.ripe.net/
      - APNIC - https://www.apnic.net/
      - ARIN - https://www.arin.net/
      - BGPView - https://bgpview.io/
      - BGPTools - https://bgp.tools/

    You expressly understand and agree that spk (creators and
    contributors) shall not be liable for any damages or losses
    resulting from your use of this tool or third-party products
    that use it.

    Creators aren't in charge of any and have/has no responsibility
    for any kind of:

      - Unlawful or illegal use of the tool.
      - Legal or Law infringement (acted in any country, state,
        municipality, place) by third parties and users.
      - Act against ethical and / or human moral, ethic, and peoples
        and cultures of the world.
      - Malicious act, capable of causing damage to third parties,
        promoted or distributed by third parties or the user through
        this tool.

CHANGES

    20221610
        First release; support netnames and descr

TRIVIA

    Spritzgebäck means spritz cookies in German.